Forum

Custom indicator duplicating values only on timeframe change.

Hello everyone! I made an indicator as a request for MT5 that works fine. And now I want to have it also on MT4. So I did it, and it works well too. When plotted on the chart or when parameters are changed, the indi "refreshes" very well. BUT, sometimes, when the timeframe period is changed (works

Icustom buffer value with indicator on separate window

Hello everyone! I made an EA where my custom indicator returns the buffer value to buy/sell IndiCustomVenda = iCustom(NULL, Indicador_TimeFrame, Nome_Indicador, Indicador_Venda, ind_shift); IndiCustomCompra = iCustom(NULL, Indicador_TimeFrame, Nome_Indicador, Indicador_Compra, ind_shift);