fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. XYON126
    3. Best
    • Profile
    • Following 0
    • Followers 6
    • Topics 57
    • Posts 381
    • Best 23
    • Controversial 2
    • Groups 0

    Best posts made by XYON126

    • RE: Line cross entry EA to close trade if the lines uncross

      Hi @johntyr! I have looked at your code and from my experience I see that you close with the closing block and option BUY or SELL, if in addition to this you differentiate the groups, you may function since the orders will be exclusive, since you do not have your indicator I have not been able to do tests but In the main blocks (57.58.59.60) in the group filter you give it a number identifying them that will also serve as a recurring filter. I hope I have helped you something. 😉

      Ah! Important point, although fxDreema has the option of crossing lines from top to bottom and quite the opposite, it is very important to know that since it is based on MQL4 / 5 in MQL4 / 5 there are no crosses, to make or identify a cross what is done is:

      1. Identify a line and ask if it is greater or less than the other line (refers to price).
      2. idem to the above.
        With this, MQL knows that one line or curve is above the other, now you have to do the same but asking if the upper line or curve is now lower and the opposite with the other. This is what in MQL identifies a cross, as you can see it is a bit chaotic and the problem is when both are in a vertical point, Mql does not recognize them and it is when it gives you a false Yes or No, this must be taken into account. since for your case you should also give width to the crossing area indicating how many candles there must be in one crossing or another.
      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Can one open multiple trades using one condition ?

      @od In this EA that is with buttons (you eliminate them and it is a normal EA) open 4 operations 2 SELL and 2 BUY with a difference of distance between them and the BUY and SELL opposite each other in distance. Look at it.

      https://fxdreema.com/shared/QPDvYmUTb

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: strategy tester slows down over time

      @piptheripper It has an overwhelming logic, the strategy tester is not instantaneous, depending on the time you want it to perform the test it may not slow down but take the necessary time that is not the same, example: How long does it take to mentally add 2 + 2 and 256985478 +254123595741? True, it does not take the same time because it is identical to the tester, you need to carry out the testing every day, if for one day you need 1 second for 300 days you will need 300 seconds.

      posted in Questions & Answers
      XYON126
      XYON126
    • 1
    • 2
    • 2 / 2