Very good, could you provide it?
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? -
How to create a variable of type "List of values" for selection?posted in Questions & Answers
How to create a variable of type "List of values" for selection?
Ex:
01: Buy Now
02: Selling
03: Both
04: None -
RE: How do I use the same variable (PERIOD) on various indicators?posted in Questions & Answers
@miro1360 said in How do I use the same variable (PERIOD) on various indicators?:
use constants (it goes into inputs) or variables ...
https://fxdreema.com/help/working-with/constants-and-variablesIt worked.
Thank you. -
How do I use the same variable (PERIOD) on various indicators?posted in Questions & Answers
I have the same indicator under various conditions. How do I use the same variable (PERIOD) on various indicators?
EX: If I have 5 conditions of the same indicator, it creates 5 variables (value: 13). I wanted to use only one. -
RE: How to close all open orders at 5:00 PM, for example?posted in Questions & Answers
Thank you, that's what I needed.
-
How to close all open orders at 5:00 PM, for example?posted in Questions & Answers
Hi,
How to close all open orders at 5:00 PM, for example?