+91-0000000000

}

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

AO XLT-AG

Elevate your trading prowess with the AO XLT-AG Amibroker AFL, free for download. Merging the capabilities of Awesome Oscillator (AO) and XLT-AG indicators, this tool provides deep insights into market dynamics. Combine its potential with accurate Amibroker data to gain a competitive edge in deciphering trends and making informed trading choices.

tgt = Param ("Trading Rande CCI:",100,50,150);
Pe = Param ("Periods for CCI:",20,1,100,1);
a = CCI(Pe)<-tgt;
b = CCI(Pe)>tgt;
state = IIf(a>b,-1,IIf(a==b,0,1));
Plot(state, "",4);

Open chat
1
Hi, how can I help you?