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

I will Develop your Indicator or Strategy for FREE

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    High and Low of Bar Indicator

    Hello everybody
    I'm looking for an indicator that plots for a determined bar (for example RTH opening bar) :

    - highest price : integer value of high of bar + 1
    example : price is 225.05 => indicator shows 226 (= 225 + 1)
    - lowest price : integer value of low of bar
    example : price is 225.05 => indicator shows 225

    These values would the serve as trigger for long or short trades in further bars.

    Thanks for your help

    Comment


      Block size alert indicator?Anyone?Maybe a link where i can get it,or maybe someone got one and willing to share?

      TIA

      Comment


        Where are all the developer!

        Comment


          Originally posted by SnakeEYE View Post
          Where are all the developer!
          Where is your proposal?

          Comment


            You have plenty on this page alone,don`t you?

            Comment


              Originally posted by SnakeEYE View Post
              Could any experinced be so kind to add an audible alert for this little piece of art?Needed urgently.

              TIA!
              This is an old version - renamed by somebody - of an indicator that I have coded. The update of the indicator can be found here:

              The best futures trading community on the planet: futures trading, market news, trading charts, trading platforms, trading strategies

              Comment


                Sorry,cannot download it...

                Cheers!

                Comment


                  Originally posted by SnakeEYE View Post
                  Sorry,cannot download it...

                  Cheers!
                  Elite membership is required to download files at Big Mike's. You can also send me a private message with your e-mail, and I will send you the file.

                  Harry

                  Comment


                    Thanks!Please, check you message box.
                    .
                    Cheers!

                    Comment


                      Dynamic auto Fibs,anyone?It was a proposal.

                      Comment


                        Hey Folks,

                        could anyone slightly change the Fibs logic inside this indie?I`d like to have it counted over a certain period of bars and not when the next high/low is reached,as it is now.

                        Thanks a lot!
                        Attached Files

                        Comment


                          Originally posted by SnakeEYE View Post
                          Dynamic auto Fibs,anyone?It was a proposal.
                          Not quite. That is a request. A proposal makes a request, and specifies what you will exchange for satisfaction of the request.

                          Comment


                            Originally posted by SnakeEYE View Post
                            Hey Folks,

                            could anyone slightly change the Fibs logic inside this indie?I`d like to have it counted over a certain period of bars and not when the next high/low is reached,as it is now.

                            Thanks a lot!
                            Given the architecture of the indicator, this is next to impossible. It is far easier to code a new indicator.

                            Fibonacci retracements are always calculated from highs and lows. It therefore does not make sense to calculate them from a certain period of bars. If you wish to control the lookback period, you would first need to apply an indicator which identifies suitable highs or lows. Two alternative concepts can be used

                            - Swing indicator (based on swing strength)
                            - ZigZag indicator (based on minimum deviation)

                            Both indicators come with NinjaTrader and can be considered as a good starting point. I have coded fibonacci indicators using both concepts. and in my opinion the zigzag indicatoryields superior results. It is best to modify the zigzag indicator first to allow to specify the minimum deviatin as a multiple of the average true range, before adding the fibonacci retracements or expansions.

                            Comment


                              Originally posted by Harry View Post
                              Given the architecture of the indicator, this is next to impossible. It is far easier to code a new indicator.

                              Fibonacci retracements are always calculated from highs and lows. It therefore does not make sense to calculate them from a certain period of bars. If you wish to control the lookback period, you would first need to apply an indicator which identifies suitable highs or lows. Two alternative concepts can be used

                              - Swing indicator (based on swing strength)
                              - ZigZag indicator (based on minimum deviation)

                              Both indicators come with NinjaTrader and can be considered as a good starting point. I have coded fibonacci indicators using both concepts. and in my opinion the zigzag indicatoryields superior results. It is best to modify the zigzag indicator first to allow to specify the minimum deviatin as a multiple of the average true range, before adding the fibonacci retracements or expansions.
                              Yes,the ZigZag logic may be as close as it gets.Did you keep the one that utilizes the ZZ logic,to look at or it`s for your private usage only?May be at least a sceen shot?

                              thanks

                              Comment


                                Originally posted by SnakeEYE View Post
                                Yes,the ZigZag logic may be as close as it gets.Did you keep the one that utilizes the ZZ logic,to look at or it`s for your private usage only?May be at least a sceen shot?

                                thanks
                                Below is a screen shot of the indicator with the confluence lines. The confluence lines are calculated from up to 540 individually weighted fibonacci lines, as shown in the second chart. The indicator is available for free trial (30 days), but it is not a free indicator, so it does not actually match the title of this thread. If you are interested, please contact me via private message.
                                Attached Files

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by sidlercom80, 10-28-2023, 08:49 AM
                                167 responses
                                2,260 views
                                0 likes
                                Last Post jeronymite  
                                Started by warreng86, 11-10-2020, 02:04 PM
                                7 responses
                                1,362 views
                                0 likes
                                Last Post NinjaTrader_Manfred  
                                Started by Perr0Grande, Today, 08:16 PM
                                0 responses
                                5 views
                                0 likes
                                Last Post Perr0Grande  
                                Started by elderan, Today, 08:03 PM
                                0 responses
                                9 views
                                0 likes
                                Last Post elderan
                                by elderan
                                 
                                Started by algospoke, Today, 06:40 PM
                                0 responses
                                10 views
                                0 likes
                                Last Post algospoke  
                                Working...
                                X