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

Dynamic Plot Color

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

    Dynamic Plot Color

    Hi,

    Can i change one plot color dynamicly? I mean that suppose we need sma. if sma < price.close plot pen color must be red and reverse sma >= price.close plot color must be blue. Yes i know if i use two plot plotUp and plotDown, and write this:

    sma < price.close {only set plotDown}
    else {only set plotUp}

    my problem is solving. But i'm traying to solve this only one plot. Like this:

    sma < price.close {plot.pen.color = red}
    else {plot.pen.color = blue}
    then setplotvalue

    is it possible? And i'm newbe for ninja, could you please explain me shortly what is ninja drawing logic? I think first OnBarUpdate trigered each tick at this time we set plot values then ninja calling OnDrawing method and new values drawing on the chart.
    Last edited by aytacasan; 10-27-2010, 05:04 PM.

    #2
    Hello aytacasan,

    Correct - this is the multi color plot approach that was used in version 6.5

    Version 7 offers a new approach to multi colored indicators. You can read about this approach here:
    http://www.ninjatrader.com/support/f...ad.php?t=21225

    Please see here for Drawing methods available with NinjaTrader:
    http://www.ninjatrader.com/support/h...t7/drawing.htm
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Fitspressorest, Today, 01:38 PM
    0 responses
    2 views
    0 likes
    Last Post Fitspressorest  
    Started by Jonker, Today, 01:19 PM
    0 responses
    2 views
    0 likes
    Last Post Jonker
    by Jonker
     
    Started by futtrader, Today, 01:16 PM
    0 responses
    6 views
    0 likes
    Last Post futtrader  
    Started by Segwin, 05-07-2018, 02:15 PM
    14 responses
    1,791 views
    0 likes
    Last Post aligator  
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    844 views
    0 likes
    Last Post emuns
    by emuns
     
    Working...
    X