Hi I'm trying to write an indicator that will track a trailing stoploss which I've entered manually (trading with a non MT broker and using MT for charts).
I need to iterate through 1 minute bars regardless of which timeframe the chart is in. I can't see any way you can ensure your 1min data is updated though... it seems that it recalculates the missing data from the .raw file whenever you change the chart timeframe but is there anyway to force this process via MQL?
I need to iterate through 1 minute bars regardless of which timeframe the chart is in. I can't see any way you can ensure your 1min data is updated though... it seems that it recalculates the missing data from the .raw file whenever you change the chart timeframe but is there anyway to force this process via MQL?