TradingView
HPotter
29 wrz 2014 05:40

TTM Scalper Indicator 

E-mini S&P 500 FuturesCME

Opis

TTM scalper indicator of John Carter’s Scalper Buys and Sells. The methodology
is a close approximation of the one described in his book Mastering the Trade.
The book is highly recommended. Note the squares are not real-time but will
show up once the third bar has confirmed a reversal.
Komentarze
joe_vijay
All the dots are blue. Which one is buy/sell?
HPotter
I tried make it colored, but it is not ready. I think it should work as support and resistance line.
HPotter
I fixed it. For colored dots, You can change last line 14 on the this code: clr_s = iff(triggerSell and buySellSwitch[1] == false, 1, iff(triggerBuy and buySellSwitch[1], 0, nz(clr_s[1])))
clr = iff(clr_s == 0 , green , red)
plot(SBS, color=clr, title="TTM", style = circles, linewidth = width)
HPotter
HPotter
HPotter
Więcej