FxMath_Free(2016)_472812338_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3660.59
Maximal drawdown: 931.54 (7.53%)
Profit trades (% of total): 121 (38.78%)
Strategy Details:
Long(Buy) = (((StochSignal(9, 3, 3) – (StochSignal(9, 3, 3) + CCI(41))) Williams%R(2)) And (ADX_DIPLUS(76) Crosses Above ADX_DIMINUS(87)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (3.47 * ATR(87)) pips;
Profit Target = (9.21 * ATR(49)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.47 * ATR(87)) pips;
Profit Target = (9.21 * ATR(49)) pips;
}