+91-0000000000

}

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

Buaya AC

Buaya AC, a prominent Amibroker AFL, depends on accurate Amibroker data to provide valuable insights for traders. This technical analysis tool helps traders spot trends and potential reversals. To make informed trading decisions using Buaya AC, having access to precise Amibroker data feeds that reflect real market conditions is essential for achieving consistent success in trading.

_SECTION_BEGIN("buaya AC");
AOSlowMA=MA( Avg ,34);
AOFastMA=MA( Avg,5);

AO = AOFastMA - AOSlowMA;

AC = AO - MA(AO,5);

barcolor= IIf(AC <= Ref(AC,-1),colorRed,colorBlue); 
               
Graph0=AC;
Graph0Style=2+5;
Graph0BarColor=barcolor;

/* the following is to put the 5 period signal line on the oscillator if you
choose*/

/*Graph1=Wilders(SlowMA-FastMA,5);
Graph1Style=4+1;*/
_SECTION_END();

Open chat
1
Hi, how can I help you?