LWMAeurchf strategy works on EURCHF. The strategy uses one indicator
(
LWMA ) on interval H1 (time period is 5 ). Buy signal: if price <
LWMA-0.0008 on H1 and bid > high last candle on S10. Sell signal if
price > LWMA+0.0008 bid < low last candle on S10. Size of position is
equity * 0,0001. If position is Sell and bid < = SlowMA position will
be close. If position is Buy and bid > = SlowMA position will be
close. Tp = 15, SL = 30.Strategy works best on quiet market.