Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Calling an indicator from another - Print and Draw.Diamond don't work
Collapse
X
-
Calling an indicator from another - Print and Draw.Diamond don't work
I am calling a couple of indicators from another indicator. The ones being called use Print() and another one uses Draw.Diamond() but nothing shows on the price pane. Maybe the indicator being called is writing the info somewhere else? Please help. NT8. Tnx.Tags: None
-
Hello stevenev1,
Thank you for your reply.
For the indicator that uses Print();, you can call the Update(); method on that indicator. For the indicator that uses drawing objects, the drawing logic would need to be moved to the host indicator. No plots or visuals are created from child indicators that are added to a host indicator. I have attached an example of using the Update method.
Please let me know if I can assist further.Attached Files
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment