Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

initialize account

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

    initialize account

    I am using Ninja 6.5 with the sim101 account.
    sometimes when I start my strategy it says position is Long

    can I give the following statements in the initialize section

    if (position.MarketPosition == MarketPosition.Long)
    ExitLong();

    if (position.MarketPosition == MarketPosition.Short)
    ExitShort();

    #2
    Hello rjngh2005,

    Unfortunately this will not work. What you can do in this case is return out of Historical processing. Then NinjaTrader will always have a flat state when you start the strategy.

    if (Historical)
    return;
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thanks Ryan

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      320 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      203 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      188 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      283 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      236 views
      0 likes
      Last Post CarlTrading  
      Working...
      X