Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

My First indicator

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

    My First indicator

    Hi I am writing an indicator as a means to learn C# and Ninja Script

    The basic concept of what I am trying to do is write an indicator that draws 4 lines on a chart and then moves an arrow around the chart based on how prices crosses the lines. This indicator serves no purpose other than as an exercise I am using to develop my coding skills.

    I have coded most of the framework of what I am trying to do, but have got a bit stuck finding the Y value (the price) of the draw line objects.

    I used stopValue = DrawObjects[stopTagName].GetValue(); with stopValue and stopTagName being two double varibles.

    The error I am getting on compile is IDrawingTool which is the parent for DrawObjects, does not have the GetValue definition.

    So my question for this post is how do you find the Y value (the Y value being a parameter each drawobject has) of any object, so I can add that to my stopValue variable?

    attached is the code I have written, there are more compile errors than mentioned here, the intent is to work threw each solving the issues and eventually getting the indicator working.

    I am sure there are better ways to approach the exercise, but as I have already said this is my first attempt at coding so I am expecting some of my code to be naïve. Also the over commented sections are for my benefit more so than others.PriceCrossingLines20161108.zip

    #2
    Hello EastLondonKiwi,

    Thanks for your post.

    As there are a number of items to discuss, please send an e-mail to PlatformSupport[at]NinjaTrader[dot]com. Set the subject to Atten: Paul and a link to this thread.

    Thank-you.

    Comment


      #3
      Email sent

      Comment


        #4
        Hello EastLondonKiwi,

        Thanks for your post. I have replied via e-mail.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        656 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        371 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        579 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X