+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

Linkon Macd

The ‘Linkon Macd’ AFL most likely revolves around the Moving Average Convergence Divergence (MACD) indicator. Leveraging the Amibroker data feed, it computes MACD lines and signals, aiding traders in identifying potential shifts in momentum and trend reversals.

/
/***********************************************************************************************************
  Dinapoli MACD (DEMA)
  Based on "Joe DiNapoli - The Practical Application of Fibonacci Analysis to
Investment Markets"
  APPENDIX E

  Script Created by TohMz

 
   
***********************************************************************************************************/

//---- Smoothing Factors
FastSF=8.3896;
SlowSF=17.5185;
SignalSF=9.0503;

M_A_C_D=0;
S_i_g_n_a_l=0;

FastEMA[0]=SlowEMA[0]=Close[0];

for( i=1; i

Open chat
1
Hi, how can I help you?