PDA

View Full Version : Strategy Execution


albigdog23
04-07-2009, 04:05 PM
I cant seem to get my strategy to excecute based on todays closing price. All I really want is my strategy to list the stocks that fit my criteria based on the days closing price. I couldn't get it to list the stocks in the output window, so instead I have it set to execute a trade but for whatver reason it won't execute a trade when it meets the criteria for today.

NinjaTrader_Josh
04-07-2009, 04:16 PM
albigdog23,

Have you tried using Print() to get things into the output window?

albigdog23
04-08-2009, 09:38 AM
No, I don't know how to do that, please explain.

NinjaTrader_Josh
04-08-2009, 09:41 AM
If you want output in the Output Window you need to use Print() functions in your code. http://www.ninjatrader-support.com/HelpGuideV6/Print.html