DrawText("tester" + CurrentBar, "here" + Low[1], 0, Low[0]-(High[0] - Low[0])*.5, Color.Blue);
This should simply write "here" and the low of 1 bar ago under the current low.
It works perfectly fine when it's Low[0], but for some reason when it's Low[1], it compiles, but when applied it not only doesn't show, but the rest of the indicator doesn't show either. I'm sure I'm missing something simple, but if someone could tell me what that something simple is, I would appreciate it very much.
Thanks.

Comment