Closing trades by indicator
-
I've been trying in vain to create an EA that closes trades by conditions. I had it working one night this week but since then fxdreema has a mind of its own. The only way I can get trades to close is via stop loss and take profit. Not only that, I'm finding that even when I remove SL and TP, it still closes by SL and TP in backtests. It's a complete joke. Can someone send me a simple fxdreema EA that actually works? open a trade and close a trade, please.
Michael
-
Which EA doesn't work? SL and TP in brackets? Give me more information.
-
Here is an example of another attempt. Very simple EA that constantly opens and closes positions for no apparent reason that I can see https://fxdreema.com/shared/qfiBRkque
-
This is what you have for the Sell part: http://prntscr.com/c7hqm3
Guess what... if RSI is lower than 16, then it's lower than 45 as well. If both Conditions (10 and 13) are both true, you can imagine that they does not exists.Maybe you can use "Once per bar" somewhere. Or maybe you want to use x< or x> in some Condition.