Close Trade in time
-
Hi, can anyone help, I want EA to close trades when open a few seconds. I tried Check age but not working during weekends. Is there any other way. Thanks your help will be appreciated.
-
@xanderrooi9 Put a shared project so what you have done can be looked at.
-
@jstap it's working well during the week but on weekends it's not closing the trades I use the Check age block. I will send link now
-
Here's the shared link
https://fxdreema.com/shared/K5F0QU9Cc -
@xanderrooi9 Try adding this: https://fxdreema.com/shared/ctWcOnf8b
-
@jstap thanks buddy I really appreciate it. I have one more problem, I want the EA to open trades after 1minute and 30seconds after closing the previous trade.
-
@xanderrooi9 Use the green second filter to add 1 every second to a variable, on trade tab when trade is closed reset variable to 0, above buy/sell use a condition block to check variable is >90.
-
Thanks buddy I really appreciate your help I figured it out thanks you again.
-
@jstap sorry to bother again, sometimes it's not closing the trades after 35 seconds what can be the problem.
-
@xanderrooi9 Not sure, put a shared link here and I'll have a look.
-
@jstap here you go https://fxdreema.com/shared/yh19IiQ5
-
-
@jstap I want it to close trade on or after 35 seconds and open new trade after 90 seconds is it possible. But I also want to add it to the "35seconds close" and "90seconds new trade" to constants so I can optimize later on if it is possible and thanks you very much for your help.
-
@xanderrooi9 All you need is in there, use 2 variables one to close and one to wait, put a condition in above buy/sell blocks.
-
@jstap sorry I'm still learning variables I'm not good at with variables.
-
@xanderrooi9 Just copy and rename what's there, if not working put a shared link here.
-
@jstap thank you
-
I want an EA that can close a trade after four minutes
I also want the TP to be ready to execute once the trade is open, so internet fluctuations dosent affect my trade. -
