Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Key reversal up Key reversal down

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

    Key reversal up Key reversal down

    Hello, there is a basic indicator what is called

    Key reversal up
    Key reversal down


    On wich base are they? are there similar indicators too ?

    #2
    Hello Uregon,

    Thank you for writing in.

    These are the two indicators you are referring to:



    The source code may be viewed by following these steps:
    • Go to Control Center > New > NinjaScript Editor
    • Expand the Indicators folder
    • Double-click on KeyReversalDown and KeyReversalUp to open up the code for each indicator in separate tabs
    I am not sure I fully understand your questions. If reviewing the help guide pages and source code do not answer your question about which base they are on, please provide more information so I may better assist. Additionally, what types of similarities are you looking for in other indicators?

    I look forward to your reply.

    Comment


      #3
      NinjaTrader_Emily Thank you. I´d like to know whats the mathematic behind this. When does this indicator trigger ? what are the needed parameters for trigger ?

      Comment


        #4
        Hello Uregon,

        These indicators are open source and you are welcome to view the code in the NinjaScript Editor.

        On line 57 of KeyReversalDown you will see:

        Value[0] = High[0] > max[1] && Close[0] < Close[1] ? 1: 0;

        If the bar high is greater than the max high of the period starting with the previous bar and the close of the current bar is less than the previous close plot a 1 otherwise plot a 0.

        On line 57 of KeyReversalUp you will see:

        Value[0] = Low[0] < min[1] && Close[0] > Close[1] ? 1: 0;

        If the bar low is low than the min low of the period starting with the previous bar and the close of the current bar is greater than the previous close plot a 1 otherwise plot a 0.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        553 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        100 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        543 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        546 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X