Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Add ability to specify opacity during creation of drawn objects from script
Collapse
X
-
Add ability to specify opacity during creation of drawn objects from script
Currently you can not set the opacity for drawn objects when you create it from a script. But once it is created you can click on the properties of the object and change the opacity.Tags: None
-
Hi cutzpr, thanks for your post.
You can create a custom Brush object when creating a draw object e.g.
You could also do custom rendering in the OnRender method. In OnRender you use SharpDX for high performance and very customizable renders. We have a guide on using SharpDX here:Code:Draw.Triangle(this, "TRI", Time[5], Low[5], Time[3], High[3] + TickSize*10, Time[0], Low[0], new SolidColorBrush(Color.FromArgb(155, 0, 0, 255)));
There is also an example indicator in the platform called "SampleCustomRender" for a functional reference.
Please let me know if I can assist any further.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
76 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
44 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
168 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
101 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
165 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment