Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trailing Profit after Sell signal triggered

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

    Trailing Profit after Sell signal triggered

    Hi everyone

    I'm developing a simple trading system, where I get a Sell signal and then I want to hold the position further (trailing profit), until another condition is met.

    How can I do that? Should I set up a Variable or how else?

    Many thanks to everyone

    #2
    Your question is very broad. Take a look in the Educational section of this forum and review all the reference samples for some ideas.
    RayNinjaTrader Customer Service

    Comment


      #3
      I looked into the educational section already.

      My question is simple, really: I generate a sell signal, but I don't want it to fire immediately, but to wait for the first bar closing below previous bar low to kick off.

      The system should "remember" when the first condition fired, and then wait for the second condition to happen to generate the actual signal.

      How can I do that?

      Many thanks

      Comment


        #4
        Thanks for clarifying -

        - Create a bool variable
        - Set this variable to true when the 1st condition is met
        - Check on this variable if true and the 2nd condition for your entry
        RayNinjaTrader Customer Service

        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