TEMACrossover

The strategy is taking 3 Triple Exponential Moving Average (TEMA) indicators with period 25, 50 and 100 on 15min period for EURUSD instrument. When the 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) and it creates order with a trade amount having leverage 80 of current equity. SL -50 pips and TP 25 pips. Orders are closed automatically 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.
Version: Date: Status: Description:
3.4 15.02.2017 Not running Fixed bug not opening orders on trend change  Download
3.3 08.02.2017 Executed fixed order not closing on trend change when trading time is over  Download
3.2 26.01.2017 Executed set false on closeOrdersOnEndTradeTime, set period 15min, SL 50, TP 25, using variables for TEMA period time (signal, fast, slow), added configurable parameter max difference signal/price and debug flag  Download
3.0 05.01.2017 Not running The strategy is taking 3 Triple Exponential Moving Average (TEMA) indicators with period 25, 50 and 100 on 1hr period for EURUSD instrument. 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) 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.  Download
orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)