fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. l'andorrà
    3. Posts
    • Profile
    • Following 0
    • Followers 415
    • Topics 76
    • Posts 16841
    • Best 1072
    • Controversial 44
    • Groups 0

    Posts made by l'andorrà

    • RE: Found this weird error

      I will. Thank you ambrogio.

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: new EAs wont work but one made yesterday are working?

      Are you sure you didn't change anything at all?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: why wont this work so simple mmmm

      I can't see any problem AFAIK. Can you please confirm it's your MT5 platform the problem?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Multi Time Frame Engulfing Candle Dashboard

      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. 🙂

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: How to make EA use TMA

      Some more details would be appreciated. What do you exactly need to happen for a trade to be open. SOme screenshot would be appreciated.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Found this weird error

      This is weird. I will try but I see no reason for it not to work as designed. 😞

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: Declarar Funciones

      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.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: actualizar indicador

      De nada.

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: hi guys i have 4 condition both buy and sell but i dont know how put limit trade per direction

      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...

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Found this weird error

      Am I correct to say that column 29 is that 0 number?

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: hi guys i have 4 condition both buy and sell but i dont know how put limit trade per direction

      Could you please add somo more info? Can you share your current project, please?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Using exponent "operand"

      Interesting question. I would like to know it too. Someone can help?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: actualizar indicador

      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?

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: SL and trailing SL in the middle of the candlestick

      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):

      https://fxdreema.com/instructions/builder/trailing-stop

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Poner SL y TP en Fractal mas próximo al precio

      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.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Found this weird error

      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?

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: Mark/flag a trade?

      What about a limited time (candles) before closing the trade if your target is not reached? Would it fit your strategy?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: String variable adjustment using "Modify Variables" block?

      @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.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Store how many orders open at the same time

      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.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • Found this weird error

      I wanted to backtest my new EA for the first time and the I got this error:

      0_1578055549716_01.png

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

      0_1578055586851_02.png

      And now on line 617:

      0_1578055609492_03.png

      Ani idea about what is happening here, please? 😞

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 770
    • 771
    • 772
    • 773
    • 774
    • 842
    • 843
    • 772 / 843