Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Converting NT7 indicator to NT8

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

    Converting NT7 indicator to NT8

    Hi Everyone, I found the attached indicator in NT support forum which was coded for NT7. But it was never converted to NT8. I don't know if NT team interested to convert this for NT8 or not. Anyone interested to convert, please do it. It will help everyone using NT8.
    Attached Files

    #2
    Hello asmmbillah,

    Thank you for your post.

    Did you download the VPA from the NinjaTrader Support Forum? Can you provide a link to where you found this indicator?

    I look forward to your response.

    Comment


      #3
      Hi,
      please find the link below

      Comment


        #4
        Hello asmmbillah,

        I believe you were working with me via email for tips on converting this indicator. My Lead has approved this for conversion and I have submitted my conversion to our User App Share.



        The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

        We look forward to being of further assistance.

        Comment


          #5
          thanks a lot. I think, it's going to help NT8 users.

          Comment


            #6
            Jim,
            In the code, how would I go about providing separation between the candlestick and the symbols used in the code? This would be helpful in analyzing the candlestick with the wick.

            Comment


              #7
              Welcome to the forums dawoz!

              Drawing objects are drawn at a specific price level. To increase their distance from the candlesticks, you can change the price in which they are drawn.

              For example:

              Draw.Square(this, "MySquare" + CurrentBar, true, 0, Low[0] - 2 * TickSize, Brushes.Lime);

              Draw.Square(this, "MySquare" + CurrentBar, true, 0, Low[0] - 10 * TickSize, Brushes.Lime);

              Please see documentation on Draw methods for explanation on additional parameters.



              We look forward to being of further assistance.

              Comment


                #8
                Originally posted by NinjaTrader_Jim View Post
                Hello asmmbillah,

                I believe you were working with me via email for tips on converting this indicator. My Lead has approved this for conversion and I have submitted my conversion to our User App Share.



                The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

                We look forward to being of further assistance.

                Hello, @NinjaTrader_Jim regarding the VPA for NT8...is there a way in the "properties" section to hide all of the alerts showing on the main panel/chart? We just want to see the VPA on the lower panel.
                Attached Files

                Comment


                  #9
                  Hello lbadisa1,

                  This indicator does not have properties to control all of the drawing objects made in the price panel. "Banners" would allow disabling the TextFixed messages, however.

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by Mindset, 04-21-2026, 06:46 AM
                  0 responses
                  85 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Started by M4ndoo, 04-20-2026, 05:21 PM
                  0 responses
                  124 views
                  0 likes
                  Last Post M4ndoo
                  by M4ndoo
                   
                  Started by M4ndoo, 04-19-2026, 05:54 PM
                  0 responses
                  64 views
                  0 likes
                  Last Post M4ndoo
                  by M4ndoo
                   
                  Started by cmoran13, 04-16-2026, 01:02 PM
                  0 responses
                  115 views
                  0 likes
                  Last Post cmoran13  
                  Started by PaulMohn, 04-10-2026, 11:11 AM
                  0 responses
                  67 views
                  0 likes
                  Last Post PaulMohn  
                  Working...
                  X