Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to color indicator only when above 2.5 lines
Collapse
X
-
How to color indicator only when above 2.5 lines
How can I color the background only when indicator is above 2.5 line? Shown in red in the attached chart.Last edited by afshinmoshrefi; 07-01-2016, 08:31 AM.Tags: None
-
Hello afshinmoshrefi, and thank you for your question.
You can use BackColorSeries[int barsAgo] to change the background color of a panel behind an indicator at the specified barsAgo value. To change the entire background, you can loop between 0 and CurrentBar. I am including a help guide link for more information.
Please let us know if there is any other way we can help.Jessica P.NinjaTrader Customer Service
-
That won't work. I want to only color the background that is above 2.5 inside the indicator lines. I just photoshopped the attached chart to color the area in question in red.Last edited by afshinmoshrefi; 07-01-2016, 08:30 AM.
Comment
-
Hello afshinmoshrefi,
If you would like to extend Ninja beyond the documented functionality, which will let you color a slice of a panel behind a bar, you will need to use MSDN C# code. You may want to refer to this forums post as a reference, as it does something very similar to what you are proposing.
Please let us know if there is any other way we can help.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
143 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment