TradingView
cryptowatri
2021年4月15日午前11時48分

Ultimate Buy/Sell Indicator 

Bitcoin / U.S. dollarBitstamp

詳細

An Indicator based on the William Alligator, helping to find suitable entry and exit points.

リリースノート

Updated default values to reduce the noise and show less but clearer signals including emojis.

リリースノート

Basically, I almost rewrote the whole script. 😅
I now added "early" Signals, which are actually closer to the intended use of the Williams Alligator. They show once the first candle completely closes above/below both the jaw and the lips. During a continuous trend the early signals can show multiple times, once an opposite "early" signal shows.
Additionally, I added a 200 SMA for further guidance.
My ultimate (🌝) goal is to create a buy/sell indicator which incorporates multiple indicators into one.
Hope this helps and feedback is always very welcome!
コメント
amrishkj
Kindly explain what is the rocket, question mark and cross sign. Thanks
drnewfie
@amrishkj, from the code it looks like ? marks are early buy or sell signals, the X is the sell signal, and the Rocket is the buy signal.
bhornick10
@amrishkj, plotchar(series=buySignal, char='🚀', size=size.small, editable=false, color=colorBuy)
plotchar(series=sellSignal, char='❌', size=size.small, editable=false, color=colorSell)
plotchar(series=earlyBuy, char='?', size=size.small, color=colorBuy, editable=false, color=colorBuy)
plotchar(series=earlySell, char='?', size=size.small, color=colorSell, editable=false, color=colorSell)
DonNimsky
A brief explanation on how it works please. thanks.
woppor
@DonNimsky, Agree, would like a short explanation on taking trades and signals using this indicator
Soultrainn
how do you know when to buy and sell.. is there an upgrade to this
chandarana100
sir how can use this arrow and dengar sine
GeeBabyyy
Is there anyway we can remove the emojis ?
TusharDave
Colors are not displaying in Intraday Time Frame. Daily it is okay
bel3205
Por favor, explique o que é o foguete, ponto de interrogação e sinal de cruz. Obrigado
詳細