Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Manual trading systems


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

Reply
 
LinkBack (53) Thread Tools Display Modes
  #241 (permalink)  
Old 11-24-2007, 12:03 AM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
Resutls of the week

Hello my little droogies:

Just to let you know, I ran the EA on GBPJPY (Default settings) this last week and it ended up 33% ahead. It should be noted however, that there was a bug in the code for the first couple trades; it opened a second set of trades where it should not have. Then it closed all 4 at the same time. Since the second set should not have been placed, and were good for $130, if you subtract those out, I'm at 20% for the week.

That is on a $1000 demo account on Velocity4x, trading 0.1 lots per trade, no MM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #242 (permalink)  
Old 11-24-2007, 01:47 AM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Logs and Backtesting

Hi Derk,

Thanks for the comments on the intricacies of Synergy trading. If it is of some help to you I attach copies of the Experts and Journal logs captured today. Please let me know if I can do anything else in the meantime.

For the moment I am immersed in redesigning the signals in the Chimera simple version so that it can be forward tested efficiently, and this involves a fair amount of backtesting. Once I begin to get consistent results I will upload a functional version and at that point I can turn my attention to backtesting SynergyEA.

I'll keep watching the thread for developments. It's great that others are pitching in on backtesting SynergyEA, as this should speed up development considerably.
Attached Files
File Type: txt SynEAFXDD23Nov Expert.txt (50.6 KB, 93 views)
File Type: txt SynEAFXDD23Nov Journal.txt (10.4 KB, 61 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #243 (permalink)  
Old 11-24-2007, 02:14 AM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
Autumn:

Please use this Ind instead; it has the Print statement removed (the ones that cause these lines:

SynergyInd USDJPY,H1: PAC EXIT: i = 0; MA_Hi_1 + Spread = 108.18479711

Other than that, I can see there was an error toward the bottom of the file:

2007.11.23 12:37:53 LibOrderReliable USDJPY,H1: OrderSendReliable v1_1_3:non-retryable error: 131:invalid trade volume

2007.11.23 12:37:53 LibOrderReliable USDJPY,H1: OrderSendReliable v1_1_3: attempted OP_BUY 0.05000000 lots @108.31000000 sl:0.00000000 tp:0.00000000


Any idea why it was attempting to trade 108.31 lots?

Turn both MoneyManagement settings off, set Lots = 1.0, use a $10000 demo account (or larger); use this new indicator with the output turned off so it does not confuse the issue, and if you see it fail to take another trade, paste the contents of the experts tab over to me again.

Thank you,
-Derk



Quote:
Originally Posted by autumnleaves View Post
Hi Derk,

Thanks for the comments on the intricacies of Synergy trading. If it is of some help to you I attach copies of the Experts and Journal logs captured today. Please let me know if I can do anything else in the meantime.

For the moment I am immersed in redesigning the signals in the Chimera simple version so that it can be forward tested efficiently, and this involves a fair amount of backtesting. Once I begin to get consistent results I will upload a functional version and at that point I can turn my attention to backtesting SynergyEA.

I'll keep watching the thread for developments. It's great that others are pitching in on backtesting SynergyEA, as this should speed up development considerably.
Attached Files
File Type: mq4 SynergyInd.mq4 (19.2 KB, 185 views)

Last edited by DerkWehler; 11-24-2007 at 02:16 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #244 (permalink)  
Old 11-24-2007, 02:37 AM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
New Indy

Got it, but I'm not sure how to turn off outputs. Is that in the indy?

autumn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #245 (permalink)  
Old 11-24-2007, 08:30 AM
Member
 
Join Date: Oct 2007
Posts: 38
fowope is on a distinguished road
error report

my EA still not picking trade though the Manual Indicator is doing better than the later version. attached to this mail is the error report as dislayed by the journal while back testing.

I think this might help you in proferring solution to the problem
Attached Files
File Type: txt backtestjournal_errorreport.txt (35.3 KB, 35 views)
File Type: txt error_expert.txt (16.4 KB, 29 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #246 (permalink)  
Old 11-24-2007, 11:24 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
I posted a new version of the indicator because I removed the Print() statements from the code, so it would not fill up your experts tab. You do not need to do anything to "turn it off", just use the new Ind I posted instead.


Quote:
Originally Posted by autumnleaves View Post
Got it, but I'm not sure how to turn off outputs. Is that in the indy?

autumn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #247 (permalink)  
Old 11-24-2007, 11:35 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
Quote:
Originally Posted by fowope View Post
my EA still not picking trade though the Manual Indicator is doing better than the later version. attached to this mail is the error report as dislayed by the journal while back testing.

I think this might help you in proferring solution to the problem
Non is helping with some backtesting now and if I can prove the Chaikin indicator does not help, then I will just remove it altogether. Then you will not get zero divide errors. As far as the other, I am adding a check that should fix it as well.

A new version should be out Monday or Tues....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #248 (permalink)  
Old 11-25-2007, 10:23 PM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Simple Synergy

May I prevail upon someone with a very fast computer to do some optimize runs with the attached EA. Because of the array used in the EA, backtesting and optimization are hopelessly slow on my computer.

Here are some suggestions for testing. Do not try to optimize all the inputs at once, and please use the longest time period you can tolerate. Ideally it should be subjected to 2 years of data, but it may only be possible to run it on 2 months at a time.

thanks
autumn

extern double P_SARStep = 0.02; range: .018 - .026
extern double P_SARMax = 0.2; range: .18 - 0.3 step: 0.3
extern double P_EnvDev = 0.1; range: .04 - .15
extern int P_ATRPer = 13; leave as is
extern int P_ATRMin = 7; range: 3 - 15
extern int P_ATRMax = 20; range 10 -25
extern int P_SORPer = 8; range: 5 - 13
extern int P_SOYPer = 21; range 13 - 34
extern int P_SOSlow = 8; range 3 - 15
extern int P_STDFPer = 13; leave as is
extern int P_STDFMin = 180; range: 150 250, step: 5 or 10
Attached Files
File Type: mq4 ChimeraSimple.mq4 (16.3 KB, 111 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #249 (permalink)  
Old 11-25-2007, 10:24 PM
marketwavez's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 182
marketwavez is on a distinguished road
How about stops ?..........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #250 (permalink)  
Old 11-26-2007, 01:05 AM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Simple Synergy

Stops? There aren't any. You can use a TP, but I set it to 999 to allow all trades to exit on signals. No SL, and exits and TS are handled by signals. There is also no money management. This version is intended as a test of the effectiveness of the signals.

Thanks

autumn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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, advanced synergy forex, perkyasctrend, Advanced SYNERGY, trading, DM_continuation, SYNERGY TRADE METHOD, synergy strategy, synergy mq4, OrderReliable, Derk Wehler, Traders Dynamic Index VISUAL ALERTS.mq4, sinergy, easy trading method, Dean Malone E.A.S.Y. Trading System, forex method, advanced synergy method, Traders Dynamic Index VISUAL ALERTS, LibOrderReliable, dean malone, Advanced SYNERGY 2.0, SUPER SIGNAL, Range Factor, trader sharing forex trading effective method, "EASY Trading Method"

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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 10:48 AM
This thread Refback 09-04-2008 09:20 AM
???FX??????????????????????: ???? This thread Refback 08-21-2008 06:37 PM
???FX??????????????????????: ???? This thread Refback 08-19-2008 08:53 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 This thread Refback 08-05-2008 10:32 AM
This thread Refback 07-30-2008 08:16 AM
This thread Refback 07-27-2008 08:45 PM
eNjJɂ‚Č낤Part5 This thread Refback 07-27-2008 06:52 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): テクニカル指標アーカイブ This thread Refback 07-27-2008 04:16 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 This thread Refback 07-20-2008 08:56 AM
ProfiForex Traders Forum - - E.A.S.Y.( SYNERGY) This thread Refback 07-16-2008 05:58 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): トレーディングルールアーカイブ This thread Refback 07-13-2008 06: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 05:18 PM
Synergy Signals [v2] - MQL4 代码基地 Post #57 Refback 07-12-2008 08:11 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): MT4アーカイブ This thread Refback 07-11-2008 05:57 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^): 検索結果 This thread Refback 07-06-2008 09:59 AM
平均足(コマ足)トレード手法 - 為替・FX大好き主婦の楽ちんシステムトレード(^▽^) This thread Refback 07-01-2008 04:45 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^) This thread Refback 07-01-2008 04:15 AM
ProfiForex Traders Forum - E.A.S.Y.( SYNERGY) This thread Refback 06-24-2008 10:55 AM
Библиотека установки/модификации/закрытия ордеров - MQL4 форум This thread Refback 06-14-2008 08:14 PM
livemarket2 / eNjJɂ‚Č낤Part5 This thread Refback 06-07-2008 10:18 PM
: BIVISdotNET This thread Refback 05-07-2008 11:00 AM
Traders Dynamic Index - MQL4 代 基地 Post #55 Refback 05-06-2008 03:33 PM
Traders Dynamic Index - MQL4 Code Base Post #55 Refback 05-03-2008 10:39 AM
Traders Dynamic Index - MQL4 Code Base Post #55 Refback 05-03-2008 10:19 AM
E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum This thread Refback 04-10-2008 12:10 PM
This thread Refback 03-26-2008 03:55 PM
E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum This thread Refback 03-22-2008 11:59 AM
ProfiForex Traders Forum - E.A.S.Y. This thread Refback 03-17-2008 05:35 PM
Synergy Signals [v2] - MQL4 Code Base Post #57 Refback 03-16-2008 08:28 PM
Synergy Signals [v2] - MQL4 Code Base Post #57 Refback 03-16-2008 08:29 AM
E.A.S.Y. - ProfiForex Traders Forum This thread Refback 03-14-2008 07:31 AM
This thread Refback 03-11-2008 02:48 PM