Posts
PanagiotisCharalampous 25 Sep 2020, 11:19
Indicators API Help
How do you get OpenTimes of bars of a smaller time frame when you're on a higher time frame chart?
Hi firemyst, Did you try my code? It prints a line on the starting time of every bar for the lower timeframe Best Regards, Panagiotis&nbs...PanagiotisCharalampous 25 Sep 2020, 10:43
Indicators API Help
How do you get OpenTimes of bars of a smaller time frame when you're on a higher time frame chart?
Hi firemyst, OnCalculate method is called once per bar when the indicator is calculated for past values. Having that in mind, if you want your indi...PanagiotisCharalampous 25 Sep 2020, 07:59
PanagiotisCharalampous 25 Sep 2020, 14:47
Indicators API Help
How do you get OpenTimes of bars of a smaller time frame when you're on a higher time frame chart?
Hi firemyst, You cannot use Output IndicatorDataSeries to do this since they have a one to one correspondence with the chart timeframe...