You are on page 1of 1

--------------------------------------------------------------------

FxMath Financial Solution


http://www.fxmath.com
Email: fxmath@fxmath.com
--------------------------------------------------------------------
Strategy Details:

====================================================================
Entry Rules
====================================================================
Long(Buy) = (((ParabolicSAR(0.02, 0.2) > EMA(63)) And ((StochSignal(14, 3, 3) <
RSI(81)) And ((ParabolicSAR(0.02, 0.2) Crosses Above EMA(81)) And (StochSignal(14,
3, 3) < RSI(81))))) And ((ParabolicSAR(0.02, 0.2) > SMA(15)) And (StochSignal(14,
3, 3) < RSI(81))))
Short(Sell) = (((ParabolicSAR(0.02, 0.2) < EMA(63)) And ((StochSignal(14, 3, 3) >
RSI(81)) And ((ParabolicSAR(0.02, 0.2) Crosses Below EMA(81)) And (StochSignal(14,
3, 3) > RSI(81))))) And ((ParabolicSAR(0.02, 0.2) < SMA(15)) And (StochSignal(14,
3, 3) > 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(33)) pips;
Profit Target = (6.1 * ATR(63)) 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(63)) pips;
}

You might also like