FxMath_Free(2016)_641622828_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3953.89
Maximal drawdown: 867.57 (6.85%)
Profit trades (% of total): 132 (41.38%)
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(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 = (6.84 * ATR(49)) pips;
}