Need Bollinger bands % B & Stoch RSI ready indicator for Metastock

primitivetrader

Well-Known Member
#2
google it its there on net free.
 

biggles

Active Member
#4
Stoch RSI 13 13 Smoothed Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)- (LLV(RSI(13),13))),3,E)*100
Stoch RSI 14 14 ((RSI(14)-LLV(RSI(14),14))/((HHV(RSI(14),14))-LLV(RSI(14),14)))
Stoch RSI 14 7 ((RSI(14) - LLV(RSI(14),7))/ (HHV(RSI(14),7))-(LLV(RSI(14),7)))*-1
Stoch RSI 21 13 ((RSI(21)-LLV(RSI(21),8))/((HHV(RSI(21),13))-LLV(RSI(21),13)))
Stoch RSI 21 13 Smoothed Mov((RSI(21)-LLV(RSI(21),13))/(HHV(RSI(21),13)-(LLV(RSI(21)+.00001,13))),8,E) *100
Stoch RSI 21 21 ((RSI(21)-LLV(RSI(21),21))/((HHV(RSI(21),21))-LLV(RSI(21),21)))
Stoch RSI 5 5 Smoothed Mov((RSI(5)-LLV(RSI(5),5))/(HHV(RSI(5),5)- (LLV(RSI(5),5))),3,E)*100
Stoch RSI 8 5 Smoothed Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8),8)+.00001)),5,W)*100
 
#5
Stoch RSI 13 13 Smoothed Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)- (LLV(RSI(13),13))),3,E)*100
Stoch RSI 14 14 ((RSI(14)-LLV(RSI(14),14))/((HHV(RSI(14),14))-LLV(RSI(14),14)))
Stoch RSI 14 7 ((RSI(14) - LLV(RSI(14),7))/ (HHV(RSI(14),7))-(LLV(RSI(14),7)))*-1
Stoch RSI 21 13 ((RSI(21)-LLV(RSI(21),8))/((HHV(RSI(21),13))-LLV(RSI(21),13)))
Stoch RSI 21 13 Smoothed Mov((RSI(21)-LLV(RSI(21),13))/(HHV(RSI(21),13)-(LLV(RSI(21)+.00001,13))),8,E) *100
Stoch RSI 21 21 ((RSI(21)-LLV(RSI(21),21))/((HHV(RSI(21),21))-LLV(RSI(21),21)))
Stoch RSI 5 5 Smoothed Mov((RSI(5)-LLV(RSI(5),5))/(HHV(RSI(5),5)- (LLV(RSI(5),5))),3,E)*100
Stoch RSI 8 5 Smoothed Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8),8)+.00001)),5,W)*100
thanks Biggles, I wil Try and give you feed back ASAP,
 

Similar threads