A buy only strategy on USTECH 30m timeframe. Enters a long position when the bollinger bands squeeze together and the EMA is below the current price. Stoploss is setup to be easily optimised.
General USTECH 30M
USTECH Bollinger Band Squeeze + EMA Longs Only
A buy only strategy on USTECH 30m timeframe. Enters a long position when the bollinger bands squeeze together and the EMA is below the current price. Stoploss is setup to be easily optimised.
NTL-BB-Squeeze.set
USTECH 30M
Close() > MA1(0,1) && BB1(0, 1) - BB1(0,2) <= ATR1() * 2 ? Ask() : 0
Ask() - ATR1() * VAR0
Close() < MA1(0,1) && BB1(0,1) - BB1(0,2) <= ATR1() * 2 ? Bid() : 0
Bid() + ATR1() * VAR0
1
6.00
10.00
true
3.00
false
false
+NTL\ATR(1,14).ex5
+NTL\BB(1,20,2.0).ex5,0,1,2,3
+NTL\MA(1,50,1,200,1).ex5,0,1,2
4;2,3,4,5,6,7,8,9,10
10000
500
12