TradingView
D499
1 יוני 2022 01:31

Bollinger Bands + EMA 9 

תיאור

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.

הערות שחרור

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

הערות שחרור

Added short positions

הערות שחרור

Bug fixes

הערות שחרור

Bug fixes, again

הערות שחרור

Full script overhaul!

הערות שחרור

Fixed the position sizing, credits to @adolgov :D

הערות שחרור

...
תגובות
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
עוד