+ Reply to Thread
Page 1 of 13 1 2 3 11 ... LastLast
Results 1 to 10 of 130
  39 39 Attachment(s)    

Thread: EMA Cross EA

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

    Default EMA Cross EA



    EMA Cross expert advisor. Eu H4 5-50.

    MDD : 12.23%

    Ratio : 14.47 (Profit Factor/MDD)
    Attached Images  
    Attached Files

  2. #2
    Junior Member
    Join Date
    Dec 2008
    Posts
    2

    Default

    Hi Funyo,
    thanks for the great work you're doing here!

    I have a question: could you please modify this EMA Cross EA so that he doesn't close the trade at EMA crossing?
    Seems that sometime is better to just work with the trailing stops...

    Thanks in advance
    Quick

  3. #3
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,192

    Default

    Quote Originally Posted by Quick View Post
    Hi Funyo,
    thanks for the great work you're doing here!

    I have a question: could you please modify this EMA Cross EA so that he doesn't close the trade at EMA crossing?
    Seems that sometime is better to just work with the trailing stops...

    Thanks in advance
    Quick
    Hi Quick and welcome!

    Here it is.
    Attached Files

  4. #4
    Junior Member
    Join Date
    Dec 2008
    Posts
    2

    Default

    Awesome!

    Thank you again for the amazing service you are offering here!

  5. #5
    Member mike58's Avatar
    Join Date
    Dec 2008
    Posts
    32

    Default

    Thanks a lot. I was looking for this EA.

  6. #6
    Junior Member
    Join Date
    Jan 2009
    Posts
    1

    Default Different MAs

    How can i customize the moving averages that this EA uses?

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

    Default

    Quote Originally Posted by JoeTraderfx View Post
    How can i customize the moving averages that this EA uses?
    Hi JoeTraderfx and welcome,

    At the beginning of the parameters :

    Code:
    extern int       ShortEma =     2;
    extern int       LongEma =     12;

  8. #8
    Member
    Join Date
    Dec 2008
    Posts
    107

    Default

    hi funyoo,

    1) please add an EMA to this EA as a filter.
    so that below the filter ema = only sell trades and above the ema filter = only buy.

    2) add "stop trading after take profit" (true/false)

    i think this can improve the EA alot.
    Last edited by TREND RIDER; 01-06-2009 at 18:00.

  9. #9
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,192

    Default

    Quote Originally Posted by TREND RIDER View Post
    hi funyoo,

    1) please add an EMA to this EA as a filter.
    so that below the filter ema = only sell trades and above the ema filter = only buy.

    2) add "stop trading after take profit" (true/false)

    i think this can improve the EA alot.
    Hi TREND RIDER,

    Here it is.

    The next time, for the second request, you will contact a pro as I have not the time to do it for each code.
    Attached Files

  10. #10
    Member
    Join Date
    Dec 2008
    Posts
    107

    Default

    Quote Originally Posted by funyoo View Post
    Hi TREND RIDER,

    Here it is.

    The next time, for the second request, you will contact a pro as I have not the time to do it for each code.
    GREAT WORK FUNYOO.

    I THINK ON THIS EA THERE MAY NOT BE A NEXT TIME COS THESE ADDITIONS WILL DO GOOD.
    THANKS

+ Reply to Thread
Page 1 of 13 1 2 3 11 ... LastLast

Similar Threads

  1. ADX cross strategy
    By ctritany in forum Ideas for expert advisors
    Replies: 17
    Last Post: 07-24-2009, 20:13
  2. MACD Cross EA
    By funyoo in forum Expert advisors demo statements
    Replies: 1
    Last Post: 12-02-2008, 11:02
  3. Line/ma cross
    By automatic in forum Ideas for expert advisors
    Replies: 1
    Last Post: 11-23-2008, 23:22
  4. Double EMA Cross EA
    By funyoo in forum Expert advisors demo statements
    Replies: 0
    Last Post: 11-17-2008, 09:57

Posting Permissions

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