T3_iAnchMom – indicator MetaTrader 5
Real author: Ramdass A non-normalized oscillator implemented in the form of colored dots. The formula for the calculation: T3_iAnchMom = 100 * ( ( T3 (FastPeriod, bar ) / T3 ( SlowPeriod, bar ) ) – 1.0 ) where T3 is Tilson averaging. The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use … Read more