aarce
aarce
Friends

Add friends via their profile or user search and you will be able to see if they are online

aarce
Added topic Market Depth Questions
Hello I'm trying to write an indicator based on DOM information But the related functions and identifiers (MarketBookAdd, MarketBookGet, etc) show "not defined" error when I compile the program Question: 1) Are these funstions available in MT4? 2)
aarce
Registered at MQL5.community
aarce
Added topic EA don't trade on Strategy Tester
Hello all I wrote an EA that works ok with real time quotes (InterbankFX) but when I try to test it with Strategy Tester (ST), all attempts to buy or sell result on error 131. What can be wrong
aarce
Added topic Unattended execution
Hi all I'm new on programming on MQL4 and I just want to confirm where the execution of EAs are done : client terminals or trading servers?. If they are executed on the clients, so I have to have an online connection all the time. Please comment