A 1 minute scalping strategy.
Uses Bollinger Bands (no basis line) and a 9 period EMA .
Waits for price to close below the lower Bollinger Band and the next candle to close bullish above the lower Bollinger Band but below the 9 Period EMA .
If all conditions are met, the script enters a long position with TP at the 9 Period EMA .
Uses Bollinger Bands (no basis line) and a 9 period EMA .
Waits for price to close below the lower Bollinger Band and the next candle to close bullish above the lower Bollinger Band but below the 9 Period EMA .
If all conditions are met, the script enters a long position with TP at the 9 Period EMA .
Release Notes:
Fixed the entry and exit conditions. Better code in general.
Release Notes:
Added short positions
Release Notes:
Bug fixes
Release Notes:
Bug fixes, again