SharpDX.Color cb; cb = new ColorBGRA(0, 255, 0, 255);. SharpDX.Direct2D1.Brush cbrush = new SharpDX.Direct2D1.SolidColorBrush(RenderTarget, cb);
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Update bar color dynamically
Collapse
X
-
Update bar color dynamically
Does the 'TransformBrush' check for brush overrides at the indicator level? If I'm writing candlestyle code that wishes to 'fix' or change the color of the candles dynamically via a volume parameter, would the following be the right way of going about it?
Do you have a better suggestion? By which other means can I update a bar's color dynamically based on some other parameter?Code:Tags: None
-
Is it possible for you to comment on both? What's the difference between changing color in OnRender() and OnBarUpdate? Is it possible to use OnBarUpdate() for a custom Chartstyle? Similarly, for a custom indicator, what benefits is there for one to make use of OnRender()? Is it possible to incorporate an indicator within a custom ChartStyle?
Comment
-
Hello bkinvent,
Thanks for your post.
Please do not duplicate posts and continue your conversation here: http://ninjatrader.com/support/forum...ad.php?t=75762
Thank-you.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, Yesterday, 10:06 AM
|
0 responses
17 views
0 likes
|
Last Post
by argusthome
Yesterday, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
16 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
14 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
9 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
38 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment