Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Programming a Pullback

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

    Programming a Pullback

    I am having a problem programming the Strategy Wizard and would appreciate some suggestions. I am using a 200 SMA as a trendline and that is programmed in correctly. In an uptrend I would like to buy when the price on the ES pulls back(goes down)16ticks.
    What is the Strategy Wizard programming to buy when the price backs up 16 ticks?

    Thank you
    Mark

    #2
    Mark,

    You would need to first outline more details as to what you want. You want to have the pull back from what point exactly?
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Pullback

      Hello Josh,

      I was hoping the Strategy Wizard was capable of doing an entry when the price pulled back (16 ticks example) from the last high. Less desirable would be a 16 tick pull back in as an example, 10 bars back. I am just looking to buy pullbacks in an uptrend. The uptrend/downtrend filter using a long term SMA was easy. I want to buy pullbacks against those trends.

      Thanks for any ideas you have

      Comment


        #4
        Try this in the Condition Builder:

        On the left, select Indicator->MAX. In the bottom left Parameters, select "Input series" and select Price->High. Set the period to how many bars you want to check back for the highest high. In "Offset", type in -16. Make sure the offset mode is set to Ticks.

        On the right, select Price->Close. barsAgo = 0.

        In the middle, select <=.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        51 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        142 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        160 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        96 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        275 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X