| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (53) | Thread Tools | Display Modes |
|
||||
|
New Version
Greets all:
Welcome to Build 11 of Derk's Synergy EA. I have added an input called OppCandlesForReEntry = 3 This addresses my previous issue with keeping the EA from re-entering a trade in the same direction on the same run. Additionally, I did a lot of forward testing, watching it on various settings, and it seems to do as expected. I wish I could say I had tracked and found specific issues/bugs that will fix the various problems everyone has had, but I found little wrong with the code. I have updated the debug logging that it does to the experts tab, which will hopefully help anyone interested in finding problems to diagnose what is going on. Certainly any of the capable programmers out there are welcome to analyze it to perhaps find any errors in the code; sometimes it just takes another set of eyes. If anyone finds anything suspicious, please post it back here. There have also been a number of changes/updates to the OrderReliable library. I was finding a lot of errors had to do with modification order errors, so I concentrated on improvements to that library. Since this one seems to be working pretty well for me, I am hopeful others will find the same. Also the instructions document has also been brought back to current. As always, updated files are in post #65. You should be able to download the attached .zip file and unzip it to your platform's top folder, and everything should just fall in place. Please see the instruction manual for more installation info. And, if you haven't read the whole manual, I encourage you to do so if you really want to get any results from this EA. There are a lot of settings; fortunately, most folks will want to only enable a few at a time, but it's important you know what they all mean. Best to you all, -Derk Last edited by DerkWehler; 01-25-2008 at 01:09 PM. |
|
|||
|
Exits
Good point Derk,
However, I think that PSAR should be used as one of at least 2 exit strategies, including one based on the oscillators (e.g. Stochastic and RSI fast reversing direction, but not yet crossing slow). autumn |
|
||||
|
Quote:
I could certainly add a PSAR trailing stop option. I have thought about adding it as a standard trail option for some time.... |
|
|||
|
Quote:
B ![]() |
|
||||
|
Eureka!
Regarding all the problems people have had with the EA: Closing orders too soon, failing to close, failing to move trailing stop, etc:
With the kind help of a programming associate, a couple of things have been discovered. First off, MT4 has bugs and cannot be trusted to do double comparisons with equality. Here is an example: double d1, d2; if (d1 < d2) // Works reliably if (d1 > d2) // Works reliably if (d1 <= d2) // FAILS (at times -when they are equal) To get it working correctly, one has to convert to integers. In my example d1 & d2 contained prices, so we tried: if ((d1 / Point) <= (d2 / Point)) This also failed when d1 and d2 were equal. In order to get it to work, we had to do: if (NormalizeDouble((d1 / Point), 0) <= NormalizeDouble((d2 / Point), 0)) I have seen a bug like this more than a year ago, but hadn't realized the extent of it, or thought it Metaquotes had fixed it. So I will have to change a lot of code around to work around it. I think right now we are mostly seeing its effects in the trailing stop code. Another matter we both saw at the same time on the same broker, was that the function IsConnected(), which checks if you are connected with your broker, failed. It was reporting false on FXDD, when in fact it was surely connected. The OrderReliable library uses this function to figure out how to approach getting the order sent. REQUEST: Anyone who experiences problems with the EA; if it fails to open or close or modify orders, can you keep an eye on your experts tab and let me know if you see "not connected" errors being reported from the OrderReliable library? Do not bother if you use FXDD, we already know that has problems. I want to know if there are problem with other brokers or if it was somehow just FXDD. Thank you and I'll let you know when there is a fix available. -Derk |
|
|||
|
am back guys
hello everybody,
Am back to this our project. i've missed everybody....derk! missed you
__________________
Those who know their God shall be strong, they shall do exploits.......... Do have a blissful and pipful days ahead |
|
||||
|
Mike:
Welcome back; good to hear your around. Everyone: It is looking increasingly like most if not all problems with Synergy are related to MT4 bugs. I am devising workarounds now. I'll test them for a couple days, and if they seem to be working, I will make a new release. -Derk |
|
|||
|
Advance Synergy
|
|
||||
|
Quote:
<rant> I've been kicked off of the MQL forums, under a different nik, for screaming about this for months. Metaquotes said I was full of it. Now maybe if more coders out there can speak up on this, MAYBE, they'll listen. Personally, if they would improve the DDE functionality to at least eaqual what Visual Trading Systems (Visual Trading Systems - Home of the VT Trader Forex Trading Platform - Visual Trading Systems, LLC) has, I'd write the damn thing in C# in Excel. </rant> Thanks for listening everyone. |
![]() |
| Bookmarks |
| Tags |
| synergy trading method, SynergyEA, synergy, synergy trading, Traders Dynamic Index, rainbow, forex trading methods, forex trading method, synergy ea, synergy forex, Advanced Synergy indicators, synergyind, synergy expert advisor |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/manual-trading-systems/9360-synergy-trading-method.html
|
||||
| Posted By | For | Type | Date | |
| Система | This thread | Refback | 09-15-2008 09:48 AM | |
| Система | This thread | Refback | 09-04-2008 08:20 AM | |
| ???FX??????????????????????: ???? | This thread | Refback | 08-21-2008 05:37 PM | |
| ???FX??????????????????????: ???? | This thread | Refback | 08-19-2008 07:53 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 | This thread | Refback | 08-05-2008 09:32 AM | |
| Система | This thread | Refback | 07-30-2008 07:16 AM | |
| Система | This thread | Refback | 07-27-2008 07:45 PM | |
| ЃЎѓeѓNѓjѓJѓ‹‚Й‚В‚ў‚ДЊк‚낤ЃЎPart5 | This thread | Refback | 07-27-2008 05:52 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): テクニカル指標アーカイブ | This thread | Refback | 07-27-2008 03:16 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 | This thread | Refback | 07-20-2008 07:56 AM | |
| ProfiForex Traders Forum - Показать сообщение отдельно - Система E.A.S.Y.( SYNERGY) | This thread | Refback | 07-16-2008 04:58 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): トレーディングルールアーカイブ | This thread | Refback | 07-13-2008 05:22 PM | |
| Meeting Agenda http://www.forex-tsd.com/manual-trading-systems/9360-synergy-trading-method.html - The Portland / Beaverton Oregon Forex Trading Meetup Group (Beaverton, OR) - Meetup.com | This thread | Refback | 07-13-2008 04:18 PM | |
| Synergy Signals [v2] - MQL4 д»Јз Ѓеџєењ° | Post #57 | Refback | 07-12-2008 07:11 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): MT4アーカイブ | This thread | Refback | 07-11-2008 04:57 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 | This thread | Refback | 07-06-2008 08:59 AM | |
| 平均足(コマ足)トレード手法 - 為替・FX大好き主婦の楽ちんシステムトレード(^▽^) | This thread | Refback | 07-01-2008 03:45 AM | |
| 為替・FX大好き主婦の楽ちんシステムトレード(^▽^) | This thread | Refback | 07-01-2008 03:15 AM | |
| ProfiForex Traders Forum - Система E.A.S.Y.( SYNERGY) | This thread | Refback | 06-24-2008 09:55 AM | |
| Библиотека установки/модификации/закрытия ордеров - MQL4 форум | This thread | Refback | 06-14-2008 07:14 PM | |
| livemarket2 / ЃЎѓeѓNѓjѓJѓ‹‚Й‚В‚ў‚ДЊк‚낤ЃЎPart5 | This thread | Refback | 06-07-2008 09:18 PM | |
| Последние ответы: BIVISdotNET | This thread | Refback | 05-07-2008 10:00 AM | |
| Traders Dynamic Index - MQL4 д»Јз Ѓеџєењ° | Post #55 | Refback | 05-06-2008 02:33 PM | |
| Traders Dynamic Index - MQL4 Code Base | Post #55 | Refback | 05-03-2008 09:39 AM | |
| Traders Dynamic Index - MQL4 Code Base | Post #55 | Refback | 05-03-2008 09:19 AM | |
| Система E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum | This thread | Refback | 04-10-2008 11:10 AM | |
| Система | This thread | Refback | 03-26-2008 02:55 PM | |
| Система E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum | This thread | Refback | 03-22-2008 10:59 AM | |
| ProfiForex Traders Forum - Система E.A.S.Y. | This thread | Refback | 03-17-2008 04:35 PM | |
| Synergy Signals [v2] - MQL4 Code Base | Post #57 | Refback | 03-16-2008 07:28 PM | |
| Synergy Signals [v2] - MQL4 Code Base | Post #57 | Refback | 03-16-2008 07:29 AM | |
| Система E.A.S.Y. - ProfiForex Traders Forum | This thread | Refback | 03-14-2008 06:31 AM | |
| Система | This thread | Refback | 03-11-2008 01:48 PM | |
| Traders Dynamic Index - MQL4 Code Base | Post #55 | Refback | 03-11-2008 06:40 AM | |
| Synergy Signals [v2] - MQL4 Code Base | Post #57 | Refback | 03-11-2 | |