Having trouble
-
Hello everyone, hope you are doing well
I have recently bought full membership to fxdreema and very excited to see what the future holds

But I have a problem and it’s getting in the way.
I’m trying to create a ea that uses bands to trade with, and another line that crosses thru the lines to take a trade, but I’m having trouble making it.
The strategy runs with three EMA,
For a buy trade it has to cross the bottom line then the top line to take a buy trade.
For a sell, has to cross the top line, then the bottom lines for a sell, I’m struggling to make it meet these two conditions before taking a trade
-
But what you tried so far?
-
@fxdreema this is what i have tried, but just seems to buy loads of trades, and doesn't work to the conditions that i want it to take when placing a trade.
https://fxdreema.com/shared/YXNZkkLud - this is the conditions for a buy or sell trade and the conditions that are needed to close a trade
would you also be able to tell me what adjustments are needed to make this work please
thank you for your time
-
I don't have the indicator, so it does nothing for me, but I can see something obviously wrong on the project. I tried to explain the problem here - https://fxdreema.com/tutorial/builder/things-not-to-do#2 In short, I don't like how those blocks are connected after Buy and Sell, they should be on their own chain of blocks.
-
@fxdreema i can send you the indicator, if i do would you be able to help me please with this coding as im having trouble
-
For me all indicators do the same - they give values that you check. It's not that hard to check how the indicator itself works, like this - https://fxdreema.com/demo/mt4-trace-multiple
I just don't like your project, it's strange. I also don't understand those Loop blocks that are set to 1 loop. What they do now is to run their outputs in order - first the orange one and then the yellow. Maybe you want that, I don't see any other reason for them. But even this is not necessary.
Something is also wrong with blocks 47 and 6, they are both set to the current timeframe only, so I don't see why they are used as well. And they are connected in a different way. Maybe this is intentional, I don't know.
Also I'm not sure that what happens below blocks 47 and 6 is what you think should happen.
I also don't see why those "Every n ticks" are there.