Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
place orders when fib tool is draw
Collapse
X
-
Hello fgs092790,
You would need to monitor the DrawObjects collection from your script to see when the Drawing Object has been added to the collection.
You could monitor the count of the collection, or loop through the collection to find the specific drawing object through tag name. The Help Guide page above has code examples.
Comment
-
Hello,
Can you explain in more detail what you mean by "calling one of the lines of the fib"?
If you would like to do something to the drawing object after you have found it in the collection, you would need to cast it first as shown in the example " Looping through the collection to find specific draw objects" in the HG page.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 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
23 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