I will. Thank you ambrogio.
Posts made by l'andorrà
-
RE: new EAs wont work but one made yesterday are working?posted in Questions & Answers
Are you sure you didn't change anything at all?
-
RE: why wont this work so simple mmmmposted in Questions & Answers
I can't see any problem AFAIK. Can you please confirm it's your MT5 platform the problem?
-
RE: Multi Time Frame Engulfing Candle Dashboardposted in General Discussions
That's an advance project, let me say. If you don't have any coding experience and this is your first time in fxDReema you will need some time before understanding everything behind that. I encourage you to study all tutorial and instructions pages before trying to create that project. I also encourage you to use a free fxDreema account before paying for a subscription. That way you would be able to create your first easy projects and teste them for no cost. Once there, everything should be easier (not easy, but easier)
Obviously, this is just my opinion.

-
RE: How to make EA use TMAposted in Questions & Answers
Some more details would be appreciated. What do you exactly need to happen for a trade to be open. SOme screenshot would be appreciated.
-
RE: Found this weird errorposted in Bug Reports
This is weird. I will try but I see no reason for it not to work as designed.

-
RE: Declarar Funcionesposted in Questions & Answers
Esto es pregunta para programadores, cosa que yo no soy. Te recomiendo que lo preguntes en inglés si quieres que alguien te responda. Hasta donde yo sé, ahora mismo no hay nadie en el foro que sea programador u que responda en español, lo siento.
-
RE: hi guys i have 4 condition both buy and sell but i dont know how put limit trade per directionposted in Questions & Answers
I guess he means how to trail TP, but not sure. Limiting the trades is a way to do it, but maybe your crystall ball would appreciate more info.
Just guessing... -
RE: Found this weird errorposted in Bug Reports
Am I correct to say that column 29 is that 0 number?
-
RE: hi guys i have 4 condition both buy and sell but i dont know how put limit trade per directionposted in Questions & Answers
Could you please add somo more info? Can you share your current project, please?
-
RE: Using exponent "operand"posted in Questions & Answers
Interesting question. I would like to know it too. Someone can help?
-
RE: actualizar indicadorposted in General Discussions
No soy programador, pero diría que no es posible. Piensa que fxdReema no 'sube' el indicador completo al EA. Lo que hace es crear un vínculo entre el EA y la plataforma MT4 de forma que cada vez que tu EA necesite algún cálculo de un indiocador, lo que hace es ir a buscarlo a la Mt4 directamente. Por lo que entiendo que dices, el problema parece que debe estar en los propios indicadores en la plataforma. ¿Has probado a borralos de la MT4 y luego volverlos a instalar?
-
RE: SL and trailing SL in the middle of the candlestickposted in Questions & Answers
What you need is a new tree of blocks in wich you define those closing conditions and then you end up adding a 'close trades' block. Additionally you shouldn't use a SL price in your 'buy now' block.
On the other hand, your trailing stop strategy cannot be implemented with that usual trailing block. You will need to create a new tree of conditions like this (look a 2nd pic):
-
RE: Poner SL y TP en Fractal mas próximo al precioposted in Questions & Answers
En primer lugar deberías guardar el valor del fractal más cercano en una variable y entonces usarla en el mismo bloque de lanzamiento de la operación. El problema es que los fractales no se forman hasta el inicio de la segunda vela tras el mínimo/máximo que los forma. Eso puede provocar que lances operaciones con SL en fractales anteriores a los que se formarían de porsí. No sé si es eso lo que buscas.
-
RE: Found this weird errorposted in Bug Reports
Ok. I didn't know the second number was the column. Good to know, thank you ;). The problem is that I have no idea how to fix it yet. This is the project:
https://fxdreema.com/shared/5l2rdkZrc
I'm using a custom indicator, but I'm pretty sure the problem is not there. On the other hand, I simply can't see the block in which that lis is supposed to be. Could you please tell me?
-
RE: Mark/flag a trade?posted in Questions & Answers
What about a limited time (candles) before closing the trade if your target is not reached? Would it fit your strategy?
-
RE: String variable adjustment using "Modify Variables" block?posted in Questions & Answers
@trader-philipps said in String variable adjustment using "Modify Variables" block?:
@l-andorrà String datatype is used for characters such as a b c, blanks and other special character and also numbers. However the values as numbers are not numbers to calculate with such as multiplication.
In order to transform a number in String datatype to a number in a numeric datatype you need to convert it.
In the given case there is a comma separated lost of numbers stored in a String datatype. In order to get it as numbers, you'd need to create an array of numbers from it and address each value from the array's index.
If you use the String (list of numbers) as a betting sequence, fxdreema does that work for you.
If you want to do this manually, you need to implement the de-seralization by yourself.And this is why a true programmer should be the only one answering in this forum. No me! LOL XD.
-
RE: Store how many orders open at the same timeposted in Questions & Answers
Trader.philipps example should be useful for you, ambrogio. And don't be ashamed to be 52. I'm 51 and I can understand you, believe me :D.
-
Found this weird errorposted in Bug Reports
I wanted to backtest my new EA for the first time and the I got this error:

I took a look on lines 29 and 617 and this is what I found. Line 29:

And now on line 617:

Ani idea about what is happening here, please?
