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 kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      17 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      59 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      42 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      47 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      38 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X