Yes, now works! Thank you! 
Latest posts made by Acc
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
No, still does not work. I tried to make a new project, it works, until you don't add a blocks: "check last winner\loser type".
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
For some reason MetaEditor swears to the execution blocks: "check last winner\loser type". What to do now?
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
Thank you very much! It works. I have another question, why the EA is no longer working after exporting? I opened the code in MetaEditor when compiling writes: "template parameter ambiguous, could be 'double' or 'int'." This is for all previous projects AAAaaaaa!!!
-
RE: How to calculate the sum of all open lots?posted in Questions & Answers
Thanks for the help! But for some reason when the loop begins to work, MT4 crash... Please Tell me how to find the Sum of all open lots buy or sell? How to do it correctly?
https://fxdreema.com/shared/CJSE5rR8b
Thanks in advance! -
RE: How to calculate the sum of all open lots?posted in Questions & Answers
Good afternoon! Dear Administrators, I am developing a grid expert Advisor, and at some point, he should calculate the sum of all open lots. To open the opposite position in a double size (for example). I was faced with the problem of how to make a loop? And return the resulting value to a variable? Please tell me how to solve this problem? Thanks in advance!
https://fxdreema.com/shared/SlymdDqY -
RE: Inside Barposted in Questions & Answers
P.S. I try to switch between 0,1 and 1,2 but still do not get what I want...
-
RE: Inside Barposted in Questions & Answers
Logically I understand, what I want to make: I want to find any kind of this setup (screenshot: https://yadi.sk/i/2v-0R-n6kjBD7). When (Open[1]>Open[2]&Close[1]<Close[2]&High[1]<High[2]&Low[1]>Low[2] for bull after bull, and bear after bull) and (Open[1]<Open[2]&Close[1]>Close[2]&High[1]<High[2]&Low[1]>Low[2] for bear after bear, and bull after bear).
But in real EA does this: (screenshot: https://yadi.sk/i/1pK4UBtskjE4d)What I'm doing wrong? Project: https://fxdreema.com/shared/DaBUO72Bd
Thanks!
-
RE: Inside Barposted in Questions & Answers
Good afternoon! Dear Administrators, help me to solve this scenario: I want to make a couple of blocks which will help to find "inside bar" https://yadi.sk/i/OnU-b-5Wkhw3b https://yadi.sk/i/aOZKczBykhw5H condition. And do something after, but I have a problem to make it...
I am attaching a link to the project:
https://fxdreema.com/shared/FtIouBsjdThanks in advance!