Thought I had this but it is off somewhere...
I am looking for the % change from open for market analyzer and created this:
Plot0.Set((Close[0] - CurrentDayOHL().CurrentOpen[0]) / (CurrentDayOHL().CurrentOpen[0]) * 100);
with "caculate on bar close" set to false... it seems to change values with any time frame I change... should this not just grab the last price and do the math to create the value against the days open price?
Thanks for any help...

(i'm going to keep saying that cause it is something I really want/need)
Comment