Forum

Account Balance

Hi Is it possible to set the account balance for a EA. Say, I have a total balance of £10k in my broker account, but I want to run 2 EAs on the same broker and on the same mt4 terminal. Is there a way of assigning a balance of £5k to each EA so if one EA goes bust it doesn't use the balance

helped needed with very simple EA

Hi,I'm trying to code what i think should be an extremely simple EA. I just want a push notification sent to my android device when the 5sma crosses the 34sma,no trades entered just an alert. Here's what ive got //Inputs //Declaration double _MA_Fast; double _MA_Slow; bool _Compare; int start(){