Buy now keeps taking the same trade twice
-
I can't figure out why it keeps doing it. I have a bool block (if true)->(pass once)->(buy now)->(bool = false) but every trade it's entering twice, usually in the same second or two. Is it a bug or something I'm doing wrong?
-
Can you please share the link to the project?
-
I'm not sure how to do that. Could you possibly walk me through it?
-
I think this is it? This is the relevant portion
https://fxdreema.com/shared/IpnqPoCmd -
@boardr8901 instead of setting it to false when you open a position, manage it with the "No position/trade" box
or if you have to do it with this method, I recommend you to manage it with Turn On/Off instead of boollean comparison. -
Thanks, I'll try that