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

Thread: Neutral Trading EA

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

    Default Neutral Trading EA



    An EA inspired by the Belkhayate forex neutral trading strategy.

    The Zero Lag Macd has been modified. It is not needed by the EA.

    The EA is designed for EU, GY, EG, UY, timeframe M5. But you can try it on other pairs combinations.
    Attached Files

  2. #2
    Member Pheniox's Avatar
    Join Date
    Feb 2009
    Posts
    45

    Default Settings

    Know you are busy and try my best to figure things out on my own here.

    However need to understand what these settings mean:

    extern int breakevengain = 0; // is this a pip lock?
    extern bool TradeAt9Only = FALSE;
    extern bool filter = FALSE;

    Also can this ne back tested properly or is it dependant on all the other currency inputs?

    Pheniox
    Last edited by Pheniox; 09-23-2009 at 00:44. Reason: Add more questions

  3. #3
    Member
    Join Date
    Sep 2009
    Posts
    74

    Default

    Can you give us some more information about this EA funyoo?

    Does it need to be trained?

    Does it use multiple currencies to look at if it should trade?

    Can it be backtested?

    Would it be possible to see the mq4 code?

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

    Default

    Quote Originally Posted by Pheniox View Post
    Know you are busy and try my best to figure things out on my own here.

    However need to understand what these settings mean:

    extern int breakevengain = 0; // is this a pip lock?
    extern bool TradeAt9Only = FALSE;
    extern bool filter = FALSE;

    Also can this ne back tested properly or is it dependant on all the other currency inputs?

    Pheniox
    Hi Pheniox,

    breakevengain : if difference between the price and the order open price is higher than breakevengain, then we enable the breakeven.
    TradeAt9Only : the EA will only trade at 9 am.
    filter : enable/disable the time filter.

    Quote Originally Posted by Luther_Blissett View Post
    Can you give us some more information about this EA funyoo?

    Does it need to be trained?

    Does it use multiple currencies to look at if it should trade?

    Can it be backtested?

    Would it be possible to see the mq4 code?
    You can find the information about the main strategy here :

    http://www.tradingsystemforex.com/id...-strategy.html

    Yes it uses multiple currencies to get a signal.

    No, it can not be trained or backtested.

    Here is the mq4 code.
    Attached Files

  5. #5
    Member
    Join Date
    Sep 2009
    Posts
    74

    Default

    Should each pair use the same, or a different magic number?

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

    Default

    Quote Originally Posted by Luther_Blissett View Post
    Should each pair use the same, or a different magic number?
    Yes you can use the same. A different magic number is only needed if EA attached to two charts of a same pair, with different settings.

  7. #7
    Member
    Join Date
    Sep 2009
    Posts
    74

    Default

    Thank you for that Funyoo. I am forward testing it and had a successful first trade.

    I was using the equity stop, which worked perfectly - however; the EA re-entered its positions almost immediately after closing them at equity-takeprofit.

    Could something be coded in to have it only trade once per signal? Either a time delay, or until the trade signal is no longer valid.

    Thank you for the coding.

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

    Default

    Quote Originally Posted by Luther_Blissett View Post
    Thank you for that Funyoo. I am forward testing it and had a successful first trade.

    I was using the equity stop, which worked perfectly - however; the EA re-entered its positions almost immediately after closing them at equity-takeprofit.

    Could something be coded in to have it only trade once per signal? Either a time delay, or until the trade signal is no longer valid.

    Thank you for the coding.
    Hi Luther_Blissett,

    Ok, here it is.
    Attached Files

  9. #9
    Member
    Join Date
    Sep 2009
    Posts
    74

    Default

    Thank you I will report my findings when I have more data.

+ Reply to Thread

Similar Threads

  1. Forex Neutral strategy
    By caroubier in forum Ideas for expert advisors
    Replies: 0
    Last Post: 09-16-2009, 02:11

Posting Permissions

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