@xyon126 said in Condition with weekly filter:
the time filter, in my case only weekly s
The idea still applies. You can filter for time before, if you prefer, but it's going to be checking for the time constantly, just like it's checking for the conditions constantly now, so I'm not sure if it matters all that much which one you put first or second.
You can use the "check age" if you like in place of the time time and day filters, if you prefer. You can use the check profit to check and see how much a trade is winning or losing.
I guess what I'm trying to understand is, what part in specific is giving you trouble? This appears to just be a series of really simple tasks, and at first, I thought your problem was that you were unsure how to connect them together. If there's a particular part that is giving you trouble, most of us are happy to help, but we're just like you--trying to build our own EAs and be successful traders. Hahaha. We're not paid by the company and we're not here to build EAs for people.
If you specify exactly which part is causing you problems, or you share a project file with the part that's giving you trouble, I'm sure we'd be happy to look at it.
But,
c) if it's being allowed to continue, you don't need to specify anything. It's already going to continue anyways, so you can ignore this part when you're building (I understand this information is probably just so we can help you)
a) and b) these are just two conditions (ignore the close trade part). You can check profit on a trade and see if it's losing money, that would confirm condition A as true. You can also check the profit of the same trade and see if it's above a certain amount (idk what this "max amount" is. Again, it's kind of vague).
Connect the false from A to the input for B then run the "true" from those to a time filter, check age filter, whatever method you wish to identify when the trade will be closed. Then tell it to close trades.
Maybe something like this.
