This strategy trades on EURUSD currency pair.
This strategy uses Simple Moving Average indicator (SMA), Relative
Strength Index indicator (RSI) and close price of the last closed bar
(Close). Parameters of indicators: period = 30 minutes, time period =
48.
Buy signal is appearing when Close less SMA and RSI bigger 45. Sell
signal is appearing when Close bigger SMA and RSI less 55.
This strategy checks conditions one time in 17 seconds. If there are
open position it checks close conditions, otherwise open long/short
position if corresponding signal exists. It doesn't set SL and TP
values.
The strategy close position in next cases. 1) If current profit of the
position greater than 10 * square root of current account equity. 2)
If life time of the position greater than 12 hours.
Trade volume for opening position is calculated depends on needed used
margin. Used margin of the position have to be equals 200 * square
root of current account equity.
The settings of this strategy were chosen during optimization process.