@zarbitz If you need a specific sequence of lots to be used you will need a specific structure to do it, not with that block. Here you have my personal maertingale project if you need some inspiration:
Posts made by l'andorrà
-
RE: Please help add lot on loss some time when the market close or when EA got close it reset add lot on loss that is a problemposted in Questions & Answers
-
RE: Need help with Mt EAposted in Questions & Answers
@amaries Not sure I fully understand what you mean. You can select 'buys and sells' instead of 'buys' only the in the fisrt block if that is what you mean.
-
RE: End loop once condition is metposted in Questions & Answers
@nk0815 I would separate both searching loops into different block trees. Then a third independent tree would do the comparison. You current structure will not search fopr the green object unlest the maroon one is first identifed. And I guess that's not happening all the time.
-
RE: How I can draw line with BreakEvenPoint Value? Help Me Please.posted in Questions & Answers
@nopthankyou Thank you. You're welcome.
-
RE: Positions Order Mismatchposted in Questions & Answers
@jazzybhai Can you please share the latest version?
-
RE: Martingale EA with previous 'Lost Trades' added systemposted in Questions & Answers
@wadz91 Martingales never work in the ling run. However, here you have a fully functional martinagle project you can use to take some inspiration:
-
RE: Trade Open Price Wrong?posted in Questions & Answers
@yoloyacht Using renko charts is always tricky. I guess the problem will be the indicator used to create them. Can you please share the link to your project?
-
RE: Need help with Mt EAposted in Questions & Answers
@amaries You'll need to do that on the 'on trade' tab. In this example, a buy pending order is programmed as soon as a previous pending buy is executed:

-
RE: Capture Current Time In Variableposted in Questions & Answers
@general-melchett Correct. It should be of an int type.
-
RE: ADD POSITIONS IN LOSSposted in Questions & Answers
@blunt Some more info would be appreciated. What do you exactly mean by 'keep taking positions in loss'?
-
RE: HOW CAN I TURN OFF THE BLOCKS?posted in Questions & Answers
@xx_xabe This is the second thread you created for the same question. Please don't duplicate threads. I replied to the first one.
-
RE: INFINITY TRADESposted in Tutorials by Users
@xx_xabe I'm not sure I fully understand your problem. How many open trades do you want at the same time. I see you are using a 'no trade' block on top of your structure. That will limit it to one at a time. Is that the problem?
-
RE: User defines hotkey to use in input settings - how to convert it to key code?posted in Questions & Answers
@general-melchett This sounds interesting. I'm also interested in any possible solution.
-
RE: Cerrar/Abrir--/Cerrar/Abrirposted in Questions & Answers
@juan-carlos-3 ¿Puedes definir un pco mejor lo que quieres decir con 'contraorden', por favor? ¿Te refieres quizás a que tan pronto se cierre una compra se abra una venta, y viceversa?
-
RE: Necesito Ayuda. No se poner un STOP LOSS / TAKE PROFIT con condiciones.posted in Tutorials by Users
@cristorojas Tengo dos preguntas al respecto. 1. ¿Qué significa exactamente 'establecer el 1% de la posición tomada'? Quieres decir un 1% por encima (para una compra) del precio de entrada o de los lotes de entrada? 2. En cuanto al SL, basta con que toque la SMA o la barra debe cerrarse confirmada una vez pasada tal SMA?
-
RE: HOLO Tradeposted in Questions & Answers
@archer Yes, you are correct. Theoretically we should be able to implement that via the builder without any indicator involved. The question is, why do you exactly need to compare every hour's close price to yesterday's close price instead of using simply current price?
-
RE: How to do it with many variablesposted in Questions & Answers
@rodrigo-ortuzar No acabo de entender lo que necesitas exactamente. A primera vista, no es buena idea usar esos bloques de 'trailing stop' deonde están ahora, ya que son bucles que buscaran todas las ioperaciones abiertas, y no sólo als que tu necesitas. Puedes usar un ejemplo numérico para que sea más fácil de entender, por favor?
-
RE: check distance functionposted in Questions & Answers
@andrewfrank Yes, that should work. Your logic is correct, but I guess something is not working as expected. Right?
