Jump to content

FX DealButler


Recommended Posts

  • Replies 73
  • Created
  • Last Reply

Top Posters In This Topic

Re: FX DealButler

 

It seems to be semi automatic...

which we enter position manually following signal, then Ea takes care the rest.

 

and i heard this will trade news... or try to avoid trade during news session..

 

it somehow has a link to dailyfx...

 

anyone has educate it yet??

 

Thanks

 

mick

Link to comment
Share on other sites

Re: FX DealButler

 

anyone has educate it yet??

 

 

How about some of this!!!!!

 

http://www.4shared.com/file/195945813/e5b9b6a6/FDB-educated.html

 

It's just the EA educated. You will have to get the other package to complete your set <):)

 

BTW, I just removed the check code. I believe it's educated, but is still untested.

Link to comment
Share on other sites

Re: FX DealButler

 

Here is a key gen for for FDB courtesy of Birt!

 

The drawback is that the key expires on the 3rd of the month so you have to run the keygen before that.

 

Copy/paste this into a new *script* (not an EA) and run it on any chart:

 

Code:
//+------------------------------------------------------------------+
//|                                                   FDB_keygen.mq4 |
//|                                                             birt |
//|                                                                  |
//+------------------------------------------------------------------+
#property copyright "birt"
#property link      ""
//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
 {
//----
  int l_month_24 = TimeMonth(TimeCurrent());
  int fd = FileOpen("FDB.rkey",  FILE_BIN|FILE_WRITE);
  FileWrite(fd, "[FDB 1.0]\n");
  FileWrite(fd, "Var_Cnt=2\r");
  FileWrite(fd, "Var1_Title=Run_Key\r");
  FileWrite(fd, "Var1_Type=3\r");
  FileWrite(fd, "Var1_Status=1\r");
  FileWrite(fd, "Var1_Value=" + DoubleToStr(MathAbs(AccountNumber() << 2 + 10110110 - 5382974 * l_month_24), 0) + "\r");
  FileWrite(fd, "Var2_Title=Run_Key\r");
  FileWrite(fd, "Var2_Type=3\r");
  FileWrite(fd, "Var2_Status=1\r");
  FileWrite(fd, "Var2_Value=" + DoubleToStr(MathAbs(AccountNumber() << 2 - 3912671 * l_month_24), 0) + "\r");
  FileClose(fd);
//----
  return(0);
 }
//+------------------------------------------------------------------+

 

Kudos to Birt!!

Also do tell if you run into any problems with this!

Link to comment
Share on other sites

Re: FX DealButler

 

The script given by Birt is working. Just attach the script to any chart and your EA will be working.

 

No account number need to be entered.

 

Download the pdf file of the fx dealbutler breakout system from here:

 

http://depositfiles.com/en/rmv/4341782013953495

 

enjoy..

 

Link does not work. Can somebody pls re-upload? :-/

Link to comment
Share on other sites

Re: FX DealButler

 

Once you put on the chart the ea itself will work without any problem, you will have to generate a new key every 3rd of the month but that is assuming you will be using the system for that long. After that you need a manual to find out how this system trades and use ea accordingly.

Link to comment
Share on other sites

Re: FX DealButler

 

Cyrillic: Thank you for the information. I agree I'll have to see if I get that far.

 

The Breakout System looks interesting. I think they are using breakouts from narrow (3-day) Donchian Channels as their dynamic Resistance/Support lines, confirmed by other indicators. At least one confirming indicator is Relative Strength (breakout above/below 50). Checking conformity with higher time frames could be done manually. This could be recreated on any platform.

 

Added: On second thought, I'm not sure about the Donchian channels.

Link to comment
Share on other sites

Re: FX DealButler

 

I have registered & downloaded the demo version of forex deal butler from the web site.

 

Installation was successfully on my laptop. When I started to trade, either buy or sell according to the signals given. Once the trade is loaded, it automatically closed by itself.

 

This happen in many occasions. I wonder what is happening. Luckily this is demo account (MT4 platform Fast Trader).

 

Any one having similar situation?

Link to comment
Share on other sites

Re: FX DealButler

 

Taipan : Yes so do i..but once...with my live account. When u place a trade about 2-3 seconds it close the order right? Maybe you need to use the keygen everytime u open a new chart. Secondly, you try to set the ea,the trailing...breakeven 15, trailing stop 15.. this is the only info that i have ryte now...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...