Account Info
Log Out
English
Back
Log in to access Online Inquiry
Back to the Top

avatar
快马加鞭 Private ID: 73966916
No profile added yet
Follow
    Indicator introduction: RSI's technical indicator, used to identify overbought and oversold regions in stocks.
    Step 1: Download the MoomoOPC version
    Step 2. Click “Index Management” in the lower right corner
    Step 3. Click ➕ above to create a new indicator and copy the following code into the code box
    LC: =REF (CLOSE,1); TEMP1: =MAX (CLOSE-LC,0); TEMP2: =ABS (CLOSE-LC); RSI1: SMA (TEMP1,14,1) /SMA (TEMP2,14,1) *100, COLORFF8D1E; 30, DOTLINE; 50, DOTLINE; 70, DOTLINE; N: =3; A1: =REF (RSI1, N) =HHV (RSI1, 2*N+1) ); B1: =BACKSET (A1, N+1); C1: =FILTER (B1, N); PERIOD_TOP: =BARSLAST (REF (C1,1)); TOP_DIV: =REF (CLOSE, PERIOD_TOP+1) RSI1 AND C1; DRAWLINE (REF (C1,1), REF (RSI1,1), FILTER (TOP_DIV,5), RSI1,0), COLORBLUE, LINETHICK3; FILLRGN (RSI1,70...
    Translated
    Picture
    Picture
    Picture
No more