FxMath_Free(2016)_1185662056_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3949.24
Maximal drawdown: 1017.74 (7.98%)
Profit trades (% of total): 134 (41.88%)
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 = (6.84 * ATR(31)) 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 = (6.84 * ATR(31)) pips;
}