将大智慧rsi改成通达信的
更多金钻指标股票技术讨论QQ群:966329692 技术讨论QQ群:220302856 技术讨论QQ群:39652085 如群满可换一个
选股票看什么指标最好 >股票指标网
更多金钻指标股票技术讨论QQ群:966329692 技术讨论QQ群:220302856 技术讨论QQ群:39652085 如群满可换一个
编写要求:
源码如下:INPUT: Nrsi(14,2,100,1),Nstoch(5,2,100,1);REFLINE: 0, 20, 50, 80, 100;RSI:=SMA(MAX(CLOSE-REF(CLOSE,1),0),Nrsi,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),Nrsi,1)*100;Stochrsi:(RSI-LLV(RSI,Nstoch))/(HHV(RSI,Nstoch)-LLV(RSI,Nstoch))*100;参数精灵:Param#1日Relative Strength Index;Param#2日Stochastic Relative Strength Index谢谢各位高手。小弟不胜感激
解答:
INPUT: Nrsi(14,2,100),Nstoch(5,2,100);
RSI:=SMA(MAX(CLOSE-REF(CLOSE,1),0),Nrsi,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),Nrsi,1)*100;
Stochrsi:(RSI-LLV(RSI,Nstoch))/(HHV(RSI,Nstoch)-LLV(RSI,Nstoch))*100;
选股票看什么指标最好 >股票指标网
精彩评论