PDA

View Full Version : Need Help


Vulcan
10-24-2008, 06:22 PM
I have been at this for the past 5 hours. When I back test no trades come up. I think I have the price condition wrong, but cant get any info on this. Your help secction is very vague.

mrlogik
10-24-2008, 06:52 PM
Hey Vulcan,

First, check the LOG tab for any errors.

If you dont have any errors, you can add Print() statements to debug and check out "output window" for each print.

Vulcan
10-24-2008, 07:42 PM
Thanks for responding, the part about the print you lost me there, remember I'm new to Ninja. How do I go about the add print command. I'm using the wizard.

NinjaTrader_Ray
10-25-2008, 08:31 AM
In the Action section of the wizard, you can select an action "Print" and output some values to see what is happening. If you don't see any values in the Output window that means that the conditions required to trigger the action did not evaluate to "true".