Topic: RSI MA Crossover

Hi, Just downloaded such excellent software last night.  Played with demo strategies and start build one for myself.  What I need to do is enter the trade when RSI(14) cross its moving average.  Is there a way in FSB to do that?  Basicly build an indicator by puting one indicator over another one?  Thanks for your help.

Re: RSI MA Crossover

Seems no one knows.   sad

Re: RSI MA Crossover

Hi ywx168,

The usage of RSI is usually is not against its smoothed signal but against the level line, because RSI signal is not an oscillating indicator. So you can try to add the indicator as follows:


A same direction signal - Does nothing
An opposite direction signal - Does nothing
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]
RSI
     The RSI crosses the Level line upward
     Smoothing method  -  Smoothed
     Base price  -  Close
     Smoothing period  -  14
     Level  -  30
     Use previous bar value  -  Yes

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



Rgds
Denny