I tried with the blocks "per each trade (pink)" +"condition: trade in loop(magic number) = (magic number-- constant)" + "draw text" . Just to see if working, but is not. Later I could share the project.
Posts made by Boillot84
-
RE: How to copy / manage trades from other EAsposted in Questions & Answers
-
RE: How to copy / manage trades from other EAsposted in Questions & Answers
@jstap I'm trying to close trades from other EAs and make trades at the same time that other EA opens a trade (with same lots), thank you for answering
-
How to copy / manage trades from other EAsposted in Questions & Answers
How can I manage or copy trades from another EA or even manual trades in the same account? I guess it's with magic number, 0 for manual, but I don't know how
-
RE: Only Buy Stopsposted in Questions & Answers
@sktsec So, to imitate the level of the pending order with the price offset, shal I adjust with a negative value of the range? In this case I need to change the offset price to a negative value to be higher than the indicator
In my mind was the opposite, I will try, thank you very much for your help! -
RE: Only Buy Stopsposted in Questions & Answers
@sktsec I tried but still opening trades below, dunno the reason.
-
RE: EA makes wrong Short Entrysposted in Questions & Answers
It should, I only see one difference BUY order have "volume upper limit" and sell orders hasn`t
-
RE: Only Buy Stopsposted in Questions & Answers
Thank yo very much for your answers @l-andorrà & @sktsec , the thing is that I use a custom level to place the order and some times this is below the price and open limit orders that I would like to avoid it.
Gracias por las respuestas, el tema es que uso un custom level para poner la orden y a veces esta queda por debajo del precio y me pone una limit, me gustarÃa evitar eso.
I do it deleting at the moment of the creation using " ifpending order limit/delete order limit"
Lo hago eliminandolas nada más se crean usando "if pending order limit/delete order limit", no he encontrado otra manera.
Gracias y saludos!
-
Only Buy Stopsposted in Questions & Answers
Hello!, I have a question, How may I place pending orders but to be buy stops for example and avoid the buy limits?
-
RE: One trade/hour maximum 4 tradesposted in Questions & Answers
MuchÃsimas gracias @l-andorrà , lo probaré.
-
RE: One trade/hour maximum 4 tradesposted in Questions & Answers
Disculpa @l-andorrà , no me debo haber explicado bien con el ejemplo.
Lo único que quiero conseguir es que el EA abra como máximo 4 trades cuando se cumplan las condiciones X, ya sean ordenes limit o trades activos (4 en total) y que estén separados entre ellos un mÃnimo de 1 hora.
Muchas gracias por la atención
-
RE: One trade/hour maximum 4 tradesposted in Questions & Answers
There is a simplified versión, aquà versión simplificada.
shared/UqsBYWBqcEspero sirva, gracias!
-
One trade/hour maximum 4 tradesposted in Questions & Answers
Hello! I need help, I'm trying to separate trades, 1 houre between each when the conditions are good and limit the number of trades to 4. I tried to do this:

But the e
EA buy several times in less than 1 hour. Some idea to fix it?Thankyou in advance
with this condition block