TradingView
ROBO_Trading
15 фев 2018 г., 20:57

Noro's Bands Scalper Strategy v1.6 

Bitcoin / DollarBitfinex

Описание

Noro's Bands for scalping

Lime = uptrend
Red = downtrend
Комментарии
MATRIX_73
nice this strategy, but how do you put it in study? to send signals to a bot would take ...
fr33domz
@MATRIX_73, you found i way to get it in study
valkenzz
hi: first, very good script ;)
but i have this error : scalper str1.6 (0,10,1,20,1900,2100,1,12,percent of equity, 100,0,0,10000,defaut defaut 0 percent 0,)order limite 2000 was reached
valkenzz
@valkenzz, sorry probleme is over
ToodlesTrader
@valkenzz, Change the time period
goodwinlucknow
Does this repaint?
ROBO_Trading
Arjudubss
version=4?
roytrading
If we could find a way to add a Bollinger Band type "squeeze" to your study, this would be unstoppable. Here's the squeeze code I use for bollinger bands, if you can translate this into the right code to highlight the "squeezes" in your study:

//Bollinger Squeeze
comp_len=input(125, "Back comparison period for squeeze detection (bars)")
length = input(20, minval=1)
src = input(close, title="Source")
mult = input(2.0, minval=0.001, maxval=50)

bbwidth() =>
basis
dev
upper
lower
(upper-lower)/basis

bbw=bbwidth()
squeeze= bbw==lowest(bbw, comp_len)
bgcolor(squeeze ? color.fuchsia : na, title='Background Color BB Squeeze', transp=75)
Joellassicar
yet another nice work
Ещё