Pierre2006
Pierre2006
Friends

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

Pierre2006
Added topic Two or more demo accounts from two or more brokers ?
Hello, Is it possible to install Metatrader 4 one time, then to use it with two or more demo accounts from two or more brokers. I dont want use two demo accounts from two brokers in the same time. I want to : Open MetaTrader 4 with the demo account
Pierre2006
Added topic Upload my Expert Advisor and run it on my broker's computer, is it feasible ?
Hello, I already run my own Expert Advisor ( not a good one ) on my PC, I know how to do it. But here something different : Upload my Expert Advisor and run it on my broker's computer, is it feasible ? Thanks, Pierre2006
Pierre2006
Added topic Log_test.mq4 dont seen to work in Strategy Tester.
Hello, If I use the Expert Advisors log_test.mq4 from : https://www.mql5.com/en/articles/1405 in a chart I got a log file like expected. But if I use the same Expert Advisors log_test.mq4 in a Strategy Tester, I got nothing. Why ? Thanks, Pierre2006
Pierre2006
Registered at MQL5.community
Pierre2006
Added topic How to add a day at a datetime variable ?
Hello, How to add a day at a datetime variable ? My code : datetime dtDateTest = D'2004.01.01 00:00'; datetime dtDateTestPlusOne; dtDateTestPlusOne = dtDateTest + ??????? ; Thanks, Pierre2006