Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting ExitOnClose in code

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

    Setting ExitOnClose in code

    I'm trying to do something along the following lines...

    Code:
    protected override void Initialize()
    {[INDENT]ExitOnClose = (Session == SessionType.Swing? false : true);
    [/INDENT]}
    ... where Session is a parameter set through the Strategy tab before enabling the strategy, and SessionType is an enum I've defined.

    But it doesn't seem to work ...

    Any ideas what's wrong, or what I would need to do?
    Last edited by AnotherTrader; 11-08-2012, 01:10 PM.

    #2
    Hello AnotherTrader,
    Unfortunately it will not work, as Initialize section is evaluated when you click on the Strategies button itself.

    If you move the code to the OnStartUp event then are you able to get the desired result
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Joydeep View Post
      ...
      If you move the code to the OnStartUp event then are you able to get the desired result
      http://www.ninjatrader.com/support/h...artup2.htm ...
      Worked perfectly! Thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      574 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X