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 wzgy0920, 04-20-2024, 06:09 PM
          2 responses
          26 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, 02-22-2024, 01:11 AM
          5 responses
          32 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, Yesterday, 09:53 PM
          2 responses
          49 views
          0 likes
          Last Post wzgy0920  
          Started by Kensonprib, 04-28-2021, 10:11 AM
          5 responses
          191 views
          0 likes
          Last Post Hasadafa  
          Started by GussJ, 03-04-2020, 03:11 PM
          11 responses
          3,230 views
          0 likes
          Last Post xiinteractive  
          Working...
          X