TradingView
D499
1 de Jun. de 2022 1:31

Bollinger Bands + EMA 9 

Descripción

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.

Notas de prensa

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

Notas de prensa

Added short positions

Notas de prensa

Bug fixes

Notas de prensa

Bug fixes, again

Notas de prensa

Full script overhaul!

Notas de prensa

Fixed the position sizing, credits to @adolgov :D

Notas de prensa

...
Comentarios
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
Más