How do I fetch the OHLC values from the Daily time-frame, and not the Heikeh Ashi ones ?
I am aware that adding AddDataSeries() in the OnStateChange(Configure) will work. But the issue is how do I know that the Heiken Ashi chart is Daily or 5-min or 15-min, so I can add the correct BarsPeriodType and BarsPeriod parameters with AddDataSeries ?
So, if the chart is 5-min Heiken Ashi, I want find its Minute charge, and period = 5, during the OnStateChange() (Configure) state.
Thanks,

Comment