FxMath_Free(2016)_1442874358_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 1741.18
Maximal drawdown: 793.65 (6.59%)
Profit trades (% of total): 171 (70.37%)
Strategy Details:
Long(Buy) = ((ADX_DIMINUS(33) Crosses Above CCI(71)) And ((ADX_DIMINUS(11) + StochSignal(14, 3, 3)) (ADX_DIMINUS(33) + Stoch(5, 3, 3))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (7.91 * ATR(50)) pips;
Profit Target = (3.03 * ATR(31)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (7.91 * ATR(50)) pips;
Profit Target = (3.03 * ATR(31)) pips;
}