FxMath_Free(2016)_1920126428_AUDUSD(H1)
Pair: AUDUSD
TimeFrame: H1
Price: Free
Total net profit: 4290.62
Maximal drawdown: 614.27 (4.34%)
Profit trades (% of total): 180 (69.23%)
Strategy Details:
Long(Buy) = ((ParabolicSAR(0.02, 0.2) > SMA(15)) And ((ParabolicSAR(0.02, 0.2) Crosses Above EMA(63)) And (StochSignal(14, 3, 3) < RSI(81))))
Short(Sell) = ((ParabolicSAR(0.02, 0.2) RSI(81))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.92 * ATR(37)) pips;
Profit Target = (5.78 * ATR(70)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.92 * ATR(37)) pips;
Profit Target = (5.78 * ATR(70)) pips;
}