You need to know the exact name of that object and then use the 'Delete objects' block.
Posts made by l'andorrà
-
RE: detect vertical lineposted in Questions & Answers
-
RE: Draw Trendline and Swing for support and resistanceposted in Questions & Answers
There is an effective but innefficient way to do it. Create a variable called bar_counter. It will count how many bars have been created since moment 0 ('Once per bar' --> Variable +1).
Then create tow additional variables called line-crossing1 and line-crossing2. Every time a bar crosses line they take the value of bar_counter. That way you will have two different bar ID values.
-
RE: Where are my screenshots?posted in Questions & Answers
Interesting. Is it a MT5 problem or an incomplete MT5 implementation fir fxDreema?
-
RE: Help con this indicator pleasedposted in Questions & Answers
You didn't create the two buffers required. I recommend you this thread:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
RE: How to use "on Timer"posted in Questions & Answers
Could you please share your project for a more detailed answer?
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
None of the blocks on the 'On trade' tab will ever work. Just move them to 'On tick'. On the other hand substitute the 'No trade' block for 'No trade/order' block.
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
Could you please give us more information about your strategy? Depending on what you really need there can be different solutions.
-
RE: How do I create EA with that opens pending ordersposted in Questions & Answers
You can begin with this:
https://fxdreema.com/shared/lwb313Mfb
But are you sure you want many pending orders every time market reaches that price? That means every tick ask reaches that price a new pending order will be launched. You can have litteraly dozens of them.
-
RE: i want same 2 trade in one tpposted in Questions & Answers
I'm afraid I don't understand what you want yet. I can see both trades on the image have their own TP but then a line in the middle is apparently asking for that same target? Your upper trade will never be able to have that TP.
-
RE: CIERRES DE OPERCIONES HACIENDO SUMATORIAS DE OPERACIONESposted in Questions & Answers
Entonces entiendo que la cantidad de posibles operaciones abiertas a la vez es infinita. ¿Es correcto? Por otro lado, aun necesitaría saber si deberá trabajar en un solo par o en más de uno a la vez.
-
RE: i want same 2 trade in one tpposted in Questions & Answers
Could you please be a bit more explicit about your question. The upper but will never be able to have that Take Profit.
-
RE: Help On ATRposted in Questions & Answers
Your current structure is correct. You simply need to specify different group numbers for every condition. That means that your first condition blocks shoulb be specified as Group 1, then condition 2 with group 2 and so on.
-
RE: Multiple trades are created one after another?posted in Questions & Answers
@oneceo said in Multiple trades are created one after another?:
Hi guys, how do I create EA that places pending order whenever the market gets to a specified position. E.g everytime eur/usd gets to 1.2345, i want an automatic sell stop at 1.2045 and put it on a loop that repeats this condition everytime the market gets to this position
Any help would be appreciated
This is not the correct thread to ask that. Could you please open a new thread with that same question? I will more than happy to help you.
-
RE: CIERRES DE OPERCIONES HACIENDO SUMATORIAS DE OPERACIONESposted in Questions & Answers
¿Cuántas operaciones puede tener abiertas el EA al mismo tiempo como máximo? ¿Y estarán abiertas en diferentes pares o trabajará siempre con el mismo?
-
RE: How to check distance between currently running trade and the price 12 bars aheadposted in Questions & Answers
That pink 'In loop' Operand requires a 'For each trade' block over it. Pink operands in general don't work well if not 'controlled by a 'For each trade' block.
-
RE: "Check Age" for Pending Order based on Candle Timeposted in Questions & Answers
You can try this, but willhave to adapt it to your project. I don't know how many other conditions should be taken into account.
-
RE: Ea very profit but big drawdown how can i fix problem help guysposted in Questions & Answers
Adding some stop loss?
-
RE: stoploss value in pipsposted in Questions & Answers
Use this immediately after your Buy/Sell block:
