glenng
10-14-2007, 05:06 AM
Jsut wrote my first Ninjascript strategy and its test time and I am unclear on what to do next. I understand that I have to wait until tonight for the data to start flowing before I test, but then what?
My strategy sets a range from the first bar of the day (9:30AM) and trades a breakout. I would like to test tonight and allow for for repeated tests.
How can I change the code to allow me to test thoroughly?
The current strategy uses the condition:
if (Bars.FirstBarOfSession)
My strategy sets a range from the first bar of the day (9:30AM) and trades a breakout. I would like to test tonight and allow for for repeated tests.
How can I change the code to allow me to test thoroughly?
The current strategy uses the condition:
if (Bars.FirstBarOfSession)