TradingView
RafaelZioni
17 กุมภา 2019 เวลา 23 นาฬิกา 28 นาที

Keltner Channel signals 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

คำอธิบาย

Using pupytherapy script in.tradingview.com/script/vXakWc27-Keltner-Channel-APEX/
and the same system that we use for Bollinger and linear channel we can make easy the signal for the Keltner channel
I need to think how to make all those channels to combine I hope in next version I could do it :)

เอกสารเผยแพร่

add from puppy also his script for wave trend (sorry puppy you too good not to use your scripts:)
this gives us option to see the high and lows of the wavetrend over the keltrend channel . so scroll down in option and highlight it
ความคิดเห็น
MarkoLOCO
bor ggg congrats
StefanReich
Very nice work
Desagi
Hi, firstly thanks for the indicator.
I was wondering what are the triggers for the Buy and Sell Signals?
Would you be kind enough to explain how the Buy and Sell signals are generated and the conditions?
Thanks
StefanReich
@Desagi, Yeah, I would like to know too. Some cool magic going on in there
MKT69
@Desagi, I think we will never know... :) but if you found a way to set them please share... for me it's still a mistery
FuturaFi
Does this repaint?
paxamime
@FuturaFi, I have been using this indicator for a while now and yes it will repaint, until the candle is closed. Once it is closed it appears to be very consistent and flags the same buy/sell points afterwards. So the key here is to wait until the bar is closed before you take the signal.
StefanReich
@paxamime, I have a little trick that will show the signals differently depending on whether the candle has closed or not. Replace the plotshape lines in the script with this:

plotshape(zz and not barstate.isconfirmed, text = "POSSIBLE\nLONG", title = "Possible Long", color = color.lime, textcolor = color.lime, style = shape.triangleup, location = location.belowbar, size = size.tiny, display=display.pane)
plotshape(kp and not barstate.isconfirmed, text = "POSSIBLE\nSHORT", title = "Possible Short", color = color.fuchsia, textcolor = color.fuchsia, style = shape.triangledown, location = location.abovebar, size = size.tiny, display=display.pane)
plotshape(zz and barstate.isconfirmed, title = "Long", color = color.lime, textcolor = color.lime, text = "L", style = shape.triangleup, location = location.belowbar, size = size.tiny, display=display.pane)
plotshape(kp and barstate.isconfirmed, title = "Short", color = color.fuchsia, textcolor = color.fuchsia, text = "S", style = shape.triangledown, location = location.abovebar, size = size.tiny, display=display.pane)
Gordy73
hi, why the ATR Smoothing lenght is set by default on 88 ?
cowboycraig
Thanks VERY MUCH for this. Was exactly what I was looking for!
เพิ่มเติม