TradingView
D499
1 juin 2022 01:31

Bollinger Bands + EMA 9 

Description

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.

Notes de version

Fixed the entry and exit conditions. Better code in general.

Notes de version

Added short positions

Notes de version

Bug fixes

Notes de version

Bug fixes, again

Notes de version

Full script overhaul!

Notes de version

Fixed the position sizing, credits to @adolgov :D

Notes de version

...
Commentaires
Sruthika
It will not hit SL frequently if we change long condition and short condition as per below
long = close[3] < lower and close[2] > lower and close[1] > lower and close > lower and close < ema9
cabierman
@Sruthika, how would this be coded for the long only part?
Liciande
Best script on TV,
Thanx man
substantialChi19583
Nice and thank you sir!
if can improve a bit more on more profit features if can still foresee the profitability formula based on fibonacci
Plus