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, 05-11-2026, 05:56 AM
      0 responses
      58 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      34 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      195 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      361 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      281 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X