Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Wizard -stop at pivot or round numbers

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

    Strategy Wizard -stop at pivot or round numbers

    I am tweaking a wizard strategy and it is a profitable one but as I look back over trades there are a lot of them that begin right on or near a pivot or round number! How might I use the wizard to code them not to trigger?
    Thanks
    Raycam

    #2
    Hi Raycam,

    Thanks for the post. You can use != operator to check that something is not equal to another. Close != Pivots
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      OK. Thanks- I have coded this idea for PP as well as s1 s2 r1 and r2.
      The only trouble is- no trades trigger exactly on the pivots.
      I cant seem to work out specifically where I can get it to look at a pre-set 'tick' distance from the pivot.
      Any ideas?
      Raycam

      Comment


        #4
        You check against a range of values, using <, > operators and offsets. Basic idea below:
        Close < PP - 1 tick
        Close > PP + tick

        If you add those two conditions to your entry orders, you would enforce that close is not within 1 tick of PP value.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        146 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X