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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        60 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        145 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        161 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        97 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        283 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X