FxMath_Free(2016)_725859190_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 3607.44
Maximal drawdown: 1039.43 (8.00%)
Profit trades (% of total): 129 (53.75%)
Strategy Details:
Long(Buy) = (((-37.09 < Williams%R(87)) And (Stoch(21, 3, 3) < RSI(38))) And ((-37.09 < Williams%R(21)) And (Stoch(21, 3, 3) Williams%R(87)) And (Stoch(21, 3, 3) > RSI(38))) And ((-62.91 > Williams%R(21)) And (Stoch(21, 3, 3) > RSI(21))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.58 * ATR(38)) pips;
Profit Target = (6.75 * ATR(5)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.58 * ATR(38)) pips;
Profit Target = (6.75 * ATR(5)) pips;
}