|
EA Compiled successful but does not take any trade in Historical Tester |
willm
|
Post subject: EA Compiled successful but does not take any trade in Historical Tester |
Post rating: 0
|
Posted: Mon 27 May, 2013, 18:34
|
|
User rating: 0
Joined: Mon 27 May, 2013, 17:54 Posts: 1
|
I'm trying to compiled the mq4 successful but when test in Historical Tester, It does not open any trade and does not give any log at all. Don't know what happened.
Attachments: |
D1 EMA Cross.mq4 [15.37 KiB]
Downloaded 311 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
API Support
|
Post subject: Re: EA Compiled successful but does not take any trade in Historical Tester |
Post rating: 0
|
Posted: Thu 30 May, 2013, 14:56
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Your strategy is being converted fine and it opens positions in the Historical Tester. It doesn't provide any log info due to there is no a log/console output in the strategy.
There are some issues in the strategy as well: 1) It deletes and creates new labels on every tick, instead of creating labels once on start, and then updating them. It leads to significant performance issues and incorrect labels display. 2) It uses Webdings font, which is not explicitly supported in Java platform.
See strategy attached (D1_EMA_Cross_modified.mq4) that has been modified, to fix those problems. It should work in JForex, but not guaranteed to work in Metatrader.
Attachments: |
D1_EMA_Cross_modified.mq4 [15.48 KiB]
Downloaded 306 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|