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 Segwin, 05-07-2018, 02:15 PM
        14 responses
        1,789 views
        0 likes
        Last Post aligator  
        Started by Jimmyk, 01-26-2018, 05:19 AM
        6 responses
        837 views
        0 likes
        Last Post emuns
        by emuns
         
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        6 responses
        3,293 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        13 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        11 responses
        63 views
        0 likes
        Last Post halgo_boulder  
        Working...
        X