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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      52 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      142 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      160 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      96 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X