搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
脚本
/
Dynamic SMA
OPEN-SOURCE SCRIPT
Dynamic SMA
由fikira提供
Wizard
关注
关注
已更新
2023年4月14日
1
3
6
添加到收藏
添加到收藏
9
9
2021年7月1日
This script uses dynamic length to create a different sma type.
The length of the "Dynamic SMA" - "dSMA" can be:
'RSI', 'Stoch', 'ATR', 'MFI' or '%R'
For example 'RSI' -> the length of the sSMA will be the RSI itself
The biggest challenge was:
'Pine cannot determine the referencing length of a series. Try using max_bars_back' error
The writer of
'referencing length of a series' issue
gave following solution:
bar_index == 0 ? 4999 : len
or in case of values which don't go above 100:
bar_index == 0 ? 100 : len
This assigns the necessary buffer to the function.
I'm most grateful for the given solution!
These dSMA's can give Support/Resistance levels, also crossovers of different dSMA's can give extra information
Examples:
RSI
ATR (close / atr(len)
Stoch
MFI
%R
"show regular SMA" will show the "SMA" with the same length (with default lighter color)
2023年4月14日
版本注释
Updated to v5
Due to evolution in Pine Script™, an error occurred,
should be fixed now.
2023年4月14日
版本注释
Update, bugfix (max len 5000 allowed)
2023年4月14日
版本注释
Further Bugfix, sorry guys!
ATR
dynamic
MFI
Moving Averages
Oscillators
Relative Strength Index (RSI)
开源脚本
本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受
网站规则
约束。 您可以收藏它以在图表上使用。
想在图表上使用此脚本?
添加到收藏
fikira
Wizard
关注
LuxAlgo Dev:
luxalgo.com
PineCoder:
pinecoders.com
- We cannot control our emotions,
but we can control our keyboard -
更多:
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。