- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
* To: "MetaStock List" <metastock@xxxxxxxxxxxxx> * Subject: Re: hello from a newbie * From: "C.S." <csaxe@xxxxxxx> * Date: Wed, 17 Oct 2001 13:44:11 -0700 * Reply-To: metastock@xxxxxxxxxxxxx * Sender: owner-metastock@xxxxxxxxxxxxx Maurice, The Bollinger Band oscillator equation as listed by Steve is also a great start for further modification and experimentation. Sometimes when I need some further damping of the signal without inducing too much lag, I use (or a variant of): |
|
Bollinger Bands as Oscillator IV V1:=Input("Std. Dev. periods",2,250,20); V2:=Input("Mov periods",2,250,20); V3:=Input("LinReg periods",2,50,5); V4:=Input("Upper Threshold",-100,100,70); V5:=Input("Lower Threshold",-100,100,35); V6:=LinearReg(C,V3); V4; V5; ((V6+2*Std(V6,V1)-Mov(V6,V2,S))/(4*Std(V6,V1)))*100; |
Experiment away...
-Corey Saxe
Source / From:-Corey Saxe
http://purebytes.com/archives/metastock/