Bollinger Bands and Engulfing candlestick#
This strategy uses the famous Bollinger Bands and the Engulfing candlestick. Here is the source for the strategy.
Buy Rules#
Close is lower than Lower Bollinger Band.
Close is greater than the Open.
Close from one period ago is less than the Open from one period ago.
Open is less than the Close from one period ago.
Close is greater than Open from one period ago.
Sell Rules#
Close is greater than Upper Bollinger Band.
Close is less than the Open.
Close from one period ago is greater than the Open from one period ago.
Open is greater than the Close from one period ago.
Close is less than Open from one period ago.
Sample of Signal Points#
Results#
Source Code#
Here is the link to the source code for this zeta-zetra/code.