Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
IncludeCommission
Collapse
X
-
IncludeCommission
What is the default state for IncludeCommission? The help guide does not include this info.
Thanks.Tags: None
-
Hello zacharydw00,
Thank you for your post.
There is no OnStateChange in NinjaTrader 7. If you are setting properties do so in the Initialize() method: http://ninjatrader.com/support/helpG...initialize.htm
Please let me know if you have any questions.
-
That is not what I asked. My question is simple. Please read it carefully.Originally posted by NinjaTrader_PatrickH View PostHello zacharydw00,
There is no OnStateChange in NinjaTrader 7.
The answer is either True or False. Which is it? Since this is a simple programming question, maybe one of the programmers needs to answer this.
Again, that is not what I asked. I clearly stated my question is Not covered in the documentation, which infers I have read the documentation.Originally posted by NinjaTrader_PatrickH View PostHello zacharydw00,
If you are setting properties do so in the Initialize() method: http://ninjatrader.com/support/helpG...initialize.htm
Comment
-
Hello zacharydw00,
Thank you for your response.
The default value for the bool IncludeCommission is false. This can be tested simply by printing the value to the Output window in the Initialize() method:
For information on Print please visit the following link: http://ninjatrader.com/support/helpGuides/nt7/print.htmCode:protected override void Initialize() { Print(IncludeCommission); }
The Output window is located under Tools > Output window. Make sure to open the Output window before running a script with calls to Print().
Please let me know if you have any questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
133 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
75 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
117 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
113 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
90 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment