Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help need with indicator coding

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

    Help need with indicator coding

    Hi,

    I found a custom indicator on-line which i am trying to modify.

    Add(new Plot(new Pen(Color.Blue, 3), PlotStyle.Dot, "VAH"));

    I would like to modify this line of code to specify the dashstyle as well, but I cannot figure out the formatting.

    Can you please help?

    Thanks,
    Last edited by renoschmitt; 10-05-2012, 06:34 PM.

    #2
    You need to be aware of how many lines you've plotted, but if this was the first (Plots[0]):

    // Set the pen used to draw the plot as a dashed line
    Plots[0].Pen.DashStyle = DashStyle.Dash;

    Courtesy of page 655 of NT7 Help Guide

    Comment


      #3
      Working great thanks a lot.

      Comment


        #4
        Glad it works. Can you click on the "thanks" button?

        Comment


          #5
          I thought i had done that, or maybe i thanked myself by mistake? lol
          Not used to forums posting the lasted post on top.

          Comment


            #6
            Originally posted by renoschmitt View Post
            I thought i had done that, or maybe i thanked myself by mistake? lol
            Not used to forums posting the lasted post on top.
            Change your display mode to make the fora threaded instead, or even hybrid.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by alifarahani, Today, 09:40 AM
            4 responses
            19 views
            0 likes
            Last Post alifarahani  
            Started by gentlebenthebear, Today, 01:30 AM
            3 responses
            16 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by PhillT, Today, 02:16 PM
            2 responses
            7 views
            0 likes
            Last Post PhillT
            by PhillT
             
            Started by Kaledus, Today, 01:29 PM
            3 responses
            11 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by frankthearm, Yesterday, 09:08 AM
            14 responses
            47 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Working...
            X