rsi.m

来自「A technical trading system comprises a s」· M 代码 · 共 7 行

M
7
字号
function H=RSI(eIndex,nDays,ET,mxargus)
%---------------------------------------------------------------------------------------------
% H=RSI(Index, No of Days, Entry Threshold, Data Matrix)
% Relative Strength Index
% The Relative Strength Index, introduced by Wilder (1978), is one of the most well-known
% momentum oscillator systems. Momentum oscillator techniques derive their name from the fact
% that trading signals are obtained from values which 搊scillate

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?