I've been interested in 'Multiple Moving Averages' lately and came across another script on here for a Rainbow MA. Unfortunately its source is private and I wanted to try things out with other MA types so I put this together. I also wanted to make it a seperate study so I could view regular bars without the clutter. The general rule of thumb with these is the larger the price movement the wider the lines become giving you sort of a wave effect. When the lines bunch up together you know there's going to be a breakout opportunity that will present itself. Partly art, partly practical, entirely overkill. Enjoy!
The anchor multiplier should basically allow you to view things in relation to another time period, but it takes forever to load and will likely time out. Since there are 63 MA's being calculated and plotted changing options on the fly takes some time to process and load.
I'm also pretty new to pine script so it's probably not the best implementation.
MA types: EMA (default), SMA, WMA, VWMA, SMMA, DEMA, TEMA, HullMA, ZEMA, TMA, SSMA Play around with these to see some different effects.
You can more easily change the colors at the top of this source code instead of one by one in the settings.
If you want this on your main chart instead of a separate window you'll just need to change overlay=true in the study.
References & Thanks: JustUncleL: For the timeframe anchor, MA variants, and generally awesome work. This is more practical. StickyCheeba: For the idea.
Here's some shots to get an idea of the differences.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.