i would like to color candlestick bars based on higher high made or lower low made ie. green for bars with a higher high and red for bars with lower lows instead of based on close as is the current setting. How can i do this? Please advise thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bars colored on HH and LL instead of close.
Collapse
X
-
Bars colored on HH and LL instead of close.
Hi,
i would like to color candlestick bars based on higher high made or lower low made ie. green for bars with a higher high and red for bars with lower lows instead of based on close as is the current setting. How can i do this? Please advise thanks.Tags: None
-
Hello tradertom2012,
Thanks for your post.
You would need to create a custom indicator, using ninjascript, that would look for the pattern you describe and then set the color of the brush to paint the bar with.
You would use the method BarBrush or BarBrushes, here are links to those methods:
It may also be possible to use the strategy builder to create a strategy whose only action would be to color the bars. The strategy builder does not require programming knowledge.
Alternatively, if you would like it created for you, we can point you to 3rd party programmer website where you can seek that service.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
181 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment