How to refer to a particular time - page 5

 
Well, still needs a little work

Print (Low[1], " = Low ", Low_Mark," = Low_Mark"); 
This prints 0 when getting past the Candle_Select Times,

I need to make this static double or something

Back to the drawing board lol
 
Agent86:
Well, still needs a little work

This prints 0 when getting past the Candle_Select Times,

I need to make this static double or something

Back to the drawing board lol


You will only get something printed . . . if (Time[1] == Candle_Select)
Reason: