Ya son varias personas que piden operar con el cierre de la vela. Ningún EA sabrá NUNCA cuál es el pip que cierr auna vela. Los cierres sirven para ubicar posiciones de precios con respeecto a otro elementop comparativo, pero pedir que haga algo en el mismo cierre nunca sucederá. No es técnicamente posible.
Best posts made by l'andorrà
-
RE: en que estoy mal?posted in Questions & Answers
-
RE: Sales Pending orders deleted before timeposted in Questions & Answers
Insert this between blocks 4 anbd 5:

Roar explained that fractals down are 0 so your comparison is always true. This is why they are always deleted.
-
RE: Currency exposureposted in Questions & Answers
Once more, roar at the rescue! Impressive, once more.
BTW, what's the logic at using the yellow output of the 'For each trade' block? What is the opposite of 'For each trade? No trade, maybe?
-
RE: Entry, stop loss and take profitposted in Questions & Answers
You need to use variables to store the current SL value so that it can be used as a new SL value for the next trade.
-
RE: buy or sell on the 13th candle of the periodposted in Questions & Answers
Ok. Honestly I have no idea. Technically fxDreema generates standard mql4/5 code so it should work there as any other standard mql4/5 coded EA. However, I'm not a soft4fx geek, sorry.
-
RE: "Candle Low/High" parameters don't workposted in Questions & Answers
Then the best option is storing the value of the high/low into a variable and use it in a condition block.
-
RE: Trailing Stop based on ATRposted in Questions & Answers
Impressive work. Thank you for sharing.
-
RE: My EA not working I don't know whyposted in Questions & Answers
@marianomartinez That delete pending orders block is wrongly positioned. It should be connected below a 'Trade created' block on the 'on Trade' tab.
-
RE: Open Trade When New Top Created?posted in Questions & Answers
@aldric That's how the block works, I'm afraid. It needs to identify the new top just within a period of candles. Otherwise you will have to create your own identifying structure.
-
RE: Help to add custom Indicatorposted in Questions & Answers
@victorfx-0 Please do NOT use supertrend indicator. It is a scam indicator. It savagely repaints. I strongly recommend to substitute it for another one.
-
RE: closing trades when the indicator gives the opposite signal before the take profit or stop loss has been hit.posted in Questions & Answers
@lubolover No. You will need a whole new structure for that.
-
RE: Need help with SLposted in Questions & Answers
@yoloyacht Do not connect the trailing stop block below the breakeven one. That configuration means that the trailing stop will only move immediately after the breakeven conditions are applicable, never before and never after that.
Just connect both blocks separated directly below block 28.
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Are you expecting a perfect execution of all trades at the same two prices? Because I can guarantee that will never happen. That 10 pips distance is too close for the strategy to work properly. Spread and slippage will mess it up sooner than later.
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Then you can try it with pending orders, but in that case spread will activate them at slightly differnt prices. Can you strategy be successful under those conditions?
-
RE: need advice on using variables to select buffers of a custom indicator...posted in Questions & Answers
@zackry For once I think I can help you!
A real programmer told me that fxDreema is terrible at catching buffer info from custom indicators. The best way to do it is by using the 'iCustom' operator in a custm code. Hope it helps. 
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@agitins Ok. Here you have the first part. Try to complete it with the later part:

