@h-adib Do you mean opening a maximum of 6 trades per day per account or per chart?
Posts made by l'andorrà
-
RE: I want my robot to run less than 6 times in different accounts, is it possible?posted in Questions & Answers
-
RE: how to assign each new trade to its OBV indicator value ?posted in Questions & Answers
You can store the value of the indicator into a variable at the exact moment a trade is open. Then you can do that every time a new trade is open. Are you familiar with using variables?
-
RE: I want to build an Grid EA, but it performance like martingaleposted in Questions & Answers
Are conditions in blocks 31, 32 and 34 supposed to be true at the same time? I mean, all of 3?
-
RE: I want Martingale Botposted in Questions & Answers
This is the second thread you created for the same request. Please don't duplicate threads. I replied to the other one.
-
RE: ZegZag indicatorposted in Questions & Answers
There is a problem with that logic. When you say 'previous' that means one of those high or low will be confirmed whereas the other one is still in formation. Do you mean both 'previous' high and low need to be confirmed?
-
RE: Give Martingale Botposted in General Discussions
Can you please share the link to your current project?
-
RE: HOW TO IMPORT A PICTURE ON THE TEMPLATE ?posted in Questions & Answers
I'm not sure fxDreema can do that without custom code. There is no specific block doing that.
-
RE: Hi Hope you can help me with this How can I assign the value each opened position to the indicator value used to open it ?posted in Questions & Answers
Do you mean storing the open price of each open trade right now to the value of the indicator that opened them, separately? You will need custom array to do that. No fxDreema block can do it. You will need custom code.
-
RE: Recommended VPS services?posted in Questions & Answers
@Bimoldas Contabo may be cheap, but their quality is mediocre, at best. I paid for a multicore VPS and it never worked at full capacity. And they never accept any compensation request because of unprovided service.

-
RE: for each objectposted in Questions & Answers
But why do you need the vertical line if you are interested in the price level of the arrow? I'm afraid I don't get the idea behind it.
-
RE: I want to build an Grid EA, but it performance like martingaleposted in Questions & Answers
I will. Can you please share the link to your latest version?
-
RE: Trading HFT avec bot EAposted in Questions & Answers
If your HFT bot was created with fxDreema it will never be as functional as a 'normal' one. Sadly, fxDreema creates too many code lines to be efficient in HFT market conditions. I strongly recommend you hiring a programmer to make the bot more efficient in that area.
-
RE: Ignore sunday bars for calculationposted in Questions & Answers
@MT4Nutzer There is no block in fxDreema doing that. You will need a customized indicator doing it, I'm afraid.
-
RE: I want to close one of the multiple trades openposted in Questions & Answers
Which one is that? Will it be the only trade with that condition or all of them will have it?
-
RE: Time optimization Strategy testerposted in Questions & Answers
@Mosko Yes, it is correct. Can you please share the link to the last version of the project?
-
RE: for each objectposted in Questions & Answers
Take the value of the highest price directly instead of that of the arrow.
