I'm not sure what you mean. Do you want to close all current open positions?
Posts made by l'andorrà
-
RE: Friend how can i do :{for each trade close} i want this for each times there is a tradeposted in Questions & Answers
-
RE: Time as a variableposted in Questions & Answers
I agree. Counting bars on the appropriate chart is much easier than catching a 'standard' time variable.
-
RE: indicator valueposted in Questions & Answers
I guess you mean a custom indicator. What is what you want exactly?
-
RE: CRAZY6 EAposted in Questions & Answers
I hope this will be useful:
https://fxdreema.com/shared/P0t1Q5PR
I picked up some random conditions just for you to see how to connect them. Use your own conditions there. The important part is separating the 'trailing stop' block from the main thread. You need it to run on every tick (I guess) not once per bar, as per your project.
I hope this helps.
-
RE: Hello I need help to get only one buy or zellposted in Questions & Answers
What I mean is a shared copy link to your project. This screenshot is not very useful to evaluate your problem.
-
RE: Wrong way to closeposted in Questions & Answers
Are you answering that thread or asking something new here?
-
RE: Hello I need help to get only one buy or zellposted in Questions & Answers
Could you please share your project for us to take a look on it?
-
RE: Have only one alert when MA crosses kinjun-senposted in Questions & Answers
Add a 'Once per bar' block on top of it.
-
RE: Display on the chart if the EA has a block turned on or off.posted in Questions & Answers
IMHO miro should be the Head Support Officer of fxDreema. Why don't you ask for a good salary to the admin?
He should agreed to pay you. -
RE: CRAZY6 EAposted in Questions & Answers
Firstly I need to know why do you need all the info within the 'comment' block. Could you please explain what it is supposed for?
-
RE: How can i close a group of trades when they are in specific profit,EVEN there are multiple others running in loss?posted in Questions & Answers
Look at the example EA by @roar. Essentially you need to put all trades into an array and create a project similar to the one he included there.
Probably @roar himself could explain how to do it again here for you. Are you hearing this roar?

-
RE: Lost editing options, private messages and other stuffposted in General Discussions
Te lo agradezco mucho, pero creo que le vou a enviar un mensaje al administrador a ver qué leches me ha hecho en la cuenta. Gracias por la respuesta.
-
RE: It does not correctly show the loss in case it reaches ST.posted in Bug Reports
Pues si los pips los calcula bien y el dinero mal, el problema es del código del bloque. Por eso te pregunté lo de los pips. Te recomiendo que le envies un correo personal al administrador y le comentes lo que pones en este hilo. No lo cuelgues el en subforo de bugs porque hace meses que ni se pasa por allí.

Suerte!
-
RE: Display on the chart if the EA has a block turned on or off.posted in Questions & Answers
Interesting question. I would say it is not possible right now, but maybe someone can do it.
-
RE: Lost editing options, private messages and other stuffposted in General Discussions
This is worsening quickly. Now I cannot reply or quote a previous message. Just can add new messages. I can't even edit my own messages!!
I tried firefox, chrome and IE. Same situation.No he recibido tu mensaje privado. Creo que ya no puedo enviar ni recibir provados.

-
Lost editing options, private messages and other stuffposted in General Discussions
I don't know why but a few days ago I lost the possibility of sending and receiving private messages, uploading images to the forums and seeing the amount of unread messages.
I didn't change anything on my profile page. Am I the only one experiencing it?
-
RE: CRAZY6 EAposted in Questions & Answers
The trailing stop block must be separated from all other blocks. You want it to train tick by tick and not once per bar.
I don't understand where all the information within the 'Comment' block comes from. Is it gathered from another thread of blocks? If not you should create it. You cannot show on chart (and that's what that block does) anything that hasn't previously been inserted into a variable.
