TradingView
RicardoSantos
Dec 26, 2014 9:29 PM

[RS]Multiple Moving Averages System V3 

Euro Fx/U.S. DollarFXCM

Description

Multiple moving averages system with color coding and hardcoded lengths based on time frame, if you have any suggestions feel free to post or pm.
Comments
pdenoeud2
Maybe a stupid question... but what do the different colors mean? Both on MMA lines and candles?
pdenoeud2
@pdenoeud2, I can not guess it from the code :-(
MartinWeb
@pdenoeud2, well the price rather moving further down when all MAs are broken to the downside. hence the color is red for the candles below ;)
Sanfords
Can you add other indicators with this color coding indication. Really helps thanks
RicardoSantos
hi, what other indicators you would like to see?
SirNoseDvoidoffunk
Would it be difficult to add an input option so that I can adjust the MA lengths used? I figured out how to do it in the source code, but saving the changes to the code resets whatever visual options I've adjusted.
RicardoSantos
the reason they are hardcoded is because it would create alot inputs, if you want them to be manually replace ....
malength00, malength01, malength02 with:
malength00 = input(4)
malength01 = input(8)
malength02 = input(16)
SirNoseDvoidoffunk
Cool, thanks. Just prefer a quick way to move the settings around on different time frames without having to redo personalized settings and whatnot.
enigma369
thanks
More