Page 1 of 2

RSI_MA indicator

PostPosted: Thu Jul 28, 2011 12:20 am
by Alexander.Gettinger
Indicator is a combination of RSI and moving average.

Formulas:
RSI=RSI(EMA(Price)) and MA_RSI=EMA(RSI).

RSI_MA.png


Download:
RSI_MA.lua
(2.05 KiB) Downloaded 2260 times

RSI_MA with Alert.lua
(13.9 KiB) Downloaded 676 times


The indicator was revised and updated

Re: RSI_MA indicator

PostPosted: Thu Aug 11, 2011 11:27 am
by fab.111
Great indicator. Is it possible to create a strategy based on this indicator ?
Many thanks

Re: RSI_MA indicator

PostPosted: Sun Aug 21, 2011 12:15 pm
by Apprentice
It is possible. Give me a few days .

Re: RSI_MA indicator

PostPosted: Mon Aug 22, 2011 1:08 am
by Apprentice
Requested can be found here.
viewtopic.php?f=31&t=5994

Re: RSI_MA indicator

PostPosted: Thu Sep 01, 2011 6:59 pm
by steve50us
You might try putting the ind. on the chart!!????

Re: RSI_MA indicator

PostPosted: Thu Sep 13, 2012 9:34 am
by rose123
hi programmers,

may i request two time frame rsi ma strategy.

indicator used

1. RSI MA ( TIME FRAME M15)
    BUY ENTRY LEVEL 30
    BUY EXIT LEVEL 80
    SELL ENTRY LEVEL 70
    SELL EXIT LEVEL 20

2.RSI MA (TIME FRAME H1)

    BUY LEVEL : 50
    SELL LEVEL :50

BUY:

    1. RSI > MA IN H1 AND RSI > BUY LEVEL
    2. RSI CROSS OVER MA IN M15 AND RSI >BUY ENTRY LEVEL AND RSI < BUY EXIT LEVEL

SELL:

    1. RSI< MA IN H1 AND RSI< SELL LEVEL
    2. RSI CROSS UNDER MA IN M15 AND RSI < SELL ENTRY LEVEL AND RSI> SELL EXIT LEVEL

EXIT BUY:

1. RSI CROSS UNDER MA IN M15

EXIT SELL:

RSI CROSS OVER MA IN M15

Re: RSI_MA indicator

PostPosted: Fri Sep 14, 2012 3:38 am
by Apprentice
Your request is added to the development list.

Re: RSI_MA indicator

PostPosted: Fri Sep 14, 2012 2:08 pm
by Apprentice
Requested can be found here.
viewtopic.php?f=31&t=23417

Re: RSI_MA indicator

PostPosted: Fri Sep 14, 2012 2:37 pm
by rose123
Thank you very much.

Re: RSI_MA indicator

PostPosted: Wed Apr 12, 2017 6:18 am
by Apprentice
Indicator was revised and updated.