Okay but if I have a long text comment and I need to check only part of the comment:
"trade-10-33", "trade-20-40"
I need it to check if the comment contains only "-10-" or only "'-20-" and not the whole comment.
Posts made by eranger
-
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
-
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
Read carefully what I wrote it is very clear. It's just a challenging question that I think many people can encounter this problem:
In the condition block you have only: ==, <, > but you don't have contain function for comparing text values in contrary to numeric values -
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
This I know, it still doesn't answer my question... Anyone else has an idea???
-
How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?
-
Check a comment for a certain stringposted in Questions & Answers
How can I check if a comment not equals but contains a certain string?
-
RE: Combine variables in order's commentposted in Questions & Answers
I want the order's comment to include also the order's magic number and time
-
Combine variables in order's commentposted in Questions & Answers
Hello,
Is there a way to combine variables like magic number and time in the order's comment? -
RE: How can I create trades in a row with diffrent Magic Numberposted in Questions & Answers
Thanks Miro I see what you mean but I was wondering if it's possible without adding a new block...
-
How can I create trades in a row with diffrent Magic Numberposted in Questions & Answers
Hi,
I want to create an EA which opens a few trades one after the other.
The thing is I want each trade to have a different magic number, so I created a new variable by the name "BuyGroupNum" and tried to do the following but it didn't work.
What do you think I should do about it?
Thanks,
Eran -
RE: Is it possible to create a manage EA?posted in Questions & Answers
Thank you very much Miro! I'll give it a try...
-
RE: Is it possible to create a manage EA?posted in Questions & Answers
Thanks Miro here is the link... https://fxdreema.com/shared/PJNpcbZwc
-
RE: Is it possible to create a manage EA?posted in Questions & Answers
Hi Miro,
When you set it to "All automated..." it is working for all the open trades so that is good
but when I filter only specific trades by magic number and connect it to a Bucket block in order to calculate the total profit it doesn't work... is there some issue with connecting bucket block in a loop? -
RE: Is it possible to create a manage EA?posted in Questions & Answers
O.k thanks Miro I think I see what you mean, I'll try it...
-
RE: Is it possible to create a manage EA?posted in Questions & Answers
Yes I tried this but it doesn't recognize trades opened by another EA
-
Is it possible to create a manage EA?posted in Questions & Answers
Hello,
Is it possible to create an EA that doesn't open new trades or orders but one that can loop through existing trades and extract total profit by magic number and so on... because I can't manage to do such a thing? -
RE: just lossesposted in Questions & Answers
I guess what he means in "Parametric" is using a Parameter (constant) that's all

-
RE: Trade Copier Scriptposted in Questions & Answers
Hi Yalgaar you can try this one I use it and it does the work: https://www.fxblue.com/appstore/2/mt4-personal-trade-copier
-
RE: Question regarding the "adjust" fieldposted in Questions & Answers
Thanks,
So am I right... in order to use "+10pips" in the Adjust field l must specify the symbol first? -
RE: EA doesn't open in MT4posted in Questions & Answers
Hello,
You can try to open\edit the file with the Meta editor and to compile it there.
Look at the errors list you get and try to fix them from the editor than compile again and you are ready to go