RSI and EMA Scalping#
The strategy uses the RSI and EMA indicators. Here is the source
Buy Rules#
High is greater than 200 EMA.
RSI(3) is less than 10.
Sell Rules#
High is less than 200 EMA.
RSI(3) is greater than 90.
Sample of Signal Points#
Results#
Source Code#
Here is the link to the source code for this strategy.