TradingView
ThiagoSchmitz
Jun 4, 2020 8:40 PM

Multi Smoothed Moving Average 

Bitcoin / TetherUSBinance

Description

An indicator that shows multiple Smoothed Moving Averages, with buy/sell signals on the second and third moving averages crosses

Release Notes

Color and name corrections

Release Notes

Added source selection

Release Notes

Update 1.0.3
  • Add description
  • Use a function to get the SMMA value
  • Add cross option sources
  • Reduced code
  • Add title on all plots
Comments
CodyMaki
does this repaint buy and sell signals
varshilsuhagiya48
Good working..
ARDAKAN63
Thanks for sharing
hashpanda888
looks very nice
Mister_Sparkle
Thanks for sharing!
Soshiyanth
Tnx 4 sharing🙏🌹
BradButler
Thanks for sharing.
Raffus
Bota assim ó:
triggerMA = input(10, title="Trigger")
plotshape(showSignals ? crossunder(triggerMA, smma3) ? high : na : na, text="Sell", textcolor=color.white, color=color.red, style=shape.labeldown, size=size.large, location=location.absolute)
plotshape(showSignals ? crossover(triggerMA, smma3) ? low : na : na, text="Buy", textcolor=color.white, color=color.green, style=shape.labelup, size=size.large, location=location.absolute)
Hociemocie
very nice!! thanks!
More