Above banners and links are advertisements only. We do not endorse or vouch for any advertisers
+ Reply to Thread
Results 1 to 3 of 3

Thread: FX Chaos Scalp EA...

  1. #1
    Member
    Join Date
    Jun 2009
    Posts
    33

    Question FX Chaos Scalp EA...

    Hello,
    I found an EA that is used on a micro-account. It made over 500 $ in the last time. I donīt know why but the EA doesnīt open trades (and doesnīt perform on backtests). Maybe we can solve the problem. Could somebody have a look at the code? Or maybe itīs another problem...
    Best regards!
    Alex
    Attached Files

  2. #2
    Administrator
    Join Date
    Jun 2007
    Posts
    1,390

    Default

    maybe u can delete these lines :
    Code:
    if (nAccount > 0 && nAccount != AccountNumber()){
          Comment("Trade on account :"+AccountNumber()+" FORBIDDEN!");
          return(0);
       }

  3. #3
    Member
    Join Date
    Jun 2009
    Posts
    33

    Default

    Do you think that these lines were the reason why the EA didnīt trade? Did somebody test the EA?
    Best regards!

+ Reply to Thread

Posting Permissions

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