Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

help with convert dax strategy to jforex visual
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=146&t=56471
Page 1 of 1

Author:  atohm [ Sat 28 Apr, 2018, 19:04 ]
Post subject:  help with convert dax strategy to jforex visual

hello everyone, I am newbie in Jforex and I would you ask for help with convert my strategy to Jforex Visual or Jforex java.

I have strategy in mt4 code with this logic .

timezone UTC+1
time limit 16h-20h
exit at friday 21:30

====================================================================
== Entry conditions
====================================================================
LongEntryCondition = MACD(12, 26, 9) > 0
ShortEntryCondition = MACD(12, 26, 9) < 0


====================================================================
== Entry orders
====================================================================
-- Long entry
if LongEntryCondition is true {
if No position is open then Buy at HeikenAshiOpen(2) + (0.5 * 171.0 pips) Stop;
Stop/Limit order expires after 16 bars.

Stop Loss = 37 pips;
Profit Target = 145 pips;

// Profit trailing (on close)
Profit Trailing by 24 pips;
}

-- Short entry
if ShortEntryCondition is true {
if No position is open then Sell at HeikenAshiOpen(2) + (-0.5 * 171.0 pips) Stop;
Stop/Limit order expires after 16 bars.

Stop Loss = 37 pips;
Profit Target = 145 pips;

// Profit trailing (on close)
Profit Trailing by 24 pips;
}


I attached backtest. It was optimised on 1 year. Rest of years are out of sample.

Please anybody can help me?

Are here some programers who wants cooperate? ;)

Attachments:
DE_H1_80010149_S_HA_1620_CF_F_F_Ba_TRP-TV.zip [46.88 KiB]
Downloaded 208 times

  Page 1 of 1