I am having a problem with an indicator:
double HighMinusLow = CurrentDayOHL().CurrentHigh[0] - CurrentDayOHL().CurrentLow[0]; Plot0.Set(HighMinusLow);
For some reason this is not calculating correctly. I am not sure what it is calculating, but it is not the current day high minus the current day low. Any suggestions?
Thanks!
EDIT: Actually, I should qualify this. It appears to be calculating and displaying correctly on a chart, but it is not calculating correctly on a market analyzer.

Comment