Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Getting line levels from code
Collapse
X
-
This is only true if we can read the %age values of each of the lines relative to the 0 and 100% anchors . . then yes we can calculate the price values for each of the lines.Originally posted by NinjaTrader_Matthew View PostWith IFibonacciRetracements you can read the Anchor points (startY & endY), which would be the 0% and 100% lines, but you cannot directly read the individual lines. If you would like these values to be read by an indicator, you can calculate these values from the anchor points.
Is it possible to get the %age values for each of the lines ?
Comment
-
%age = percentage . . .Originally posted by NinjaTrader_Matthew View PostI'm sorry, what do you mean by %age?
The anchors are at 0% and 100% . . . to calculate the price of a level at 43.8%, or any other %age, I need to be able to read from the Fib that that level is at 43.8% (or 0.438 ). . then using the 0% and 100% anchor line prices I can calculate it's price . . .
And conversely to draw a Fib with anchors of my choice I need to be able to set the Fib level percentage values. . .
Comment
-
Hello,
There is not a support method to read these fib levels. However if you have the start and end X prices, you can calculate them yourself through custom coding in the script itself.
The fib level is going to be a percentage of the difference High and the Low.MatthewNinjaTrader Product Management
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 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
548 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