You have not specified any group number on any buy/sell pending block. They must match. For example, blocks 5 and 6 must be specified the same group (only block 5 is specified for group 1). Same for pairs 7-9, 10-15 and 16-19.
Posts made by l'andorrà
-
RE: Is it possible to have multiple pending orders placed after the previous pending order is filled?posted in Questions & Answers
-
RE: I love this site.posted in Questions & Answers
I'm not a programmer but I would begin recommending you to specify just sell or buy on blocks 2 and 53. Now both consider all sells and all buys, whereas they just lead to a single buy or sell respectively at the bottom of each thread.
-
RE: Important - trailing profits and stops - It is possible?posted in Questions & Answers
That can be very different depending on how many trades will be open simultaneously. What's the limit?
-
RE: Simple Strategy setup, help requiredposted in Questions & Answers
I'm not completely sure this is what you are asking for, but you can try. Thisis only for buys.
-
RE: Dynamic Grid: Distance % (at market)posted in Questions & Answers
Firstly, don't connect blocks 35 and 43. They have to head two separate threads. Second, block 43 is identified for 'group' 32 whereas sell block 104 is specified for group 33. One of them must be corrected.
Try it now and let us know.
-
RE: how can make EA???posted in Questions & Answers
If you don't mind, I have two initial questions.
-
Is the bollinger bands indicator the only one expected to use in this strategy?
-
What do you mean by 'strong close above the middle line'? You will need to define it as accurately as possible because the EA will not be able to distinguish between a 'strong' and a 'weak' close.
-
-
RE: Is it possible to have multiple pending orders placed after the previous pending order is filled?posted in Questions & Answers
That's a good beginning. I recommend you the following:
-
Don't join block 17 to block 10. Same with blocks 18 and 15, 12 and 19, 13 and 20. That's an inefficient thread of orders. They will do the same job just on their own.
-
Group numbers don't match. For example, on block 17 group 10 has benn specified, but it's nor referred to in any other block. Same with blocks 18, 19 and 20.
-
Why do you need a counter block before the first buy. What is is supposed to count?
-
-
RE: comparto EA_Divergencias MACD+MAposted in Questions & Answers
No entiendo cuál es la función del filtro de propagación. ¿Por qué buscar que el spread sea exactamente 5?
-
RE: Simple Strategy setup, help requiredposted in Questions & Answers
But is the initial order manual or automatic?
-
RE: Can someone make me an Ea'sposted in Questions & Answers
I will be happy to help you if you take a part of the effort.
What do you need? -
RE: tdiposted in Questions & Answers
Do you mean on fxDreema? In general, yes, but metrer if it will be an mq4 file. Custom Mq5 indicators simply doesn't work here, sadly.
-
RE: Add levels to stochtasticposted in Questions & Answers
Did you specify those levels within condition blocks? Could youy please share your project to take a closer look?
-
RE: Is it possible to have multiple pending orders placed after the previous pending order is filled?posted in Questions & Answers
Two initial questions. Is the fisrt order a manual or an automatic one? If manual, when is it launched?
-
RE: Important - trailing profits and stops - It is possible?posted in Questions & Answers
What do you mean exactly? Maybe this:
- Price moves 10 pips profit.
- Then trail stop moves to 5 pips profit
That should not be difficult. Why don't you try it first and then I take a look? Now you have a good model to begin with.

-
RE: How too check new up coming candlesposted in Questions & Answers
You need to create a variable like mine with an initial value of 0. Then you can modify when you want to begind/end counting on blocks 2 and 4 in my example.
-
RE: Pending doenst work. I like some feedback!!posted in Questions & Answers
Here you have the first part of your strategy.
https://fxdreema.com/shared/yBFnKbVVd
Would you try the closing part?

-
RE: Add levels to stochtasticposted in Questions & Answers
Do you mean adding more levels on the indicator itself on yout MT4 or the condition block?
-
RE: Important - trailing profits and stops - It is possible?posted in Questions & Answers
Here you have how to do the first part:
https://fxdreema.com/shared/3vloPrX1e
There is a problem with the second part, because it will always happen before the previous one is right. That 'profit drecrease' will need more blocks to be done.