[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSM & WX



PureBytes Links

Trading Reference Links

Some people have requested that I post the RSI system using bollinger bands
as a dynamic zone instead of 70/30 crossover.  This is from MS 5.1.

opt1   RSI bars
opt2   Bollinger Band lookback period, 

Open Long/Close Short

Cross( RSI(opt1), BBandBot(RSI(opt1),opt2,E,1.65))

Open Short/Close Long

Cross( BBandTop(RSI(opt1),opt2,E,1.65), RSI(opt1))

Regards,

Terry