Very good, could you provide it?
Latest posts made by cjdduarte
-
RE: block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
I'm just a demo account.
It used to work. I saw that the new compiled code is very different from the previous version.
Follow the two files for comparison. If it does not, unfortunately I will not be able to use the tool.1_1523416699316_work.mq5 0_1523416699316_dont_work.mq5
-
RE: block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
Yes.
XP Broker (XPMT5-Demo). -
RE: block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
Broker "Clear" or "XP" in Brazil.
The Symbol is WIN$N.I did a test with EURUSD on FXpro and it worked, but I work in brokers in Brazil (WIN$N). And it worked.
-
RE: block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
@fxdreema I have tested on more than one broker and the same error occurs.
I noticed that the error started after this update. -
RE: block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
the error occurs in backtest. I got a compiled version 2 days ago, it works normally. When I recompile, this error occurs.
-
block of "Buy / Sell pending orders in grid" with errorposted in Bug Reports
Started showing the following error: "OrderCheck () failed: Invalid expiration (10022)"
until yesterday it worked.
-
RE: How to run the same EA on two metatraders?posted in Questions & Answers
Did not work. It opens only one position. Would not it be because I have the "no position"?
-
How to run the same EA on two metatraders?posted in Questions & Answers
I have the same EA running on two Metatrader's installed in two different folders.
I would like to run the same EA, same active and same account, but have different parameters and should have different behaviors. My EA is set to run only one operation at a time, but I thought the Magic Number would know them differently and I would have two orders running at the same time, one for each magic number. How to configure?