Sma value - each tic

 
Hi

I would like to know if it is possible to get the sma value for each tic. When the bar moves I get the sma value.
I use a close sma and then I noted that mql5 just get the its value each 5 minutes after the close.


Sorry for my english
Rogerio
 
racgeral: I would like to know if it is possible to get the sma value for each tic. When the bar moves I get the sma value. I use a close sma and then I noted that mql5 just get the its value each 5 minutes after the close.

Not by default, as the standard MT4 and MT5 charts are based on a particular time-frame and OHLC bars.

You can however, code an indicator to display tick data with an SMA or any variation you want!

 
Fernando Carreiro:

Not by default, as the standard MT4 and MT5 charts are based on a particular time-frame and OHLC bars.

You can however, code an indicator to display tick data with an SMA or any variation you want!

Thanks, Fernando

Reason: