Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator Plot Labels
Collapse
X
-
Hello dibDab,
Are you calling a plot value from the indicator in OnBarUpdate()? (Or calling Update() if there are no plots to call?)
AddChartIndicatorDrawTest_NT8.zipChelsea B.NinjaTrader Customer Service
Comment
-
yes calling AddChartIndicator()
this works when I add just the indicator
but not when the strategy adds the indicatorCode:else if (State == State.DataLoaded) { Draw.TextFixed(this, "tag1", "A", TextPosition.TopLeft, Plots[1].Brush, SFont, null, null, 70); Draw.TextFixed(this, "tag0", "\r\yB", TextPosition.TopLeft, Plots[0].Brush, SFont, null, null, 70); }Last edited by dibDab; 03-03-2023, 10:43 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
58 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
27 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment