Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Programmatically Recognize Pullbacks

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

    Programmatically Recognize Pullbacks

    How would you program an indicator to recognize a pullback?

    Here are some scenarios:
    1a) Recognize a pullback from the high of the day.
    1b) Recognize a pullback from the low of the day.

    2a) Recognize a pullback where the price action went above the Opening Range's High then went below the Opening Range's High.
    2b) Recognize a pullback where the price action went below the Opening Range's Low then went above the Opening Range's Low.

    Any ideas?

    #2
    Here is one idea...

    1a) Check for a recent HOD using the MAX() method and check if the high was recent, lets say the last 10 bars. Then check the currrent price against that high to see if its lower by some % of the session range and if yes, you have your pullback...
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Aviram Y, Today, 05:29 AM
    0 responses
    3 views
    0 likes
    Last Post Aviram Y  
    Started by quantismo, 04-17-2024, 05:13 PM
    3 responses
    27 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by ScottWalsh, 04-16-2024, 04:29 PM
    7 responses
    36 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cls71, Today, 04:45 AM
    0 responses
    6 views
    0 likes
    Last Post cls71
    by cls71
     
    Started by mjairg, 07-20-2023, 11:57 PM
    3 responses
    218 views
    1 like
    Last Post PaulMohn  
    Working...
    X