Hi Support,
dukascopy trader of the year 2012, Mr. Rowan Simpson, is using a very effective manual strategy as described here:
https://www.dukascopy.com/fxcomm/fx-arti ... ad&id=1018I tried to implement this rules myself based on the strategy
https://www.dukascopy.com/jstore/board/ SMA5 & SMA20 & SMA52 by dukascopy, however I was not able to translate the crossing condition of the two faster sma's with the slow one into java code.
the following conditions should be met:
- amount (configurable. e.g. 0.2)
- stop loss and take profit (configurable, 50 pips each)
- trailing stop loss (configurable), step 5 Pips if you allow
- trading hours (open position only between 8am and 20pm GMT), no trading on sunday,
- exit condition:: close open position as soon as
either/or fast, medium or slow MA become flat (horizontal)
- close all open positions on friday 18:00 (configurable)
- write events into console: open and close position including values of the 3 MA's
- entry point according to the article as described in the article, attached picture, after crossing of {fastMA and mediumMA} with slowMA, please verify the trend (lines getting wider)
Could you please provide us with an automated strategy of
"trader-of-the-year-2012" ? thanks a lot