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 arvidvanstaey, Today, 02:19 PM
          4 responses
          11 views
          0 likes
          Last Post arvidvanstaey  
          Started by samish18, 04-17-2024, 08:57 AM
          16 responses
          61 views
          0 likes
          Last Post samish18  
          Started by jordanq2, Today, 03:10 PM
          2 responses
          9 views
          0 likes
          Last Post jordanq2  
          Started by traderqz, Today, 12:06 AM
          10 responses
          18 views
          0 likes
          Last Post traderqz  
          Started by algospoke, 04-17-2024, 06:40 PM
          5 responses
          48 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X