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 Brevo, Today, 01:45 AM
            0 responses
            4 views
            0 likes
            Last Post Brevo
            by Brevo
             
            Started by aussugardefender, Today, 01:07 AM
            0 responses
            3 views
            0 likes
            Last Post aussugardefender  
            Started by pvincent, 06-23-2022, 12:53 PM
            14 responses
            241 views
            0 likes
            Last Post Nyman
            by Nyman
             
            Started by TraderG23, 12-08-2023, 07:56 AM
            9 responses
            384 views
            1 like
            Last Post Gavini
            by Gavini
             
            Started by oviejo, Today, 12:28 AM
            0 responses
            6 views
            0 likes
            Last Post oviejo
            by oviejo
             
            Working...
            X