fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Monaco
    3. Posts
    • Profile
    • Following 4
    • Followers 3
    • Topics 8
    • Posts 58
    • Best 2
    • Controversial 5
    • Groups 0

    Posts made by Monaco

    • RE: Trading Multiple Pairs with one EA

      @danzig55 If I understand you , what I mean is that you should save the values ​​of each pair to be able to know that it works correctly , soon I will upload a tutorial here

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Trading Multiple Pairs with one EA

      @ambrogio thanks

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Expert programmer gives solutions to any problem just ask me

      @l-andorrà Hola te contestare en tu idioma preferido, primero yo ayudo gratis, Si uso la firma es por el permiso que tengo.
      Segundo yo al contrario que Tu , doy soluciones no solo meto la boca donde no me llaman, por ejemplo , un post tuyo donde deseas " ayudar " no das ninguna ayuda útil, Era un post donde un chico pedía como convertir mt5 a mt4 o al contrario y tu decías que no es posible y esto si que es posible , así que por favor limítate a firmar en otros sitios
      0_1649373068704_Screenshot_20220408-011056_Chrome.jpg
      No me puedo creer que incluso aquí, donde nadie te llamo ¡!! Aparezcas , es de risa.
      Y por último ya te había contestado el administrador. Y esta será mi última respuesta directa a ti, no estoy para discutir

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Trading Multiple Pairs with one EA

      @danzig55 Hello, in the long term, this will give multiple failures, since it seems to work but it does not do it very well, or to make sure, print values ​​of the symbol so you can see that it runs well. What I do is save in 1 multi array the pair and value of what I want to observe. Example would be array[eurusd][rsi = 33] and I get this with print. So use the way you propose it, you go blindly and it will give errors

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: My EA does not close losing positions sometimes???

      @piotras10000 The reason is very simple, the ea uses groups to recognize its operations, so you did not use this, what you did is place your trailing and tell it there that all open orders manually or EA modify them, so to be able to manage each 1 of them you must give 1 number (Really any variable would work (even string) to be able to later manipulate each purchase or sale as you decide, if you look I put group 1 purchase group 2 sale, so then in the closing block I use groups 1 ,2 of buy, sell close them when their condition passes. And leave the trailing as you had it so you can compare and see your mistake.0_1649292883714_Screenshot_20220407-025009_Microsoft Remote Desktop.jpg

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Expert programmer gives solutions to any problem just ask me

      @biztet What I understand is that in the normal martingale (2.0) it would be like this operation 1 (1.0lot) operation 2 (2.0lot) operation 3(4.0lot)... And what you want is the following: Skip a certain number of operations and then continue (every 5 operations) operation 1 (1.0lot) operation 6 (2.0lot) operation 11(4.0lot)... Well, there are many ways to do it, an easy one would be to place a block of![alt 0_1649292108643_Screenshot_20220407-023836_Microsoft Remote Desktop.jpg

      So your answer is to use an each trade box so each trade will do the following. And there where you mark you place each X numbers, now the martingale that fxdreema uses only turns on when its operation is in loss, so I expand on your answer and what you do is place the current lot value in a variable and multiply it by 1 number you want and then to open a new operation, then you just put the value of that variable 😉 Anyway share your piece of project or image to help you better. This is an easy solution

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Expert programmer gives solutions to any problem just ask me

      @biztet
      Exactly, just ask me what you want. I'll figure it out put me to the test

      posted in Questions & Answers
      Monaco
      Monaco
    • Expert programmer gives solutions to any problem just ask me

      Hello everyone, I have a lot of work, as a freelancer on different platforms and now I want to move into the world of content creator and grow my team, I am looking for talent if you are a programmer contact me, if you are a web designer, graphic designer contact me. We will go far. I have created a small tutorial where I want to teach anyone through tiktok to be autonomous and earn a living, being able to use fxdreema. What a wonderful application! Tutorial in live
      [Real feedbacks] ⭐️⭐️⭐️⭐️⭐️
      (https://vm.tiktok.com/ZMLQmR9dT/)

      I just want to help for free, just leave me your question and I will answer

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Pivote 8Hr didnt work

      @xfire Hello, I think to help you share the project perp there a simpler way to do it![alt text]0_1615896692759_Screenshot_20210316-130737_Chrome.jpgUse this, once you see fxdreema available again, I first need a block of (once per bar) there you have (more setings) it is there where you choose timeframe and choose the timeframe you want, what you do is necessary but first you put a pass (This will slow down as it will work on each tick) then you put a (Loop is really that loop) and comment on it. Better is a block (once per bar) there in more settings you choose timeframe after comment, and there you also choose the same timeframe in more settings)

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Can I convert MT5 EA program to MT4 just by copy all the MT5 fxdreema blocks to MT4 EA builder?

      Hi, I don't usually post but I'm getting tired of @l-andorrà since he's always there but never helps. It really is very vague all your help should not write friend. because you can really do from mt5 to mt4 what happens that you must follow a hierarchy so that it can work in mt4
      for example if you use blocks like AND or OR in mt5 they don't work well. but this in mt4 usually places several conditions and joins an AND, so the answer is possible, @huanglele if you attach a small example in mt5 I will tell you how to pass it to mt4.
      So sir stop writing and help the forum. and whenever I see your little help I will be so that you do not lower the level

      posted in Questions & Answers
      Monaco
      Monaco
    • I'm looking for programmers for work and earn money

      Having a demand for jobs creating robots, I look for programmers who are interested in making money by creating robots. For more info contact me on telegram or here thanks
      https://t.me/IamrealjokR

      posted in Questions & Answers workgroup
      Monaco
      Monaco
    • RE: Declarar Funciones

      Gracias por responder, y tienes razón, debería de haberlo puesto en ingles jeje.

      posted in Questions & Answers
      Monaco
      Monaco
    • Declarar Funciones

      'Name' - function not defined
      'Name' - function can be declared only in the global scope
      Este es el error que me sale al crear una función en el bloque "Custom MQL code".
      Donde se deberían de declarar?

      posted in Questions & Answers
      Monaco
      Monaco
    • Where to get my alert?

      Hello everyone is my first doubt that I can not resolve first of all congratulate fxdreema, excellent work, I want my ea observe the alert and open operations, example the ea gets Alert: buy entoces my question is: How do I get the value of Alert? in condition? through chart objects? I have not resolved for days, I appreciate everyone's help.
      I want the ea can observe the alert sent by an independent indicator that there are easier ways to raise my indicator and create the alert and place orders but I can not get the indicator I can only observe the alert, thank you I hope your help and I feel my BAD English.

      Hola a todos es mi primera duda que no puedo resolver ante todo felicitar a fxdreema , exelente trabajo, deseo que mi ea observe la alerta y abra operaciones, ejemplo la ea obtiene Alerta:buy entoces mi pregunta es: Como obtengo el valor de Alerta? en condicion? mediante chart objects? llevo dias sin resolverlo aprecio la ayuda de todos.
      Deseo que la ea pueda observar la alerta que envia un indicador independiente se que hay maneras mas faciles como subir mi indicador y crear la alerta y colocar ordenes pero no puedo obtener el indicador solo puedo observar la alerta , gracias espero su ayuda y siento mi ingles.

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: [Custom Block Release] Send a message or screenshot to Telegram Blocks

      hank you very much for your great contribution, I have successfully compiled your code but I recive an error when executing the ea. I hope your contribution thanks!0_1563048734735_1563007455350-screenshot_20190713-090729.png 0_1563048763094_1563007532921-screenshot_20190713-091833 (1).png 0_1563048777576_1563007532921-screenshot_20190713-091833.png

      posted in Tutorials by Users
      Monaco
      Monaco
    • RE: Send screenshot to Telegram

      Only i can tell IMPRESIVE ¡

      posted in Questions & Answers
      Monaco
      Monaco
    • RE: Send screenshot to Telegram

      Impresive

      posted in Questions & Answers
      Monaco
      Monaco
    • 1
    • 2
    • 3
    • 3 / 3