In this strategy, i'm using 3 different indicators: RSI, Williams %R
and Stochastic and 2 different instruments(EUR/USD and GBP/USD). For
RSI, i'm using period = 21 in a 4H time period to know if the
instrument is oversold or overbought in that long time. For
Stochastic, i'm using fast %K period = 30, slow %K period = 8, slow %K
MAType = SMA and slow %D period = 18 in a 1H time period to confirm
what the RSI indicators is telling me but in a shorter time period.
For Williams %R, i'm using period = 14 in a 15MINS time period because
i need to know what's going on in a very short time (I thought about
using 5MINS time period but i think it's too fast for this strategy).
The entry rule for buying is RSI > 50 in a 4H period which means that
it's starting to be overbought, Stochastic > 50 which means that it's
starting to be overbought and Williams %R < -95 which means that it's
already oversold in that short period and it's time to buy. The entry
rule for selling is RSI < 50 in a 4H period which means that it's
starting to be oversold, Stochastic < 50 which means that it's
starting to be oversold and Williams %R > -5 which means that it's
already overbought in that short period and it's time to sell. I chose
TP = 15 and SL = 30 settings because i wanted to catch the TP as soon
as possible without too much risk. In the 1.2 version, the initial
volume is 5 but in the "plus" version the volume is calculated and
raised if the total amount is raised.