The strategy is taking 3 Triple Exponential Moving Average (TEMA)
indicators with period 25, 50 and 100 on 1hr candle bars.
When the fast TEMA(25) crosses up the other 2 TEMA indicators then a
buy order is created, when the TEMA(25) crosses down the other 2 TEMA
indicators then a sell order is created. In case of a new opposite
signal then the previous order is closed and a new one is created.
Strategy runs only from 6am till 11pm (European and American
sessions)
on EURUSD instrument and it creates order with a trade amount having
leverage 80 of current equity. SL -100 pips and TP 50 pips.
Orders are closed automatically at the end of trading time above and
before the market close (weekend).
The strategy has been created with pure Java (no VisualJForex) and
has
some flags changeable on start to decide how to run it.