+91-0000000000

}

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

%B Bollinger Brands with Adaptive

When implementing the %B Bollinger Bands with Adaptive in Amibroker, ensuring a reliable Amibroker data feed is essential. High-quality data enables accurate analysis and precise decision-making. Combine a trustworthy data feed with well-designed Amibroker AFL code to optimize your trading strategy and enhance your trading performance.

p=20;
x=((C+2*StDev(C,p)-MA(C,p))/(4*StDev(C,p)))*100;
Plot(x,"Osc",6,5);
b=50;
k=60;
n=0.95;
r=HHV(x,k);e=LLV(x,k);
Plot(e+(r-e*n),"O/B",4,5);
Plot(r-(r-e*n),"O/S",5,5);
Plot(IIf(x>e+(r-e*n),100,IIf(x<r-(r-e*n),0,50)),"BL",7,5);

Open chat
1
Hi, how can I help you?