EA trading not using conditions
-
I've built my EA to my conditions but my EA doesn't trade according to my conditions. It just trade soon as input to the charts. Why is this happening?
-
It's making buy and sell orders at the sametime as well.
-
Please, share a screenshot of your project. If not, it is difficult to help you. But this kind of behavior is usually related to the block "No Position"

This block should be placed in some where to avoid opening a trade while another is running.
-

-
How do I get it to obey the conditions?
-
All condition block must be ABOVE both Buy/Sell blocks. It is always recommended to check all conditions first and then send the buy/sell order.
-
Follow the advice given by @isp00rt
It is highly recommended to read the fxDreema's tutorial web
It is a good starting point.