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 StockTrader88, 03-06-2021, 08:58 AM
          45 responses
          3,992 views
          3 likes
          Last Post johntraderuser2  
          Started by TAJTrades, Today, 09:46 AM
          0 responses
          7 views
          0 likes
          Last Post TAJTrades  
          Started by rhyminkevin, Yesterday, 04:58 PM
          5 responses
          62 views
          0 likes
          Last Post dp8282
          by dp8282
           
          Started by realblubb, Today, 09:28 AM
          0 responses
          8 views
          0 likes
          Last Post realblubb  
          Started by AaronKoRn, Yesterday, 09:49 PM
          1 response
          19 views
          0 likes
          Last Post Rikazkhan007  
          Working...
          X