FxMath_Free(2016)_1939474597_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 1797.95
Maximal drawdown: 793.65 (6.55%)
Profit trades (% of total): 172 (70.78%)
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 = (10.9 * ATR(19)) 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 = (10.9 * ATR(19)) pips;
Profit Target = (3.03 * ATR(31)) pips;
}