@michele-vitulli De nada.
Posts made by l'andorrà
-
RE: como puedo hacer que funcionen los bloques parte 2posted in Questions & Answers
@ivan-a Con mucho gusto, pero por favor, no crees un nuevo hilo en el foro para ello. Continua en el anterior y alli te contestaré.
-
RE: Info templateposted in Questions & Answers
@changew Don't worry. I'll help you. What strategy are you thinking about?
-
RE: How do I add take profit condition to trade once it initates?posted in Questions & Answers
@ashbee001 Do you mean this:
a) You trade will not have an initial TP level.
b) Once the trade is in profit at a specific distance, a TP level is programmed, but the trade is NOT closed at that moment.Is that correct?
-
RE: Info templateposted in Questions & Answers
@changew Yes, you can find easy examples throughout the Instructions pages here:
https://fxdreema.com/instructions
Read them all carefully first and then I will be glad to help you in your project.
-
RE: What would be an "Expiry Date" that appears in settings?posted in General Discussions
@michael-alex Can you please share the link to your project?
-
RE: Strategy Tester Stops Workingposted in Questions & Answers
@daniel208forex Sounds certainly weird. Uninstalling and reinstalling everything is a good idea.
-
RE: como puedo hacer que funcionen los bloques por separadoposted in Questions & Answers
@ivan-a Depende de cada caso, per en general puedes hacerlos con una variable lógica (true/false) que controle la primera condición. Entonces usas el resultado de dicha variable como condición antes de la segunda que tu deseas que active la compra.
-
RE: HELP! My EA is exiting a trade on the next candle every timeposted in Questions & Answers
@gibb0789 Substotute blocks 2 and 3 by two 'For each trade' blocks in parallel below block 1: one for buys and the one for sells.
I also recommend to change number ID for blocks 1 and 100. Just swap them so that the forst to be executed is the launching conditions not the closing ones.
-
RE: [SOLVED] Cannot manage a position countingposted in Questions & Answers
@jerkha I think there can be a 'start with' as you say, but that required some hard coding I don't know, sorry.
Maybe a real programmer can help.No, I only use the web based forums and I have no idea if there are any third-party programs as you say. I'm afraid I'm too old for my eyes to read thrugh a small mobile screen.

-
RE: Level in a variableposted in Questions & Answers
@leka-0 Ok. First things first. Which custom indicator will you use to draw those S/R lines?
-
RE: Grid + Martingaleposted in Questions & Answers
@envex Here you have a 'simple martingale' structure (not exactly what you need). As you can see, adding the gris part can be pretty complex:
https://fxdreema.com/shared/WG2xWDHud
Additionaly, martingales never work in the long term. Are you sure you want to do that?
-
RE: Lot size on the chartposted in Questions & Answers
@raja0033 Then I'm afraid I don't understand what you exactly want. How are you supposed to know the lot size of a future trade when it is a dynamic value conditioned by the particular conditions sets of the chart?
-
RE: Level in a variableposted in Questions & Answers
@leka-0 Do you have an initial project to take a look at it?
-
RE: Check id a trade with certain comment exists ?posted in Questions & Answers
@zackry Honesty never tried that!
Did you? -
RE: HELP! My EA is exiting a trade on the next candle every timeposted in Questions & Answers
@gibb0789 Can you please share the link instead? That would help more than an image.
-
RE: [SOLVED] Cannot manage a position countingposted in Questions & Answers
@jerkha Yes, you can use a condition block to find a comment:

On your question about how the trade was closed, you can always use the purple blocks on the 'on trade' tab.