Add(EMA(Close,78));
and
Add(EMA(Typical,78));
in my strategy and there is no difference in the plots. It appears that any pricetype other than Close is ignored. What do I need to do to make the strategy honor the pricetype I specify? Probably something obvious but I've never seen it so please advise.
Thanks,
Mike

Comment