fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. josecortesllobat
    3. Posts
    J
    • Profile
    • Following 2
    • Followers 20
    • Topics 34
    • Posts 507
    • Best 41
    • Controversial 1
    • Groups 0

    Posts made by josecortesllobat

    • RE: Trader

      Sí, hablo español.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Laguerre RSI

      Hi @avrahambr

      You just need the mq4/mq5 file to be imported into fxDreema.

      https://www.mql5.com/es/code/7322

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: On Trade issue

      Thanks @fxDreema

      I will compile again the EAs to check out their behavior.

      Working with Partial Close works pretty well and I am getting similar results than using "OnTrade" conditions to move the SL.

      Go on with your hard work improving the builder.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Trader

      Does "Total result" mean the P/L of the current running trades?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Compiling?

      You are welcome.

      Don't hesitate to ask anything in the forum because we are learning together.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Compiling?

      @SydneyFox

      1. Check out if the constant/variable you want is set as "boolean" in the Constant/Variables menu

      0_1528818573773_0120cdc8-aba4-4daf-bda4-71fcb9218a54-image.png

      1. Might be related to 1 if it is the same constant/variable as you want as boolean
      posted in Bug Reports
      J
      josecortesllobat
    • RE: Compiling?

      @SydneyFox Most probably is what you are saying.

      I suggest a workaround:

      • Open the MT4 platform you want the EA compiled be used
      • "Open Data Folder" from File menu
      • Navigate to \MQL4\Experts and copy the mq4 file inside that folder
      • Open the file from there (double click over it)

      After you get the EA compiled file, you should find it in that folder.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Compiling?

      If you double click over the mql4 file, the metaeditor will open up and you will be able to compile the EA.

      0_1528816345782_c69a4dca-872b-4de2-b41b-1904df8fcbc9-image.png

      0_1528816541988_428851c5-6fa0-422a-a817-d511d82f81ac-image.png

      0_1528816637757_172bde5b-ed7f-43a4-9de4-d974f0fffd66-image.png

      When the job has done, you will get some info about the compiled job.

      0_1528816769466_900ea980-d74a-4e99-9f47-e2749773dc02-image.png

      Warnings (in yellow) are not a problem but Errors (in Red) yes.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Compiling?

      What you can do is to compile the mql4 file using metaeditor. If there is some error, it will be shown.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Compiling?

      Hi @SydneyFox

      Could you share a screenshot showing the error that gives you when you try to compile the Project?

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Using time in formula

      Hi @avrahambr

      You have some blocks that can help you in what you are trying to get on the "TimeFilter" pane

      0_1528805447475_b8aa289b-3254-43a0-9fb2-81f6532cf775-image.png

      If you are looking for a TimeFilter that allows or not the EA to run on that time period, this is how I am doing that

      0_1528805626801_d50a5fff-fbc3-4eda-9078-cb63178f5fad-image.png

      It works well for my purpose.

      You have time options in the "Condition block" as well

      0_1528806222350_cb26d88b-875c-45bd-b2a3-c4d4240c4fda-image.png

      There are many ways to do the same in fxDreema. If you share more detailed info of what you are trying to get, there are many people that will be glad to help giving you some guides/suggestions or sharing a simple EA for you. You don't have to give the whole logic of your project, of course. Just explain as much as possible what you need to achieve.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Using time in formula

      You have the "check age" block

      0_1528753576746_81366a3a-3620-4952-9b01-8dae6ef01afb-image.png

      Might be what you are looking for.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Adquisición programa

      Es sin duda de los mejores builders y más fáciles de usar. La gente del foro ayuda mucho y hay mucha información disponible en los diferentes posts. fxDreema ayuda mucho con los problemas que surgen a los usuarios.

      No doubts. It is one of the best builders and easy to use. Forum users help a lot with the questions and the forum is plenty of info and examples. @fxDreema helps a lot with the issues,

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: On Trade issue

      Hi @fxDreema

      Thanks for helping.

      I will compile again the EAs in order to check if the behavior is the same with the updates and I will let you know.

      Yes, I do. I am working in building a similar EA with the partial close.

      I encourage you to continue investigating the issue because I found very useful and easy to work with "OnTrade" section of the builder.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: COMPRA

      De nada

      You are welcome!

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: COMPRA

      I am able to choose the annual payment and go through Paypal.

      0_1528472455733_c5e21f82-12b9-4ee4-bc81-af35c4c923c1-image.png

      0_1528472484975_081a6607-e8e7-4e4b-998c-d281bf6e35ca-image.png

      Might be a browser issue? I am using Microsoft EDGE

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: On Trade issue

      Hi @fxDreema

      Here you have a new example with a behavior not as expected

      0_1528472034107_OnTrade_3.jpg

      Then, while you get the result of your investigation, it seems that the issue might be related to the broker &/or the platform because it seems as if the order to modify the SL after "Position closed" detection was not sent.

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: On Trade issue

      Hi @fxDreema

      Here you have another example with different result

      0_1528470071519_OnTrade_2.jpg

      In this case the EA is running in a demo account of the same broker. It is not the same account than the one of the example above but it is supposed that both should have the same behavior.

      It seems that the EA behavior was as expected in three trades but not in the lastest one. I am running the EA alone. In the example above, the EA was added to an EAs portfolio in the same client. This could mean that the issue might be related to the broker or the platform. Because the code is the same in both cases but now we are getting better behavior.

      Anyway, it is good that @fxDreema is investigating the issue.

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: On Trade issue

      Hello @fxDreema

      I am running your simple EA with one of my MT5 demo accounts and the behavior is the same as I got. When the #11 is closed, there is no SL move and the TP of the #12 has been changed to 0.00000. Take a loot at the picture

      0_1528393699385_OnTrade_1.jpg

      Then, we have different issues:

      • SL has not been modified as expected. There is no error logged in the journal. TP1 is 5 pips away from the OpenPrice and the broker does not have a minimum SL.

      • TP has been modified to 0.00000 as I got sometimes when "No change" option is set for "modify stops" block. For this reason I was using a variable to keep the TP of the trades unchanged.

      0_1528394331964_59663a99-0f06-4915-9e4a-462da0c1cf79-image.png

      Thanks for your support on this issue.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Máximas conexiones

      Correcto.

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 18
    • 19
    • 20
    • 21
    • 22
    • 25
    • 26
    • 20 / 26