Bollinger Band of MACD for Metastock
This formula display the Bollinger Bands (BB) of the MACD indicator.
Screenshots
Files
Indicator / Formula
Copy & Paste Friendly
A1:=Mov(C,12,E)-Mov(C,26,E);
BBtop:=BBandTop(A1,10,E,1);
BBmid:=A1;
BBbot:=BBandBot(A1,10,E,1);
BBtop;BBmid;BBbot;0 comments
Leave Comment
Please login here to leave a comment.