Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fibonacci tool without price

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

    Fibonacci tool without price

    Hello,
    I am a day trader in MYM.
    I work a lot with the NT8 Fibonacci tool.
    I usually have several instances open at the same time.
    It is often very narrow and confusing in the chart.
    The original NT8 Fibonacci tool is very broad due to the indication of the price at each Fibo level.
    Now I'm looking for a Fibonacci indicator that only shows the pure Fibo levels - without a price. (See grafic)
    Can someone help?

    Best wishes
    Frank

    #2
    Hello Franksy,

    Thanks for your post.

    Are you looking for a currently existing NinjaScript AddOn that displays the Fibonacci levels without the prices?

    Or, are you looking to develop a NinjaScript AddOn that accomplishes this?

    Currently, I am not aware of any NinjaScript AddOns that would accomplish your goal of displaying the Fibonacci levels without the prices. That said, I am happy to answer any questions you may have about NinjaScript if you decide to code this yourself. This forum thread will also be open to any community members to share their insight.

    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. If you would like our NinjaTrader Ecosystem team follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request, please email VendorSupport[AT]ninjatrader.com.

    Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Hello Brandon,

      Thanks for your quick reply!

      At the moment I'm looking for an already existing solution.

      Is it possible to get the source code of the original NT Fibonacci tool?

      Then I could modify it according to my wishes.

      Paul

      Comment


        #4
        Hello Franksy,

        Thanks for your note.

        Since you are looking for an already existing solution and not assistance with indicator development, I am moving this thread over to our NinjaScript File Sharing Discussion section of the forums.

        You could view the Fibonacci Tools code by opening a New > NinjaScript Editor window, opening the Drawing Tools folder, and selecting the Fibonacci Tools file. To modify this Drawing Tool, you would first need to create a copy of the script. To do so, right-click in the Fibonacci Tools code and select Save As. Name your Drawing Tool and click OK to create a copy of the Fibonacci Tools script. Once a copy is made you would be able to modify it.

        Please let us know if we may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment


          #5
          That's cool!

          Thanks a lot, Brandon!

          Comment


            #6
            Originally posted by Franksy View Post
            Hello,
            I am a day trader in MYM.
            I work a lot with the NT8 Fibonacci tool.
            I usually have several instances open at the same time.
            It is often very narrow and confusing in the chart.
            The original NT8 Fibonacci tool is very broad due to the indication of the price at each Fibo level.
            Now I'm looking for a Fibonacci indicator that only shows the pure Fibo levels - without a price. (See grafic)
            Can someone help?

            Best wishes
            Frank
            Frank;

            Basically, you can design however you want the fib to show the text inside the Properties window and save it as default. Then every time you use a fib it will be as you wish.

            The real easy solution is to:
            1. Draw a Fib tool anywhere
            2. Left klick on one of the anchor points to highlight anchors
            3. Right klick on one of the highlighted anchor points
            4. In the drop down window klick on Properties
            5. Select "Do Not Show" for Text location under Properties
            6. Click on "template" on bottom left > "save" > "Save as Default."

            You can do this steps for any of the Fib tools to show or no show text or change the location of the text. You can also customize your fib in properties window and save it under a custom template name, then you simply change template names on the chart and you can use it for any custom coding of indicators or strategies.

            Cheers!

            Comment


              #7
              Hello aligator,

              Thank you for your answer!

              If I do it as you suggested, both the prices and the Fibo levels will go away

              But I would like to see the Fibo levels ..

              Best wishes

              Frank

              Comment


                #8
                Hello Frank,
                You need to modify the original tool by save as "diff name" & then change string str to exclude price. If you wish you can also change the pct format.
                Hope it helps!

                Comment


                  #9
                  Hello S.,
                  thanks for the tip!
                  At the weekend I will delve into the script ...
                  Best wishes
                  Frank

                  Comment


                    #10
                    Originally posted by Franksy View Post
                    Hello aligator,

                    Thank you for your answer!

                    If I do it as you suggested, both the prices and the Fibo levels will go away

                    But I would like to see the Fibo levels ..

                    Best wishes

                    Frank
                    Frank,

                    It works fine, you must be missing a step or something. I have clarified Step #4 above so that you click "Text Location" first then "Do Not Show". This will leave all the levels (lines) and will not show any text, unless you do not mean lines when you say levels.

                    Perhaps NinjaTrader_BrandonH can confirm this feature for you.

                    Comment


                      #11
                      Hello aligator,
                      The option you're suggesting is fine but what Frank needs is slightly different, I believe he wants Fib % levels to be displayed & not the price (refer snapshot in Post # 1). So, for this reason Brandon suggested to make a copy & modify, I've also pointed which string needs to be modified. Hope this clarifies!

                      Comment


                        #12
                        Originally posted by s.kinra View Post
                        Hello aligator,
                        The option you're suggesting is fine but what Frank needs is slightly different, I believe he wants Fib % levels to be displayed & not the price (refer snapshot in Post # 1). So, for this reason Brandon suggested to make a copy & modify, I've also pointed which string needs to be modified. Hope this clarifies!
                        Correct. One can create a new Drawing Tool Add-On by simply editing the built-in Add-on. But Frank seemed to be looking for an existing solution and was talking about removing text and leaving the levels ( levels are either lines or text).

                        Cheers!

                        Comment


                          #13
                          Hello,

                          I saved the script FibonacciTools with a different name.

                          When I try to compile it, I get a lot of error messages ...

                          Frank

                          Comment


                            #14
                            Hello Frank,
                            Comment out all public static partial class Draw from last & compile, look for specific errors as some public classes could be causing issues, once you're able to compile then make any changes.
                            Hope it helps!

                            Comment


                              #15
                              Hello Frank,
                              I've modified original Fib tool so now it shows only the Levels, you can further modify as required. Here you get the modified FibLevels (Fibonacci Retracement & Fibonacci Extension only).
                              Note: This is drawing tool only & can't be called from within indicator thru code, if you need it you have to update it accordingly.
                              Hope it helps!
                              Attached Files
                              Last edited by s.kinra; 06-27-2021, 09:20 PM.

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by wzgy0920, 04-20-2024, 06:09 PM
                              2 responses
                              27 views
                              0 likes
                              Last Post wzgy0920  
                              Started by wzgy0920, 02-22-2024, 01:11 AM
                              5 responses
                              32 views
                              0 likes
                              Last Post wzgy0920  
                              Started by wzgy0920, 04-23-2024, 09:53 PM
                              2 responses
                              50 views
                              0 likes
                              Last Post wzgy0920  
                              Started by Kensonprib, 04-28-2021, 10:11 AM
                              5 responses
                              193 views
                              0 likes
                              Last Post Hasadafa  
                              Started by GussJ, 03-04-2020, 03:11 PM
                              11 responses
                              3,235 views
                              0 likes
                              Last Post xiinteractive  
                              Working...
                              X