+91-0000000000

}

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

Guppy Count Back LNKN Bullish

Guppy Count Back LNKN Bullish refers to a specific bullish scenario derived from the Guppy Count Back system within Amibroker AFL. It employs Amibroker data feed to identify bullish trends based on the LNKN (Last Known Next Number) methodology. Traders utilize this AFL to pinpoint potential entry points for long positions in the market. By combining LNKN with Guppy Count Back principles, traders aim to capitalize on upward price movements, enhancing their trading strategies.

/_SECTION_BEGIN("GUPPY COUNT BACK LNKN BULLISH");

MASK= ParamStyle("MASK",styleCandle, maskPrice);
barcolor = IIf(C > Ref(C,-1), ParamColor("Up Color",colorBrightGreen), IIf(C ==Ref(C,-1),colorOrange, ParamColor("Dn Color",colorOrange))); 
Plot( C, "Close", barcolor,MASK);

H1=0; 
L1=0;
H2=0;
L2=0; 
H3=0;
L3=0;


for( i = BarCount-20; i < BarCount; i++ ) 
{ 
if(L[i]L1 AND H[j]>H1)
{ L2=L[j];H2=H[j] ;L2bar=j;
for( k = L2bar-20; k < L1bar; k++ ) 
{
if(L[k]>L2 AND H[k]

Open chat
1
Hi, how can I help you?