Does any one know why
debugPrintln(getHour()*100+" "+getMinute()+" "+close(0, 1, "$tick")+" "+close(0, 1, "$trin")+" "+close()+" "+close(-1)+" "+close(-2)+" ");}
doesnt return the value for historical Tick and Trin during replay mode
Appears to be sending back the current value.
Is it possible $tick and $trin arent saved?
debugPrintln(getHour()*100+" "+getMinute()+" "+close(0, 1, "$tick")+" "+close(0, 1, "$trin")+" "+close()+" "+close(-1)+" "+close(-2)+" ");}
doesnt return the value for historical Tick and Trin during replay mode
Appears to be sending back the current value.
Is it possible $tick and $trin arent saved?