How to calculate OBJ_EXPANSION manually

 

How do i calculate Fibonacci Expansion levels manually

It has A B C Points , What is its formula?

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_EXPANSION
Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types / OBJ_EXPANSION
  • www.mql5.com
OBJ_EXPANSION - Object Types - Objects Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
(B-A) * n + C where n=.5, .618, …
 
William Roeder #:
(B-A) * n + C where n=.5, .618, …

Perfect, Thank you very much

Reason: