FxMath_Free(2016)_213853027_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 4117.49
Maximal drawdown: 1328.22 (9.49%)
Profit trades (% of total): 125 (44.96%)
Strategy Details:
Long(Buy) = (((ParabolicSAR(0.02, 0.2) > EMA(44)) And (ADX_DIMINUS(88) Crosses Below StochSignal(21, 3, 3))) Or ((SMA(44) < ParabolicSAR(0.02, 0.2)) And (ADX_DIMINUS(96) Crosses Below StochSignal(21, 3, 3))))
Short(Sell) = (((ParabolicSAR(0.02, 0.2) ParabolicSAR(0.02, 0.2)) And (ADX_DIMINUS(96) Crosses Above StochSignal(21, 3, 3))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.72 * ATR(69)) pips;
Profit Target = (8.77 * ATR(57)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.72 * ATR(69)) pips;
Profit Target = (8.77 * ATR(57)) pips;
}