Metastock to metatrader (RSI+MA)

 

Hi!


I´m a metastock user, and i have a profitable expert advisor (in my country stock market). 

But i want to test on forex... But i´m with difficulties to code this =(


Metastock formula to buy:

Mov(RSI(7),4,S)<RSI(7) AND Mov(RSI(7),4,S)>Ref(Mov(RSI(7),4,S),-1)


Translating:

If Simple Moving Average (4 periods) of RSI(7 periods) is lower than RSI(7 periods), and actual Simple Moving Average (4 periods) of RSI (7 periods) is bigger than last one (rising).


And with a trailing stop the results are very better.


Maybe somebody have this done? Or a fast coder may help to we test? 


Thanks in advance.

 
I modified the standard Moving Average to your SMA of RSI

You can use like this:
iCustom(NULL, 0, "SimpleMovingAverageofRSI7",4,0,0,0);
 

Hello, Kolar!


Thanks for your help!


I´ve tried your indicator in the expert here, but the results are very very bad =/

Maybe it works just on stock market here... 


But, thank you very much... and I´ll use the indicator to another tests BTW... Thanks!