FxMath_Free(2016)_106170313_AUDUSD(H1)
Pair: AUDUSD
TimeFrame: H1
Price: Free
Total net profit: 5285.79
Maximal drawdown: 613.08 (5.53%)
Profit trades (% of total): 152 (73.08%)
Strategy Details:
Long(Buy) = (((((ParabolicSAR(0.02, 0.2) Crosses Above EMA(63)) Or (ParabolicSAR(0.02, 0.2) Crosses Above SMA(81))) Or ((ParabolicSAR(0.02, 0.2) > SMA(63)) Or (StochSignal(14, 3, 3) > RSI(37)))) And ((ParabolicSAR(0.02, 0.2) > EMA(15)) And ((((ParabolicSAR(0.02, 0.2) > SMA(15)) And (ParabolicSAR(0.02, 0.2) Crosses Above EMA(15))) And (StochSignal(14, 3, 3) SMA(33)) And (ParabolicSAR(0.02, 0.2) Crosses Above EMA(63)))))) And (ParabolicSAR(0.02, 0.2) > EMA(81)))
Short(Sell) = (((((ParabolicSAR(0.02, 0.2) Crosses Below EMA(63)) Or (ParabolicSAR(0.02, 0.2) Crosses Below SMA(81))) Or ((ParabolicSAR(0.02, 0.2) < SMA(63)) Or (StochSignal(14, 3, 3) < RSI(37)))) And ((ParabolicSAR(0.02, 0.2) < EMA(15)) And ((((ParabolicSAR(0.02, 0.2) RSI(81))) And ((ParabolicSAR(0.02, 0.2) < SMA(33)) And (ParabolicSAR(0.02, 0.2) Crosses Below EMA(63)))))) And (ParabolicSAR(0.02, 0.2) < EMA(81)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.92 * ATR(33)) pips;
Profit Target = (6.1 * ATR(81)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.92 * ATR(33)) pips;
Profit Target = (6.1 * ATR(81)) pips;
}