RSI and EMA Scalping#

The strategy uses the RSI and EMA indicators. Here is the source

Buy Rules#

  1. High is greater than 200 EMA.

  2. RSI(3) is less than 10.

Sell Rules#

  1. High is less than 200 EMA.

  2. RSI(3) is greater than 90.

Sample of Signal Points#

RSI and EMA Scalping Signal Points

Results#

RSI and EMA Scalping Results

Source Code#

Here is the link to the source code for this strategy.