Forex



Go Back   Forex Trading > Downloads > Manual trading systems
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #501 (permalink)  
Old 01-29-2008, 01:14 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 218
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 11:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #502 (permalink)  
Old 02-01-2008, 05: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, 2267 views)
Attached Files
File Type: set synergy1h_40tp_oppsmall.set (1.3 KB, 193 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #503 (permalink)  
Old 02-03-2008, 07:58 AM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 218
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 02:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #504 (permalink)  
Old 02-03-2008, 09: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #505 (permalink)  
Old 02-04-2008, 12:12 PM
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, 2106 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #506 (permalink)  
Old 02-05-2008, 09:39 PM
Senior Member
 
Join Date: Nov 2006
Posts: 289
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #507 (permalink)  
Old 02-06-2008, 12:28 AM
Senior Member
 
Join Date: Nov 2006
Posts: 289
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, 1977 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #508 (permalink)  
Old 02-06-2008, 07:25 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 218
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #509 (permalink)  
Old 02-06-2008, 07:54 PM
Senior Member
 
Join Date: Nov 2006
Posts: 289
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #510 (permalink)  
Old 02-07-2008, 03:43 PM
DerkWehler's Avatar
Senior Member
 
Join Date: May 2006
Location: Portland, OR
Posts: 218
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 03:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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", traders dynamic index visual, synergy trading system, synergy indicator, Traders_Dynamic_Index, Chaikin's Volatility_Kalenzo.mq4, mtf synergy, trader dynamic index, advanced synergy indicator, Chaikin's Volatility_Kalenzo, DM_RangeFactor, SYNERGY TRADE METHOD, LibOrderReliable.mqh, Traders Dynamic Index mq4, method forex, synergy method forex, Synergy indicators, Synergy MTF, Synergy Signals, standard deviation channel, LibDerksUtils, advanced synergy arrows, compassfx, Forex Synergy, traders dynamic, dynamic rsi index tdi, synergy forex system, synergy system forex, Forex Synergy System, synergy ea mq4


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharing method of trading forexking Expert Advisors - Metatrader 4 13 12-25-2007 01:28 PM
Any Trading Method for USD/Yen??? yyc196 Suggestions for Trading Systems 4 06-25-2007 02:30 AM
Fozzy method of Trading jgerousis General Discussion 1 03-09-2007 12:07 PM
Triangle Trading method forexts Documentation 1 10-27-2005 10:51 AM


All times are GMT. The time now is 08:54 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.