Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do you code Fibonacci Retracement/Extension levels in NS8?
Collapse
X
-
How do you code Fibonacci Retracement/Extension levels in NS8?
I've searched the user guide and can't find anything on how to actually code the levels. Are there any methods? The only thing I can find about coding fibs is in the Drawing section. I don't want to "draw" a fibonacci retracement. I want to use the actual levels for coding purposes. Thanks for any and all help.Tags: None
-
Hello jamestrader21x,
Thanks for your post.
You can calculate the levels simply by taking the difference between your low and high points (where you would draw the 0 to 100% lines), then simply multiply the difference by the desired ratio, finally add or subtract from the low or high points.
Examples:
Start point: 1000
End point 1150
Difference: 150
50% level = 150 * 0.50 = 75
subtract 75 from 1150 = 1075, 50% retracement level.
23.6% level = 150 * 0.236 = 35.4
subtract 35.4 from 1150 = 1114.6, 23.6% retracement level
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment