My strategy opens positions in line with the trend. The trend is
determined by 2 moving averages (fast - EMA14, and slow - SMA50,
timeframe = 1h). The system always create a BuyStop or SellStop (with
TP=100 pips and SL=15 pips) order at a distance of 10 pips from the
current price, using Ask for BuyStop and Bid for SellStop. If the
price is moving to the opposite direction to the pending order the
pending order is also moving to keep 10 pips distance. After
activation the order uses trailing stop = 15 pips. Trading is only
active between 6am and 10pm.

Translate to Inglese Show original