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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      88 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      134 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      67 views
      0 likes
      Last Post PaulMohn  
      Working...
      X