thx
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how to have two colors in one bar?
Collapse
X
-
Hello llanqui,
Thanks for your post.
To clarify, are you referring to changing the color of a bar on the chart so that it is two different colors?
There are no supported methods or properties available to make a single bar two separate colors.
A bar on the chart is only able to be set to a single color by specifying BarBrush or BarBrushes.
BarBrush: https://ninjatrader.com/support/help...8/barbrush.htm
BarBrushes: https://ninjatrader.com/support/help...barbrushes.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello llanqui,
Thanks for your note.
This could possibly be accomplished by custom rendering on top of the bars like the HeikenAshi8 indicator does. You could color half the bar one color and the other half another color.
Note that this would require custom rendering two rectangles.
You could view the SampleCustomRender script that comes default with NinjaTrader to gain a good understanding of working with SharpDX. To view the script, open a New > NinjaScript Editor window, open the Indicators folder, and double-click on the SampleCustomRender file.
HeikenAshi8 indicator: https://ninjatraderecosystem.com/use...heiken-ashi-8/
Using SharpDX for Custom Chart Rendering: https://ninjatrader.com/support/help..._rendering.htm
OnRender: https://ninjatrader.com/support/help...htsub=onrender
RenderTarget.DrawRectangle: https://ninjatrader.com/support/help...wrectangle.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
33 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
184 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
342 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
264 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment