TradingView
Noldo
2019年10月6日午後9時22分

Dow Factor Relative Strength Index 

Apple Inc.NASDAQ

詳細

This script was written to create a new, rapid relative strength index inspired by the Dow Theory.
More info about Dow Theory : investopedia.com/terms/d/dowtheory.asp

According to the Dow Theory, volume should confirm market trends.
The correlation coefficient between prices and volume is negative in weakening trends and negative trends , positive in strengthening or positive trends.a factor was formed based on the correlation coefficient between volume and prices.
This factor was added to the relative strength index.
Period 5 is selected because the volume is very volatile and can be slow.
You can use the period you want, but I recommend the period as a minimum of 5.
It is suitable for all instruments and timeframes and thanks to its design, it provides control over gradual buying and selling points.
I haven't fully tested it, it's open to updates. For now, just use it to create ideas.
If I find it necessary,
I'll update after the tests.
If you have suggestions on these issues,
Leave your comments in the comment window.

This code is open source under the MIT license. If you have any improvements or corrections to suggest, please send me a pull request via the github repository github.com/user-Noldo

Stay tuned , best regards.

リリースノート

UPDATE :
- Probability Cluster Odds sharing error solved with Dependent Variable Odd Generator codes.
- Alerts added.
- Switchable barcolor option added .
- Period codes updated. (14 , you can use with all periods minval = 2 )

Note : Dow_Factor_RSI and Dow_Factor_MFI strategy version coming soon !

Best regards.

リリースノート

Update : Dow Factor RSI v2.0
The index factor in the Dow theory was taken into account .
It now takes into account the effect of volume and index - independent variable, the price(source-close) - dependent variable.
Before starting the analysis, select the relevant market from the menu, the system will set the appropriate index itself.
Factor loads were adjusted.Design changed.
コメント
Brusky
hello I need to combine rsi and volume candle together anyone can help me in that issue?
mariuspe
Awesome! But it's repainting... Can you do something about it?
Noldo
@mariuspe,
hello again, my indicators do not repaint after shutdown, not only that none do, because they do not have bugs and future functions.
Since the source = close , you must wait for the close , for net signal , regards..
Noldo
@mariuspe
Since this indicator receives information from the indices, it does not hold time periods.
So the best remedy is to use the 1W timeframe.
Noldo
@mariuspe tradingview.com/script/YYw2DY9i-ANN-Forecast-Stochastic-Oscillator-Noldo/
this is the improved version of dow factor but different , uses stochastic rsi for basis and not repaint with lower timeframes , but this created by trained datas 4H and 1D , you can use this script with 4 hours , 1 day timeframe too , regards.
mariuspe
@Noldo, Thanks for your reply! :)
Noldo
@mariuspe, your welcome , i wrote that script long time ago , so i forgot repaint issues about timezones .Thanks for warning me and regards.
AltJams
Looks interesting comparing this to regular RSI. Thanks
Noldo
@wroclai, Thank you . If you like these kind of ideas , i just finished Dependent Variable Odd Generator new update :
tradingview.com/script/ntgXscsR-Dependent-Variable-Odd-Generator-For-Machine-Learning-Techniques/
Btw , i really like your Self-Adjusting RSI script , can i try your method with dow factor rsi ? And publish with your name as a reference ?
AltJams
@Noldo, Yeah, that's a neat one too. I'll have to dive into it further... and certainly, have at it! Look forward to your results.
詳細