View Full Version : No Money in unrealized or realized for Forex
jlm0@infionline.net
11-12-2007, 09:32 AM
There is no money going in unrealized or realized p&l for trading 1 unit on gain simulation.
This is under Strategies tab, position tab, and account tab.
No results on open trades or closed trades are showing up.
NinjaTrader_Ray
11-12-2007, 09:46 AM
Please use 100,000.
jlm0@infionline.net
11-12-2007, 09:49 AM
That seems to work, but are you going to change that to be able to use 1 for quantity?
jlm0@infionline.net
11-12-2007, 09:56 AM
Hi Ray,
Pardon my ignorance, but can you show me how to code the 100,000 into my Ninja Script strategy?
Jim
NinjaTrader_Ray
11-12-2007, 10:29 AM
Either place 100,000 in a method such as EnterLong() or set the DefaultQuantity = 100000; in the Initialize() method.
http://www.ninjatrader-support.com/HelpGuideV6/DefaultQuantity.html
We will not change it to use a value of 1 since we do not know if a value of 1 is 100,000 or a mini lot of 10,000.
jlm0@infionline.net
11-12-2007, 11:35 AM
Thanks Ray,
Got it.
Jim