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 NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      56 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      132 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      73 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      49 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X