+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
  12 12 Attachment(s)    

Thread: Firebird_v1.0c_noglobal

  1. #1
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default Firebird_v1.0c_noglobal

    another of my favorates
    Attached Images  
    Attached Files

  2. #2
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default

    second test for this ea
    Attached Images  
    Attached Files

  3. #3
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default

    third set for this ea

    recommend not trading on Fridays.
    Attached Images  
    Attached Files

  4. #4
    Member
    Join Date
    Feb 2009
    Posts
    42

    Default

    will you share ea?

  5. #5
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default

    Quote Originally Posted by serdarso View Post
    will you share ea?
    I posted in this thread

  6. #6
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Hi Markbto!

    Thanks for sharing! :-)

    Are you running this EA at a certain time? If so, do you close all trades at a certain time as well?

    Which broker are you using?

    TIA!

  7. #7
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default

    currently running live on ibfx, .01 lots nano account. running on 9 pairs, 24 hours, may set to disable trading on fridays




    Quote Originally Posted by bnbb2004 View Post
    Hi Markbto!

    Thanks for sharing! :-)

    Are you running this EA at a certain time? If so, do you close all trades at a certain time as well?

    Which broker are you using?

    TIA!

  8. #8
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Please kp us posted on your progress as I don't think I'm getting the same results that you've previously posted on a ibfx mini - demo.
    Attached Files

  9. #9
    Member markbto's Avatar
    Join Date
    Feb 2009
    Posts
    33

    Default

    results look similar, have to test for a few weeks on this one.. keep in mind, that there will be lots of winning trades, however the loosing trade usally allot bigger then winning trades, you lot size looks good for you balance.

    I've made small change to the code too add fix for mini's trading with jpy pairs..
    I think it has something to do with the large number in jpy pairs.. this addition simply looks for the jpy pairs, and makes and adjustment for proper analysis...


    Code:
       if ((Symbol()=="EURJPY") || // FIXED BY SKYLINE ON 11 Aug 2006
          (Symbol()=="USDJPY")  ||
          (Symbol()=="CHFJPY")  ||
          (Symbol()=="AUDJPY")  ||      
          (Symbol()=="CADJPY")  ||      
          (Symbol()=="NZDJPY")  ||      
          (Symbol()=="GBPJPY")  ||
          (Symbol()=="SGDJPY")  ||         
          (Symbol()=="EURJPYm")  ||
          (Symbol()=="USDJPYm")  ||
          (Symbol()=="CHFJPYm")  ||
          (Symbol()=="AUDJPYm")  ||      
          (Symbol()=="CADJPYm")  ||      
          (Symbol()=="NZDJPYm")  ||      
          (Symbol()=="GBPJPYm")  ||
          (Symbol()=="SGDJPYm"))   
        {
         return((dv1-dv2)/100);
        } 
       else 
        {
         return(dv1-dv2);
        } 
      }
    Quote Originally Posted by bnbb2004 View Post
    Please kp us posted on your progress as I don't think I'm getting the same results that you've previously posted on a ibfx mini - demo.
    Attached Files

  10. #10
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Ok, I'll give that one a try as well... :-)

    Also, try this helpful indicator for testing multiple pairs.
    Attached Files

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Firebird_v1.0c_noglobal
    By markbto in forum Ideas for expert advisors
    Replies: 3
    Last Post: 03-10-2009, 09:14

Posting Permissions

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