TradingView
KushC
2022年4月29日午前4時23分

Dashed Line Moving Averages 

Tesla, Inc.NASDAQ

詳細

Here's a simple script which i concocted using ideas from various authors with the goal of creating a slightly better Moving Average dashed line script imo...I think i managed to do just that and a bit more.. =)

Features:
- Contains one of each VWMA SMA EMA. You can set the input length.
- Ability to set spacing between characters of the plotted moving average line
- Horizontal offset of the moving average lines (just in case)
- Can add any fancy characters that suits your taste e.g ( . , _ , -, !, *, rocket, lava, etc) to the moving average
- If you duplicate the script and modify the "Size" parameter of the plotchar() function's variables with the choices provided in the commented-out code; you can have some fun!



This script is for entertainment & educational purposes only.
コメント
Project_Money_Heist
Lines are so tiny that not visible on my chart
KushC
@MaciekAthlone, I suggest If you make a copy of the script and modify the "Size" parameter of the plotchar() function's variables with the choices provided in the commented-out code you will be able to see it quite well.

I reccommend try size = size.small instead of the default size = size.auto.

I am trying to learn how to make it easier and implement the selection of size parameter directly from settings, but i have not gotten that far yet =).

Hope that helps! 👍🏼
詳細