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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    168 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    322 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    246 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    350 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X