I tried using
if (State == State.DataLoaded)
{
AddChartIndicator(HeikenAshi8);
}
I was told there's an issue with the NT built-in Heiken Ashi bars and to use the HeikenAshi8 indicator. That's what I'm up to but I've never added a custom indicator to a strategy before.
I tried searching around and tried using the above code but came up short and figured I'd post this question: how do I refer to the OHLC data from this custom indicator within a strategy?

Comment