Could you let me know if it is possible to retrieve data from a manually drawing object? If so, could you kindly show an example? Thanks a lot!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Retrieve price data of a manually drawing object
Collapse
X
-
Hello StartOver,
You can find some examples of that in the following link. https://ninjatraderecosystem.com/use...y-drawn-lines/
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
I look forward to being of further assistance
-
Hello Jesse,
Thanks a lot for the prompt response. Sorry I am pretty new to Ninjascript. I actually went through this indicator and could not get it before I posted this question.
I have the following code. Could you let me know how do I get the price info if the object is Fibonacci Extensions?
foreach (IDrawObject draw in DrawObjects)
{
if (draw.DrawType == DrawType.FibonacciExtensions )
{
???
???
}
}
Comment
-
Hello StartOver,
In NT7 I am not aware of how you can access the price levels for the fibonacci objects, unfortunately this tool was not designed to expose that data. You can read a previous post about this question with some more relevant information here: https://ninjatrader.com/support/foru...bonacci-levels
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
45 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
99 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment