+91-0000000000

}

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

MA Diff 20 By Larry Lovrencic

Created by Larry Lovrencic, the MA Diff 20 AFL utilizes an AmiBroker data feed to focus on the difference between two moving averages. The integration of real-time data feeds enhances its effectiveness in identifying momentum shifts within the market, providing traders with timely insights into potential changes in market trends.

/
/*MA Diff 20 by Larry Lovrencic*/
T=20; /*Time Period for MA*/
KMA=((C-MA(C,T))/MA(C,T))*100;   
Graph0=KMA;
Graph0Style=2+4;
Graph0BarColor=IIf(KMA>0,5,4);
GraphXSpace=5;

Open chat
1
Hi, how can I help you?