Topic: Moving Average crossing and Rsi above 50

Good morning i am not being able tu put this strategie to work, could you give me a help. The moving average period i wnat are 5 for the fast and 13 for the slow. My objective is to reverse if happen in the other direction and the rsi is below 50.

Re: Moving Average crossing and Rsi above 50

A same direction signal - Does nothing
An opposite direction signal - Reverses the position
Permanent Stop Loss - None
Permanent Take Profit - None

[Opening Point of the Position]
Bar Opening
     Enter the market at the beginning of the bar
     Base price  -  Open

[Opening Logic Condition]
Moving Averages Crossover
     The Fast MA crosses the Slow MA upward
     Base price  -  Close
     Fast MA method  -  Simple
     Slow MA method  -  Simple
     Fast MA period  -  5
     Slow MA period  -  13
     Fast MA shift  -  0
     Slow MA shift  -  0
     Use previous bar value  -  Yes

[Closing Point of the Position]
Bar Closing
     Exit the market at the end of the bar
     Base price  -  Close

[Closing Logic Condition]
RSI
     The RSI is lower than the Level line
     Smoothing method  -  Smoothed
     Base price  -  Close
     Smoothing period  -  14
     Level  -  50
     Use previous bar value  -  No