Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy is not executing contineously once stop loss is hit

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

    Strategy is not executing contineously once stop loss is hit

    Hi ,
    when i start strategy it runs initially and take positions but once stop loss is hit it will not positions again because in realized PNL in strategy tab it will have -ve number becuse of which it will not take new positions but once if i restart strategy it will take new positions by resetting realized PNL in strategy tab to 0.

    please let me why it is happening and how i can make it to run contineously.
    Attached Files

    #2
    Hi, thanks for posting. You can add Print() to the strategy entry condition to see if its being reached or not. E.g.

    if(<entry condition>)
    {
    Print("Long Signal");
    EnterLong();
    }

    As long as the strategy is enabled, it is ready to take trades based on the conditions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    165 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    128 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    208 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X