I see. Certainly not a trivial issue. Did you search any available infor on previous threads?
Posts made by l'andorrà
-
RE: Fibonacci Loop Checkposted in Questions & Answers
-
RE: wait for the candle to closeposted in Questions & Answers
IMHO you should forget that flag on current candle. The EA knowing if candles 1,2 and 3 have a flag is easy. The question is, would your strategy work that way?
-
RE: wait for the candle to closeposted in Questions & Answers
I think the best option is requiring a condition for closed candles 1 and to to show the arrow. Then adding another condition block for current candle (ID 0).
The problem is that maybe candle 0 loses its arrow due to price move after trade was opened. Would you accept that?
-
RE: Expert advisor building from a custom indicator need some helpposted in Questions & Answers
I don't understand why red and green bands have different widths. Could you please give some more info?
-
RE: after closing profitable trades, Wait for remaining trades to profit before closing?posted in Questions & Answers
Substitute your current 'close trade' paths for this (buys only)
https://fxdreema.com/shared/9G4rdekBb
Not tested, but that should work.
-
RE: wait for the candle to closeposted in Questions & Answers
Could you please share your project? A screenshot showing what you exactly want would also be useful.
-
RE: How to not get a new order after sl or TPposted in Questions & Answers
Could you please share your project? That way we'll see what you need.
-
RE: wait for the candle to closeposted in Questions & Answers
Is working on the current candle (candle ID 0) completely necessary. My experience says that it is not a good idea, initially. Please notic that you never know what the current candle is going to do. Can't you work on candle ID 1?
-
RE: indicator valueposted in Questions & Answers
Por desgracia no puedo enviar ni recibir mensajes provados, lo siento.

Si tu indicador no te da un valor de precio, no acabo de entender como es que quieres poner una orden por encina de su valor. Si no tienes el valor, ¿cómo sabes dónde poner la orden?
-
RE: Qusetions & Answersposted in Questions & Answers
I suggest you the following:
-
Blocks #1 and @ must be separated from the whole structure and be alone.
-
Block #580 should be 'Arrow down' maybe?
-
Separate Areas # and #5 from its current position and hold them apart. For them to work correctly
-
'Close trades blocks from areas #3 and #5 are in clear contradiction to block #2. which is also closing trades. When are your trades supposed to be closed?
-
-
RE: Friend how can i do :{for each trade close} i want this for each times there is a tradeposted in Questions & Answers
Just eliminate all blocks from Area 6 and substitute them for this ones on 'On trade' tab:
-
RE: Lost editing options, private messages and other stuffposted in General Discussions
Dear administrator,
I'm still having serious problems with my access to the forum. It is not fully functional and I cannot send or receive provate messages. Could you please check it out?
-
RE: Friend how can i do :{for each trade close} i want this for each times there is a tradeposted in Questions & Answers
How many horizontal lines can be on chart at the same time? That's the number you should specify within 'delete object' block.
-
RE: Beginning with groupsposted in Questions & Answers
You can use 'check trades count' block. Insert a high number of trades (less than 1000, for example) and then you can specify group number.
-
RE: About (Buy pending orders in grid)posted in Bug Reports
Could you please share your project for a more detailed look?
-
RE: Heikin Ashi Candle & Color Trading.posted in General Discussions
I have no idea about profitability but condition 1 can be achieved with a custom indicator doing exactly what you say. Condition 2 is even easier.