Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to get the color of the chart background
Collapse
X
-
How to get the color of the chart background
I need to find the brush color of the chart background; how can I get it inside an indicator?Tags: None
-
Hello afshinmoshrefi, and thank you for your question. This is available through the ChartControl.Background object. To turn this into a Color you may use
Please let us know if there are any other ways we can help.Code:Color c = (ChartControl.Background as SolidColorBrush).Color;
Jessica P.NinjaTrader Customer Service
-
Thanks Jessica,
I need to assign the background color to a brush for an indicator Plot.
How can I get a valid brush that is the background brush?
Comment
-
-
When I try this brush, the indicator compiles but then disappears from the list of indicators. Seems there is possibly a compile error that doesn't get reported to the UI. I emailed the indicator to Jessica to look at.
Comment
-
Colour #74987B would like to make as 'GradientBrush'
Hello.
I trade WoodiesCCI. For a background chart his native colour #74987B would like to make as 'GradientBrush' in a skin Slate Light.
In this theme the way was shown:
Would like as in this theme have made with colour of coffee, only now for colours #74987B.
Programming I do not own.
The file BluePrint has applied on the message.
Thanks.Last edited by Muratello; 03-13-2017, 06:44 PM.
Comment
-
Thank you for your question, Muratello. The best place to start when creating a new skin for NinjaTrader is this page,
We are happy to help with any questions that come up.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment