ferGOD

Palex 2.0

ferGOD Updated   
Atualização do SETUP do saudoso Professor Alexandre Fernandes "Palex"

- Bandas de Bolliger (Standard) =
*Banda Superior = Média Móvel Simples (20 dias) + (2 x Desvio Padrão de 20 dias)
*Banda Inferior = Média Móvel Simples (20 dias) – (2 x Desvio Padrão de 20 dias)

- EMA 9 (Média Móvel Exponencial)
- SMA 21 (Média Móvel Simples)
- SMA 200 (Média Móvel Simples) Clássica MA 200 períodos
- SMA 400 (Média Móvel Simples)
- EMA 400 (Média Móvel Exponencial)
- WILD (Média Móvel Welles Wilder)

O mesmo usado pelo nosso grande Mestre PALEX!



Release Notes:
UPDATE

//Weekly Moving Average
diary=input(true,title="Weekly EMA 9 and SMA 21")

ma21 = security(tickerid, 'W', sma(close, 21))
ma09 = security(tickerid, 'W', ema(close, 9))

plot( ma21, color=diary==true?orange:na, style=circles, title="Weekly SMA 21", linewidth=2)
plot( ma09, color=diary==true?purple:na, style=circles, title="Weekly EMA 9", linewidth=2)
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?