TradingView
ClassicScott
2022年7月20日午後9時39分

+ Multi-timeframe Multiple Moving Average Lines 

Bitcoin / United States DollarCoinbase

詳細

This is a pretty simple script that plots lines for various moving averages (what I think are the most commonly used across all markets) of varying lengths of timeframes of the user's choosing. Timeframes range from 5 minutes up to one month, so regardless if you're a scalper or a swing trader there should be something here for you.

There are 8 lines (that can be turned on/off individually), which may seem like a lot, but if you use two averages and want to display four different timeframes for each, you can do that. The nice thing is that because the lines start plotting from the current bar they won't clutter up the screen. And obviously having moving averages from different timeframes on your chart makes price action more difficult to read (I mean sure, you can make them invisible, but who wants to do that all the time).

For each line there are two labels. One with the moving average type, and the other with its specific timeframe. I can't include the moving average length because it's not a string input. If anyone has a workaround for this, let me know, otherwise I would simply recommend setting different colors depending on the length, or if you only use one or two lengths and one or two moving averages this shouldn't be an issue. I had to use two labels because for the label text I couldn't include more than one string input, this is why there is an input for the 'moving average type label distance.'' You will want to adjust this depending on if you are trading crypto, futures, or forex because in some cases there may still be label overlap.

Pretty much everything else is self-explanatory.

I've added alerts. I might need to modify them if I can, because it would be nice for them to state the name and timeframe of the moving average. But I think this will do for now.

Enjoy!

リリースノート

- This is a massive overhaul of the script
- Added lookback period for labels, so now you don't have to color-code or do whatever you might do to remember which lines are which period
- Reduced what was two, then became three different labels, down to a single one that has all the pertinent information for each individual MA. This being period, type, resolution. I've made this label much more legible now, so any issues with text running together are no longer.
- Added global options for color, line style, line width, and line length. This means you can change these things for all moving averages at just one input, if you want, say, the color to be the same for all of them, or the line style.
- Added options for text size for the labels so you can make them smaller or larger. This is a global option only. I just don't imagine anyone wanting different size text for different lines.

- I'll perhaps get to improving the alerts in the future (so an alert will give you more information than just "moving average #3 was crossed by price."
コメント
binM
Hey there, Great update thank you Classic! Very powerful indicator for those who do trend trading.
binM
works only on some timeframes, rest everything is overlapping making even harder to analysis price action, kindly fix the bugs and overlapping issue, Thanks
Moda-877
Can you add an option to extend the lines to the left, alert seems not working since it does not cross the candle, and table showing if the lines are above or below the price? Thanks
ClassicScott
@Mode_m-889, I'll take a look at that. Didn't even think about because the lines don't actually draw into the candles that the alerts won't trigger.

I just finished updating almost all of my indicators over the past month, so I'm going to take a short break, but I'll see if I can find a solution the issue in due time.
Moda-877
Hi, could you add more time-frames, 10 minute, 90 minutes, 45, minutes, 2 hour, 3 hour? Thanks
emrahdorterler
this is brilliant if you add two colors changing according the close ..it will be even more awesome. thank you soooo much
malav247
can you add moving average line (like other moving average indicators) also plz...
詳細