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 cmoran13, Yesterday, 01:02 PM
        0 responses
        30 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        22 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        160 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        95 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        148 views
        2 likes
        Last Post CaptainJack  
        Working...
        X