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.
Latest 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