Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

One of the most common Bollinger Band strategies is using them to gauge if a market is overbought or oversold.A lot of traders will use these bands and look for price to revert back the middle band or to the mean.When using a mean reversion strategy we are assuming that if price deviates or moves too far away from the mean it will eventually have to come back.This is often looked at as price moving back from an overbought or oversold market into more true value. Bollinger Bands react to price as it is being created in live time. They will constrict and expand as price moves depending on what the price action is doing.That’s why I added a corridor-size filter. See how effective Bollinger becomes then.

Simple and effective with an amazing multiplier (nx).

Simple and effective with an amazing multiplier (nx).

             lower=iBands(NULL,0,period,Deviations,0,PRICE_CLOSE,MODE_LOWER,1);
             upper=iBands(NULL,0,period,Deviations,0,PRICE_CLOSE,MODE_UPPER,1);
             corridor=upper-lower;
            
          
             if(Close_1>upper

Add review
Reviews ( 0 ):