close trade
-
have a nice day. I can not close my trade with the expert advisor indicator . Where am I doing wrong
. I want to filter by my indicator after using buynow sellnow . I want to get closed through the filter
https://fxdreema.com/shared/mTWDNgILb -
Your EA will only go through the sequence when "No trade is running", however it sees the conditions and buy or sells...therefore a trade is now running.
Once a trade is running it wont pass, you need to remove block 49,50,51,52 from under buy and sell respectively and then attach it to the "if trade is running" block... I hope it helps
-
Maybe this will help: https://fxdreema.com/demo/mt4-wrong-closing-rule In short, break the connections before 49 and 51
-
I think there is something wrong with close trades block it just not working even if its behind 1 condition or a set of 3 conditions.
please double chekc this block -
In your project all of these blocks with red borders are disabled, they can't run - http://prntscr.com/bpalq2