Forum

"Slider" indicator adjuster

I just finished writing an indicator "slider utility" (for free distribution), so I'm posting it here for anyone to use and test if they think they might find it useful. I've often thought it would be useful to adjust the parameters of an indicator directly from a visual interface in the chart

Update an MT4 indicator every second?

Does anyone know if it’s possible to get an MT4 indicator to update every second, rather than every tick ? I know that the start() only runs every time a new tick is received. I’m guessing any possible solution might involve a loop which is initiated inside that. Creating the loop which continues