I looked up the support page on referencing indicators with multiple time frames here;
I reference my indicator on a single time frame strategy like this;
BidAskHistVolumeFiltered(1, BuyFilter.AllVolume, SellFilter.AllVolume, 50, false, false).Buys[0]
How would I reference it on a multiple time frame strategy, as the above link dealing with indicators doesn't seem to apply.
Thanks,
Safetrading

Comment