Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

IncludeCommission

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IncludeCommission

    What is the default state for IncludeCommission? The help guide does not include this info.
    Thanks.

    #2
    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.

    Comment


      #3
      Originally posted by NinjaTrader_PatrickH View Post
      Hello zacharydw00,
      There is no OnStateChange in NinjaTrader 7.
      That is not what I asked. My question is simple. Please read it carefully.
      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.

      Originally posted by NinjaTrader_PatrickH View Post
      Hello zacharydw00,
      If you are setting properties do so in the Initialize() method: http://ninjatrader.com/support/helpG...initialize.htm
      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.

      Comment


        #4
        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:
        Code:
                protected override void Initialize()
                {
        			Print(IncludeCommission);
                }
        For information on Print please visit the following link: http://ninjatrader.com/support/helpGuides/nt7/print.htm
        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 rocketman7, Today, 01:00 AM
        0 responses
        1 view
        0 likes
        Last Post rocketman7  
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        27 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        74 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        193 views
        0 likes
        Last Post Hasadafa  
        Working...
        X