Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

visual indicator creation

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

    visual indicator creation

    first sorry for my bad English: I use an online translator
    I wanted to know if it is technically possible to create an indicator that performs calculations on precise levels of candles and that shows these levels directly on the graph with horizontal lines or even just with small arrows
    The important thing is that these calculated levels are highlighted
    The photo posted refers only to the long inputs.
    Possibly I can send the photo also for the short inputs
    I think this indicator can serve a lot of traders who use the NinjaTrader Click image for larger version

Name:	calcolo livelli.JPG
Views:	275
Size:	173.7 KB
ID:	1105261

    #2
    Hello pol133,

    This is possible but requires you to create the custom logic to achieve it.

    To draw a horizontal line use Draw.HorizontalLine() or Draw.Line().



    As an example of adding 3 ticks to the low of a bar:

    double myDouble = Low[0] + 3 * TickSize.

    Below are links to the price series objects and to TickSize.

    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hello pol133,

      This is possible but requires you to create the custom logic to achieve it.

      To draw a horizontal line use Draw.HorizontalLine() or Draw.Line().



      As an example of adding 3 ticks to the low of a bar:

      double myDouble = Low[0] + 3 * TickSize.

      Below are links to the price series objects and to TickSize.

      https://ninjatrader.com/support/help...8/ticksize.htm
      I'm sorry, but I'm not capable of doing this... I'm not an expert
      and besides, there's a communication problem caused by language
      if I give this job to your experienced computer programmer how much money does it come to cost about?
      Thank you

      Comment


        #4
        Hello pol133,

        This is Chris following up on behalf of Chelsea.

        You can search our list of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more:You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.

        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 companies and services 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.

        Let me know if I may be of further assistance.

        Comment


          #5
          Originally posted by NinjaTrader_ChristopherD View Post
          Hello pol133,

          This is Chris following up on behalf of Chelsea.

          You can search our list of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more:You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.

          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 companies and services 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.

          Let me know if I may be of further assistance.
          ok thank you

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          571 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          330 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          548 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          549 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X