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
  #501 (permalink)  
Old 01-29-2008, 12:14 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
Indeed...

From all appearances, MetaQuotes doesn't give a rat's ass about any sort of customer service (i.e. responding to bug reports), whether it's us end users, or brokerages.

I have removed calls to IsConnected() from the OrderReliable library, hoping instead to depend on responding to actual errors if indeed it is not connected, because I am seeing this often.

Regarding the floating point comparisons, there is a function in stdlib.mq4, called CompareDoubles(), which does this:

if(NormalizeDouble(number1-number2,8)==0) return(true);

Following this example, I have created functions in MY standard library called dGTE(), dLTE() & dEQ(). Naturally, any "C" programmer has probably run into this "not equal by virtue of the Nth decimal place" phenomena, but it's just that when you fetch a bid or ask, you expect it to be of precision 4 (or 2), so comparing it with another precision-4 should not cause problems.

Using these new functions instead of direct compares seems to be working so far. MT4 is a not a robust product, and yes, one would hope they would be forever improving it. But their responses to all the people who complained about the "Recalculate" box disappearing after release 208, fairly proved their attitude.

As time passes, demand will provide for better solutions and the Metaquotes can either step up or die. Personally, the fact that the MT4 server is designed to be a market-making product, encouraging the broker to screw the user, makes me look forward to moving on to something a little more professional.

Guess I rant too.




Quote:
Originally Posted by nondisclosure007 View Post
THANK GOD SOMEONE ELSE HAS SEEN THIS!!!!

<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.

Last edited by DerkWehler; 01-29-2008 at 10:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #502 (permalink)  
Old 02-01-2008, 04:37 PM
Junior Member
 
Join Date: Nov 2006
Posts: 13
francoc30 is on a distinguished road
Hi Derk,
My exit setting is UseOppOrSmall on, but my open positions are not closed when the HA candle turns opposite colour. Attached are my set file and a screenshot of one of the trades. I am not sure if there is a problem with the EA or its my settings are not right. Can you take a look? Thanks.
Attached Images
File Type: jpg Synergy Exit problem.jpg (35.5 KB, 1353 views)
Attached Files
File Type: set synergy1h_40tp_oppsmall.set (1.3 KB, 99 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #503 (permalink)  
Old 02-03-2008, 06:58 AM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 217
DerkWehler is on a distinguished road
Franco:

Unfortunately, the picture is too small for me to read. You can email it to me at derkwehler@gmail.com. And tell me what broker. Then maybe I can backtest that time and see what happened.

In the mean time, I will run some tests w/your .set file and see what I find. Your settings look fine (assuming you want them that way). For the time being, I have personally gone to disabling UseVolExpanding, but I assume you want that...

-Derk

EDIT: I have been testing it on mine (FXDD) and the option to close on opposite candle seems to work fine. However, I have made some changes, so I will be posting a new version soon.




Quote:
Originally Posted by francoc30 View Post
Hi Derk,
My exit setting is UseOppOrSmall on, but my open positions are not closed when the HA candle turns opposite colour. Attached are my set file and a screenshot of one of the trades. I am not sure if there is a problem with the EA or its my settings are not right. Can you take a look? Thanks.

Last edited by DerkWehler; 02-03-2008 at 01:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #504 (permalink)  
Old 02-03-2008, 08:43 PM
Junior Member
 
Join Date: Jan 2008
Location: Cancun
Posts: 11
jer966 is on a distinguished road
Indicators And Template

Francoc30,

Can you post the indicators and templates for this chart?

Thanks
Jeremy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #505 (permalink)  
Old 02-04-2008, 11:12 AM
Junior Member
 
Join Date: Mar 2006
Posts: 25
xcooper is on a distinguished road
Draw level lines in different style and color?

The Traders Dynamic Index indicator works fine. Just wonder if anyone knows how to change the code to make the level line displayed in different color? especially for level 50 as attached picture....
Attached Images
File Type: jpg TDI.jpg (23.2 KB, 1224 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #506 (permalink)  
Old 02-05-2008, 08:39 PM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Colours

Hi Xcooper,

Please click on one of the curves in the TDI, then right click on same, and open the indicator dialogue by clicking on the name. Select the Levels tab, and change the colours to something that you prefer. You can also change the thickness or switched to a different line style.

autumn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #507 (permalink)  
Old 02-05-2008, 11:28 PM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Backtesting

I am doing some backtesting with DS and will see if I can find some productive settings.

My feeling, however, is that DS is sprouting too many levers and dials and possibly tripping over the potholes in MQ4. Just for an exercise, why not consider the following simplification of Synergy:

Entries: Stochastic fast above/below slow, Momentum above/below 50 and rising/falling, and Alligator green above/below red and blue and rising/falling. PSAR below/above Alligator green.

Exits: PSAR crosses below/above Alligator green. and/or Stochastic fast crosses below/above slow. Momentum and Alligator green falling/rising.

Trailing stop = PSAR as long as it is moving with the trend.

The blue line on Momentum is a moving average that could also be used as a trigger, but maybe it is best to stay away from moving averages.

See illustration attached.

autumn
Attached Images
File Type: gif oscillators4.gif (50.7 KB, 1171 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #508 (permalink)  
Old 02-06-2008, 06:25 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 autumnleaves View Post
I am doing some backtesting with DS and will see if I can find some productive settings.

My feeling, however, is that DS is sprouting too many levers and dials and possibly tripping over the potholes in MQ4. Just for an exercise, why not consider the following simplification of Synergy:

(etc)

autumn

Autumn:

This looks quite interesting, but really has nothing to do with Synergy (and that may be a good thing!).

I would just start from scratch were I to make this one... That is possible, but I am a bit backlogged at the moment to be able to take on something new.

I'll keep it in mind tho.

-Derk

PS: What is "DS"?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #509 (permalink)  
Old 02-06-2008, 06:54 PM
Senior Member
 
Join Date: Nov 2006
Posts: 282
autumnleaves is on a distinguished road
Hi Derk and friends,

Point well taken, although please bear in mind that Synergy is based on identification of 4 market forces:

Price Action
Trend
Momentum
Market Strength.

It seems to me that it is not terribly important how one implements a system based on these forces, once the basic proposition is accepted. Malone chose to do it one way, and there could well be other ways. It may prove that the Malone manual system poses too many problems for implementation as an EA, since there are ambiguities in what constitutes an exit, and since signals for both exits and entries may be difficult to program efficiently with the indicators Malone has chosen. Perhaps the four forces can be better translated into an EA through other indicators, such as (for example):

Alligator
PSAR
Momentum (the indicator)
Stochastic Oscillator (plus Standard Deviation??)

It may also be desirable to substitute 2 moving averages on another oscillator (such as Force or RSI, or DeMarker) for the Alligator, as the latter may produce ambiguous signals due to wiggle on price bars.

Perhaps I shall try to mock something up in the old Phoenix template and then see where that goes.

autumn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #510 (permalink)  
Old 02-07-2008, 02:43 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 autumnleaves View Post
Point well taken, although please bear in mind that Synergy is based on identification of 4 market forces:

Price Action
Trend
Momentum
Market Strength.

It seems to me that it is not terribly important how one implements a system based on these forces, once the basic proposition is accepted. Malone chose to do it one way, and there could well be other ways. It may prove that the Malone manual system poses too many problems for implementation as an EA, since there are ambiguities in what constitutes an exit, and since signals for both exits and entries may be difficult to program efficiently with the indicators Malone has chosen. Perhaps the four forces can be better translated into an EA through other indicators, such as (for example):

Alligator
PSAR
Momentum (the indicator)
Stochastic Oscillator (plus Standard Deviation??)

It may also be desirable to substitute 2 moving averages on another oscillator (such as Force or RSI, or DeMarker) for the Alligator, as the latter may produce ambiguous signals due to wiggle on price bars.

Perhaps I shall try to mock something up in the old Phoenix template and then see where that goes.

autumn

Yes, another good point. When I said not Synergy, I meant it in only two ways:

1) Not the system called Synergy, created by Dean & CompassFx, since it uses specific inds, and this system diverges from all of them.

2) For automation, so dissimilar that I feel it would be best to start from scratch.

But especially if you end up testing it and find you feel it is highly promising, it would be worth automating in its own right.

Also, I have felt that Synergy is better at picking entries than exits, so if yours is better a getting out with a higher percentage of the maximum, that is a plus too.

-Derk

Last edited by DerkWehler; 02-07-2008 at 02:47 PM.
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

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 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