+91-0000000000

}

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

Guppyma Crossings

Guppyma Crossings in Amibroker AFL involve analyzing crossings of Guppy Moving Averages to identify potential trade opportunities. Utilizing the Amibroker data feed, this AFL focuses on intersections of various Guppy moving averages, signaling potential shifts in market trends. Traders interpret these crossings to make decisions regarding trade entries or exits, aiming to capitalize on price movements aligned with Guppy MA signals.

/_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",colorBlue);
Plot(y,"Smooth_Short-Long",colorRed);
//EMA (V, 20) >=40000;

Open chat
1
Hi, how can I help you?