Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawLine

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

    DrawLine

    What is wrong in the sintax of following line:

    DrawLine("OCP", false,5, PO, -20, PO, Color.Green, DashStyle.Dash,2);

    Thanks

    #2
    Hello ocorrea,

    As far as syntax, there is nothing wrong with this line.

    The issue may be with the PO variable. Is this variable a double?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      when compile the indicator shows the msg "The name 'DashStyle' does not exist in the current context"

      Comment


        #4
        the syntax complete is:

        public void MarcaTrade(int sd, int stp, int stpl, int trg1, int trg2)
        {
        double PO = Position.AvgPrice;
        if(sd == 1)
        {
        DrawLine("OCP", false,5, PO, -20, PO, Color.Green, DashStyle.Dash,2);
        }
        return;

        Comment


          #5
          Hello,

          I am able to compile the following:
          DrawLine("OCP", false,5,0, -20,0, Color.Green, DashStyle.Dash,2);

          I've just replaced the PO with 0.

          I'd like to take a look on your end as DashStyle is a collection you can access from a strategy.

          Please send an email to platformsupport [at] ninjatrader [dot] com. In the email, please add a link to this forum thread.
          Chelsea B.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by llanqui, Today, 03:53 AM
          0 responses
          6 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by burtoninlondon, Today, 12:38 AM
          0 responses
          10 views
          0 likes
          Last Post burtoninlondon  
          Started by AaronKoRn, Yesterday, 09:49 PM
          0 responses
          15 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          11 views
          0 likes
          Last Post carnitron  
          Started by strategist007, Yesterday, 07:51 PM
          0 responses
          14 views
          0 likes
          Last Post strategist007  
          Working...
          X