+91-0000000000

}

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

Guppy

Guppy in Amibroker AFL refers to the Guppy Multiple Moving Average system, utilizing various moving averages to assess market trends. Utilizing the Amibroker data feed, Guppy indicators aid traders in analyzing trends and potential trade setups. Traders leverage Guppy tools to make informed decisions regarding trade entries and exits, aligning their strategies with prevailing market conditions for improved trading outcomes.

/_SECTION_BEGIN("");
x=((MA(Close,3)+MA(Close,5)+
MA(Close,8)+MA(Close,10)+
MA(Close,12)+MA(Close,15))-
(MA(Close,30)+MA(Close,35)+
MA(Close,40)+MA(Close,45)+
MA(Close,50)+MA(Close,60)))*10;

y=(MA((MA(Close,3)+MA(Close,5)+
MA(Close,8)+MA(Close,10)+
MA(Close,12)+MA(Close,15))-
(MA(Close,30)+MA(Close,35)+
MA(Close,40)+MA(Close,45)+
MA(Close,50)+MA(Close,60)),8))*10;

Plot(x,"GUPPY??Short-Long",colorYellow);
Plot(y,"Smooth_Short-Long",colorRed);
//EMA (V, 20) >=40000;

Open chat
1
Hi, how can I help you?