ClassicScott

+ Multi-timeframe Multiple Moving Average Lines

ClassicScott 已更新   
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."

开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?