You're welcome.
Posts made by l'andorrà
-
RE: Block execution orderposted in Questions & Answers
Definitely the problem seems to be the order of execution of block trees. I see some loops are executed sometimes before the launchers they are supposed to follow. I recommend a general review of all of them according to your strategy logic.
-
RE: increase the volumeposted in Questions & Answers
The only way fxDreema can do is by opening new trades with the additional volume you need.
-
RE: How can I open an opposite deal after closing the buy or sell profit?posted in Questions & Answers
@khalids222 You need to do it on the 'on trade' tab this way:

-
RE: Error in EAposted in Questions & Answers
@Emmamiri This is the second thread you created for the same question. Please don't duplicate threads.
-
RE: My indicator.posted in Questions & Answers
Correct. The bot will not work if the indicator is not installed on the MT4 platform.
-
RE: ERROR FROM EAposted in Questions & Answers
@Emmamiri Looks like a problem with a custom indicator. Are you using any?
-
RE: Please help meposted in Questions & Answers
Then you definitely need to use bool variables. When the first condition happens then variable A is true. Later, when condition 2 happens variable B is also true. Only when variables A and B are true, then a buy is open and both variables are moved to false again.
-
RE: Hedgin EA with martingaleposted in Questions & Answers
Block 8 is pointing to itself. I guess it should point to block 20 maybe?
-
RE: VIRTUAL TRAILING STOPSposted in Questions & Answers
That depends on how you are planning to use them . Can you please be more detailed in your explanation?
-
RE: buy trade after sell order take profitposted in Questions & Answers
Then is it more complicated because you will need a variable to store the lot size value value yo are looking for and then compare all open trades to find it. Should that value be potentially infinite? How many open trades can there be?
-
RE: heikin ashi shadowposted in Questions & Answers
@hoda There is no single block doing that. You need something like this:

-
RE: Please help with glitch in trend following EAposted in Questions & Answers
You should definitely use a variable to store the value of the last open trade. That way the bot can 'remember' it regardless it's closed or not as you said.

