Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Changing colors of drawings

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

    Changing colors of drawings

    I'm not clear on how to do this, even after looking through the help pages, could someone straighten me out?

    In my strategy, if I have something like:

    Code:
    Add(ZigZag(DeviationType.Points, 1,true));
    How do I change the color of drawing and make it a dashed line instead of solid?


    Thanks

    #2
    Hi lookOutBelow,

    You can add something like...

    ZigZag(DeviationType.Points, 1,true).Plots[0].Pen.DashStyle = DashStyle.Dash;

    to Inititialize(), as described in this post: http://www.ninjatrader.com/support/f...ead.php?t=3228
    TimNinjaTrader Customer Service

    Comment


      #3
      thanks..

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by giulyko00, Today, 12:03 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by f.saeidi, Today, 12:14 PM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by aprilfool, 12-03-2022, 03:01 PM
      2 responses
      327 views
      0 likes
      Last Post BottomShark77  
      Started by AnnBarnes, Today, 12:17 PM
      1 response
      2 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by Lopat, 03-05-2023, 01:19 PM
      4 responses
      169 views
      0 likes
      Last Post Sam2515
      by Sam2515
       
      Working...
      X