I want to give it a big cycle in (Loop (pass "n" times) block), but when a condition happens, it will come out of the loop. Will the purple (loop) break block do this? Because I was not successful
Latest posts made by sajadamani1377
-
break loopposted in Questions & Answers
-
RE: for each pending orderposted in Questions & Answers
Thanks, my problem is solved
Now I faced a new problem. Is it possible to delete a comment?
For example, when you make a robot. In on Deinit it is possible to delete the buttons, but I did not find a way to delete the comment. -
for each pending orderposted in Questions & Answers
If I want to have the largest lot of pending orders, how is it possible?
-
Cycle counterposted in Questions & Answers
Hello
I want to check the last closed trade
If the profit was more than 0, trade counter +1 once
If the profit was less than 0, trade the counter once -1Do this only once for each closed trade
The problem is how many times he does this
Thank you for your guidance
-
Do not place too many pendings on a specific price.posted in Questions & Answers
Hello, have a good time
I want to put only one pending order in one price, but there is no problem if there are several pending in several different places. I also used no pending nearby block. But I did not get the result. -
Difficulty in creating a custom martingaleposted in Questions & Answers
Hi, I have written martingale in different modes, for example, when it enters a loss, the next trade should be opened with the same intervals with a coefficient of the first trade, and the other mode is added to the interval between transactions or the interval of transactions should be a coefficient.
I wrote buying and selling in the same way, buying works correctly and exactly what I want is done, but selling has problems and even when I am in profit, it opens many deals.
https://fxdreema.com/shared/6lZX4HVvd -
Show in the commentsposted in Questions & Answers
What should I do so that the number zero does not show in the form of an image?

I even enabled rounding up to 1 digits

-
RE: Truncate decimal numbersposted in Questions & Answers
What block should I use if I want to show the profit or loss of a symbol in the form of a comment in the same display?