FxMath_Free(2016)_1032172798_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3126.21
Maximal drawdown: 895.71 (7.91%)
Profit trades (% of total): 113 (42.80%)
Strategy Details:
Long(Buy) = ((CCI(59) Crosses Above ADX(74)) And ((Stoch(9, 3, 3) Crosses Above 37.27) Or ((Williams%R(59) Crosses Above CCI(74)) Or ((SMA(59) < ParabolicSAR(0.02, 0.2)) And (EMA(85) ParabolicSAR(0.02, 0.2)) And (EMA(85) > EMA(56))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.6 * ATR(66)) pips;
Profit Target = (6.68 * ATR(3)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.6 * ATR(66)) pips;
Profit Target = (6.68 * ATR(3)) pips;
}