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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      47 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      15 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      21 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X