Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Executing only single trade if a condition is fulfilled

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

    Executing only single trade if a condition is fulfilled

    I am experimenting with a simple strategy that when SMMA (Smoothed Moving Average) for current bar is grater than the SMMA for the previous bar - go long.

    My profit target is 10 points on ES. The challenge is once I hit the profit target, the ATM strategy immediately places another long trade if SMMA is on rise and is increasing. I do now want this to happen. I'd like to place only one trade every time the condition is fulfilled.

    Ideally the next trade will be a short one when SMMA stars going down and then long again.

    Is there a way to code this in NT so that only one trade is placed in one direction?

    Many Thanks.

    #2
    You could either do this with user variables / boolean flags as showcased in this example -



    or you would express your entry rule with a cross over condition so it would not evaluate to 'true' on a only rising SMMA value.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    666 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    376 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    110 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X