if i wanted the value of close of the 12:00 bar yesturday for purposes of
comparing it to the 12:00 bar today, how would i do that?
Value1 = Yesturdays Noon Bar;
Value2 = Todays Noon Bar;
Value3 = Value2-Value1;
i probably have value3 correct but i bet value1 and value2 need some work :)-
thanks
|