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 bortz, 11-06-2023, 08:04 AM
            47 responses
            1,605 views
            0 likes
            Last Post aligator  
            Started by jaybedreamin, Today, 05:56 PM
            0 responses
            8 views
            0 likes
            Last Post jaybedreamin  
            Started by DJ888, 04-16-2024, 06:09 PM
            6 responses
            18 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by Jon17, Today, 04:33 PM
            0 responses
            4 views
            0 likes
            Last Post Jon17
            by Jon17
             
            Started by Javierw.ok, Today, 04:12 PM
            0 responses
            13 views
            0 likes
            Last Post Javierw.ok  
            Working...
            X