MACD BB Indicator development for Amibroker

#21
Hello rocky,
This might help U.

_SECTION_BEGIN("Price + BolingerBand");
A1=C;
BBtop=BBandTop(A1,10,1);
BBbot=BBandBot(A1,10,1);

Plot(a1,"c",colorWhite,styleDots+styleLine);
Plot(BBtop,"BBtop",colorDarkGreen,styleDashed);
Plot(BBbot,"BBbot",colorDarkRed,styleDashed);
_SECTION_END();
Thanks for this,
Can u share how to trade it
 

casoni

Well-Known Member
#22
Hello ,
macd-bb with buy-sell signals

Thank you :)
 
Last edited:

casoni

Well-Known Member
#29
Can you get these values for this indicator into a explorer? So I can scan all my stocks for Macd cross and when its turning up.
Hello,
kindly provide full details...,
as this has explorer...so when you run explorer it will explorer all stocks which for buy or sell signalled ...
SETTINGS IN AA .
apply to = all symbols or use filter [ select favourites /watch list]
range= n last days =2 or use from [ yesterday - todays date]
then go to settings.>
position = long and short
periodicity= 15 min [ select from drop down menu] > OK..
EXPLORE
 

sikandar

Active Member
#30
Hello,
kindly provide full details...,
as this has explorer...so when you run explorer it will explorer all stocks which for buy or sell signalled ...
SETTINGS IN AA .
apply to = all symbols or use filter [ select favourites /watch list]
range= n last days =2 or use from [ yesterday - todays date]
then go to settings.>
position = long and short
periodicity= 15 min [ select from drop down menu] > OK..
EXPLORE
Hi casoni
Can it be explored in eod data and one more q can it be back tested?
 

Similar threads