@kepler ¿Te has restudiado las páginas de Instrucciones y de 'How to' incluidas en este sitio? Si empezamos a recomendarte estructuras que no entiendes, de poco servirá que te ayudemos. 
Posts made by l'andorrà
-
RE: Como construir este bot?posted in Questions & Answers
-
RE: check profitposted in Questions & Answers
@osamaababneh Can you please share your whole project? Obivously there is something hindering that part of the EA.
-
RE: work in one per tickposted in Questions & Answers
@khalids222 IMHO, what you want is not possible, you are working with extremely small distances. Spread wil eat any gain due to those extremely short moves. Are you really sure that is a realistic way to trade?
-
RE: Moving averageposted in Questions & Answers
@ramimoujaes Then remove both 'close trades' blocks from its current positions a create a new separated tree with the closin conditions headed by a 'For eachtrade' block like this:

One is for buys and the other for sells.
-
RE: Close Positionsposted in Questions & Answers
@ramimoujaes So essentially you need the EA to make some profit at the exact candle the trade opened at. Right? If I understand it correctly, if the trade is in profit, do nothing but if in loss close the trade at the open of the next candle. Correct?
-
RE: I have no idea how to start.posted in Questions & Answers
@miroslaw Ok. I find it a bit weird so please confirm I understand it correctly. You want:
- At 8:59:59 the current 1H bar is closed and at 09:00 a new one is open. As you suggested, le'ts imagine it was a bull bar.
- Because it was a bull candle you want to open a buy trade at 09:01, no matter where proce is right now.
- That trade will be closed at 10:00, regardless of the result.
Is that correct?
-
RE: FRACTALS DEFINITIONposted in Questions & Answers
@mmaarits LOL, Didn't see that. :). But what do you want eactly? The same bot as ggrobot?
-
RE: Close Positionsposted in Questions & Answers
@ramimoujaes It depends. Do you want it to be closed the exact candles AFTER it was open or later?
-
RE: work in one per tickposted in Questions & Answers
@khalids222 I think the logic is correct. However, Istill have difficulties to catch what the strategy is supposed to do. Why do you want to buy agai after a very short retracement?
-
RE: Modify pending order after condition met onceposted in Questions & Answers
@darrow I don't see why it shouldn't work in that situation. Do you have any visual example to share, please?
-
RE: Close Positionsposted in Questions & Answers
@ramimoujaes That is not possible. MT4 doen not know when the candle is closed until a new candle is open. We human traderr see a closed candle, but MT4 just organizes quotes visually. The only way for an EA to know when a candle is closed is be waiting for the first tick of the next candle.
-
RE: Moving averageposted in Questions & Answers
@ramimoujaes This is what I recommend:
- Specify candle ID 1 on all operands of all 'condition' blocks.
- Connect blocks 5 and 9 below blocks 3 and 7 respectively and not below both 'Close trades' blocks.
What do you mean by 'spread is more than one'? What do you want a higher spread?
-
RE: Draw Rectangle based on custom indicatorposted in Questions & Answers
@jay_c Ok. And I guess the rectangle is supposed to grow in width, not in hight. Correct?
-
RE: I have no idea how to start.posted in Questions & Answers
@miroslaw Sorry for my late response. What I mean is the list of conditions you need for the EA to open a buy or a sell. Is there any crossing involved? What indocators will be required? What is the price supposed to do when combined with those indicators? Easier now?

-
RE: check profitposted in Questions & Answers
@osamaababneh You need to add a 'For each trade' block on top of both.
-
RE: OnTrade Tab function is unstableposted in Bug Reports
@floridabrazil You should duplicate completely both trees. Do not share the same variabe for buys and sells. You need to duplicate both of them for buys and sells. Addiionally, you need to specify when they are reinitialized.
-
RE: Edit Indicatorposted in Questions & Answers
@jay_c I'm afraid fxDreema os not designed to edit indicators. What you can do (if conditions are met) is creating an EA from that indicator.

