protected override void OnRender(ChartControl chartControl, ChartScale chartScale)
{
// Loop through each Plot Values on the chart and draw short line above the bar
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Need help drawing custom plots.
Collapse
X
-
Need help drawing custom plots.
I want to simply draw a short horizontal line for each data point value except if the plot value price is zero. Not sure how to get the x/y coordinate right for drawing lines.
Code: -
Hello bryanhill7, and thank you for your question.
Attached is a code sample that accomplishes this goal. Code samples we provide are for educational purposes, and are not intended for live trading, and are not guaranteed to accomplish any user goal or to be maintained.
Please let us know if there are any other ways we can help.Attached FilesJessica P.NinjaTrader Customer Service
-
-
-
There was a code error in the previous version which survived my initial tests. The code attached to this post has been verified to draw correctly in the most recent version of NinjaTrader.
This said the code error in the original version was not related to your query directly. Please, in either the version attached to this post or the previous post, run a New -> NinjaScript Output Window prior to loading this indicator. This contains information directly related to your query. Both the code attached to this reply and the previous code will print information which shows you X and Y pixel coordinates, and comparing this output to the Print statement that generated it will resolve your query.
The code attached to the previous post will be easier to read, as it will generate less output. I removed this filtering in order to draw objects you can see onto your chart, as objects not rendered during each call of OnRender will be erased. This is the cause of the increased level of output between scripts.Attached FilesLast edited by NinjaTrader_JessicaP; 04-17-2017, 10:16 AM.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment