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

Settings in Strategies Window vs Code

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

  • NinjaTrader_CalH
    replied
    Locke,

    Correct, OnStartUp() is called after any changes have been made to the UI panel, when they click Ok to enable it for running. Since this is called after, the OnStartUp() will enforce the new setting being made.

    Leave a comment:


  • Locke
    replied
    Thanks for the answers guys. I did notice that if I put it in OnStartUp(), it still gives the user the option to change it to true. In this situation, which will take affect?

    Will it be overridden in OnStartUp() and act as false, but the user thinks they set it to true? I know it's a minor thing...

    Leave a comment:


  • NinjaTrader_Bertrand
    replied
    Locke, please see koganam's kind assist below - you can set the defaults this way in Initialize() yes, but user could always override from the UI panel then.

    Leave a comment:


  • koganam
    replied
    Originally posted by Locke View Post
    Another question for the experts...

    When you add a strategy to a chart, under General you have Calculate on bar close, and Exit on close, etc ....

    In your code, you can put under Initialize()
    ExitOnClose = false;

    etc... Now, does this just set the default? Or does it ignore any change the user set on the flag in the window where the strategy is turned on and added to the chart? That is, if the user starts the strategy, but changes the flag to true, which is used?

    Wasn't sure how to test this one.

    Thanks guys.
    Anything in Initialize() can be overridden by the user in the PropertyGrid. If you want to enforce the directive, place it in OnStartup().

    Leave a comment:


  • Locke
    started a topic Settings in Strategies Window vs Code

    Settings in Strategies Window vs Code

    Another question for the experts...

    When you add a strategy to a chart, under General you have Calculate on bar close, and Exit on close, etc ....

    In your code, you can put under Initialize()
    ExitOnClose = false;

    etc... Now, does this just set the default? Or does it ignore any change the user set on the flag in the window where the strategy is turned on and added to the chart? That is, if the user starts the strategy, but changes the flag to true, which is used?

    Wasn't sure how to test this one.

    Thanks guys.

Latest Posts

Collapse

Topics Statistics Last Post
Started by MarianApalaghiei, Today, 10:49 PM
1 response
5 views
0 likes
Last Post NinjaTrader_Manfred  
Started by love2code2trade, Yesterday, 01:45 PM
4 responses
28 views
0 likes
Last Post love2code2trade  
Started by funk10101, Today, 09:43 PM
0 responses
7 views
0 likes
Last Post funk10101  
Started by pkefal, 04-11-2024, 07:39 AM
11 responses
37 views
0 likes
Last Post jeronymite  
Started by bill2023, Yesterday, 08:51 AM
8 responses
45 views
0 likes
Last Post bill2023  
Working...
X