- (price - Lowest(n)) / (Highest(n) - Lowest(n))
Range=High-low (100%)
eg. 23.6% retracement
Retracement = Range*23.6/100
if drawing from low to high, high - Retracement
if drawing from high to low, low + Retracement
Keith Watford:
The best answer. Good job Sir.
Range=High-low (100%)
eg. 23.6% retracement
Retracement = Range*23.6/100
if drawing from low to high, high - Retracement
if drawing from high to low, low + Retracement
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What is the Formula of Fibonacci Retracement? I'm planning to put Fibonacci in SubWindow.
I searched fibonacci retracement formula in Google and MQL Forums but I haven't seen it yet.