Forum

Programmatic operation of other terminal when two MT4 are running

Hi, Could someone give me tips for this ? 1. Two MT4 are running on the same PC. (each terminal is working on a different account number but of the same broker and account type) 2. I want to create a Expert Advisor code that runs on one of these terminals (let's say 'terminal A') and monitor/operate

programmatically click autotrade on EA property dialogue

Hi, I am building a mql4 code where I'm trying to open EA property dialogue of a particular chart and click allowlivetrading button in a common tab. Could someone show me a specific code to do this ? I'm a pretty much newbie mql4 builder ! (Also not very familiar with Win32API either.)