Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Run strategy once.

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

    Run strategy once.

    I want to run a strategy only once. I tried to create a variable & use it as a flag to set it to true once the trade is taken. It works as expected except it is taking the one trade using historical data instead of real time as I was hoping for. I was testing this using Playback connection.
    Is there any other way to run a strategy only once, when it is enabled.
    Cheers!

    #2
    Hello kashmiami,

    You can add a state check to make it work only in realtime.

    Code:
    if(State == State.Realtime)
    {
    
    }
    If you are using the strategy builder the state can be found under
    Left: Misc -> Current State
    Center: Equals
    Right: Misc -> State -> Realtime

    Comment


      #3
      This works, thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      45 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      21 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      31 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      50 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X