+ Reply to Thread
Results 1 to 5 of 5
 1 Attachment(s)    

Thread: Adding D'Alembert to an EA

  1. #1
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default Adding D'Alembert to an EA

    I would be interested to know how we could create a function with the "D'Alembert" money management for example, or another unusual money management system : Dual Win (Binary), Incremental Recovery, "SuperSafe" MM, "Extreme" MM.

    Here is a code (attached) developed by Derk and shared on TSD. It is a very impressive expert advisor, but the functions are very complicated. It uses mqh files and libraries.

    Maybe someone has an idea about how we could program simple functions based on these systems ?
    Attached Files

  2. #2
    Member
    Join Date
    Feb 2009
    Posts
    70

    Default

    Hi Funyoo, this is a very interesting thead...Unique concepts of money management. I have read and modified a much safer form of Binary Equation MM by Mike Valleon which I use manually for independent trades...

    What are Incremental Recovery, "SuperSafe" MM, "Extreme" MM ?... Could you briefly explain or give websites about them. Thanks.

  3. #3
    Junior Member
    Join Date
    Nov 2009
    Posts
    8

    Default

    I was looking at the D'Alembert logic, it comes off as a unnecessarily complicated way of calculating a Martingale, isn't it?

    It adds 'baselots' to the next trade if the last was a loser and deducts if the last was a winner. And it stops looking at the orderhistory when the cumulative profit of the sequence is more than X pips, and reverts to the set baselots.

    I dunno, I can't see the benefit over a simple Martingale that always defaults back to the original baselots for every new trade.

    Haven't seen the other MM logics though, Binary and Incremental Recovery sound interesting.

  4. #4
    Member
    Join Date
    Feb 2009
    Posts
    70

    Default

    Anyone into excel programming? Binary MM

    http://www.mrexcel.com/forum/showthr...16#post2484616
    Last edited by scalpmaster; 10-22-2010 at 09:14.

  5. #5
    Junior Member
    Join Date
    Nov 2009
    Posts
    8

    Default

    Wth, this is a super old thread. It did hit me as strange that Funyoo would consider the functions complicated at all. And Scalpmaster, the "Binary" MM you are advocating does not make any sense. Each event is mutually exclusive.

+ Reply to Thread

Similar Threads

  1. Adding a martingale to an EA
    By funyoo in forum MQL programming
    Replies: 9
    Last Post: 11-07-2008, 21:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts