I was testing an EA on a demo account and I switched to a live account and found the EA still running. Could someone help me out?
EA locking - working across multiple MT4 accounts 12 replies
Tadawul Closing All USA Accounts 10 replies
Auto open and close trades across multiple accounts HELP PLEASE :) 3 replies
Can I share a csv file across 2 accounts 12 replies
Are demo accounts at all different than live accs? 10 replies
DislikedYou can set on the options to disable the ea when account change, this would avoid bad surprises when you change the account. You can also hardcode some parameter (like an account number or a "isdemoaccount" parameter) directly into the EA's code, but that would require from you some coding knowledge. {image}Ignored