fxDreema

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

    Posts made by 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
    • RE: How to add a common TP price for a group of trades

      As @l-andorrà comments, you must create and calculate it with a variable, for better performance use the mql4 / 5 code block and create the variable and modify it in that block, there are no specific blocks already generated in fxDreema, you must create it yourself.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Why do you use SL when it is not switched on?

      @biokaja The link cannot be opened, post it again, anyway the SL may have it activated in the SELL or BUY block, verify that it is not SL in both.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Mql4 to Mql5 convertor problem

      The problem is that you have not made the EA in fxDreema MQL4, but the code is original or native MQL4, fxDreema does not recognize it, you should first pass it to fxDreema by hand, that is, generate the EA in fxDreema and then you could convert it into fxDreema to MQL5 but think that there are many blocks that do not exist in MQL4 and / or MQL5 and if one of these is, the translation will be impossible.

      I hope I've helped.

      posted in Bug Reports
      XYON126
      XYON126
    • RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THIS

      @mr-lenny Hello!
      To do what you ask the first and essential in text indicate what you do in the EA, I have looked at your code in MQL4 and the truth, do not be offended, structurally it is a disaster, it is impossible to know your logic, you will be a good programmer but for you and not for someone else to understand, on the other hand, your code in MQL4 has 486 lines that in fxdreema would become a minimum of 6000 lines and graphically they can be of the order of 100 blocks or more, as you can see I have it looked at and it is impossible to understand your purpose without more information. As for free or expensive, I do not agree with @l-andorrà , since you upload the code and it is usable by everyone, another thing is to convert it to fxDreema that you would not win anything but quite the opposite, it will cost you 50% or more slower and more imprecise, I tell you from experience, you just have to look at when my last post was and you will see that now I 100% do it in MQL4 / 5 and pass this one.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: How to open a BUY LIMIT or SELL LIMIT order with 3 horizontal lines.

      @tipsywisdom No, no, it is not Mql5 it is Mql4, they are not 100% compatible, there are blocks in Mql4 that do not exist in Mql5 and the same thing happens from Mql5 to Mql4.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: How to open a BUY LIMIT or SELL LIMIT order with 3 horizontal lines.

      Hi @johntyr! Thank you very much for the help, I have tested your code and it does the same for me, the only variation that I find is that it has 3 more blocks and the location but still does not open any operation.

      posted in Questions & Answers
      XYON126
      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: How to open a BUY LIMIT or SELL LIMIT order with 3 horizontal lines.

      Hi @johntyr! I look at your proposal and I get lost, because I see that instead of having 2 blocks of pending operations there are 5 without counting the canceled ones, I also see that the added ones have a TP and a fixed SL when my idea is that they are obtained with the Lines drawn, would you be so kind to pass me the clean code. Thanks a lot.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: How to open a BUY LIMIT or SELL LIMIT order with 3 horizontal lines.

      Hi @tipsywisdom! As you will see when pressing the yellow button the two lines are created, the red is the SL and the yellow the price, (up to here OK) I move them where I want the order to be opened and when pressing the green or red button it remains pressed and neither will open the operation, nor will it erase the lines with which I deduce that it is blocked but I don't know where. I have read the errors and in one button it does not say anything and in the other it gives error (3) of parameters and in an undefined loop.

      You can help me, here is the Link

      https://fxdreema.com/shared/naxOKlQ3e

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Can someone help me with my EA!!!???😭😭😭💔💔💔

      What do you need?

      posted in General Discussions
      XYON126
      XYON126
    • How to open a BUY LIMIT or SELL LIMIT order with 3 horizontal lines.

      Well that, I want to create a couple of buttons with 3 horizontal lines (renamed with SL, TP and Price) previously drawn in the chat that when pressing the SELL or BUY button there will be a pending operation taking the data of those 3 lines, I have already solved creating the buttons and lines, but I can't find a way that the pending order will be given to me with the data of the lines. Can somebody help me.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: EA with 3 Moving Average

      Hello @topr! Have you done the EA? Could you pass the link? I personally helped Ricky to develop the EA and several Indicators with alerts and the results were not that good or at least that is what @ricky-0 told me. Since the Drawdown exceeded 20% and to be profitable you have to overcome the risk by 5% min. when the normal and maximum advisable is 2%.

      posted in General Discussions
      XYON126
      XYON126
    • RE: What should I be optimizing for?

      @biztet Pues o eres millonario o vas ha perder hasta la camisa, eso estadisticamente, matematicamente es imposible y la realidad es que lo ganaras en uno o dos dias y despues perderas el doble o el triple en un solo dia y varios dias seguidos hasta quebrar la cuenta. Es la peor gestion monetaria que puedas hacer. Si los super broker ganan un maximo de un 20% con inversiones millonarias dudo que tu con una microcuenta lo consigas. Suerte.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Custom Indicator Panel Keeps Blinking Every Tick

      @bazear85 Hello @bazear85! As you have commented, the problem is the indicator since we cannot verify the guts of this and possibly some data is crossed from one buffer to another and it produces that error, it is also possible that when performing it tick by tick it does not refresh or repaint and when repainting It causes you flashes, another added problem is that if what is done is tick by tick and you need it, candle by candle the values produce very long decimal numbers and when passing them from "double to integer" it produces those flashes, it has happened to me Many times and the only way was in the indicator to change the type of variable if possible, it is a very common problem in MT4 and MT5 thinks that it is developed for machines with a very basic structure so that it is universal and is not limited to the type from the user's PC. See to obtain the Mql4 of the indicator so that we can verify it. 😉

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: What should I be optimizing for?

      Hi! As you say, it is not that you are a dinosaur, etc. In my humble opinion as long as you refer to Algorithmic Trading, not doing Back Testing and general optimization and the Specific Pair is not an error, it is even worse is throwing money away, if you have plenty of my advice is to donate it to the poor people and not that you throw it away doing trading and giving it to billionaires, with this I answer the 1st. consultation.
      Now I answer the 2nd. And technique, every strategy, whether algorithmic or manual, needs these points that I list below in that order and with rigorous performance and rigidity, otherwise you will lose your money silly at 100%:
      1º Develop a strategy and score points to follow one by one without any change when applying it.
      2º Carry out a manual Baktesting for a minimum of one to two years.
      3º Once the manual Baktesting has been carried out without having changed an apex to your strategy, make an assessment of these points.
      3.1 Profit factor minimum 1.5, less bankruptcy accounts.
      3.2 Drawdown less than 15%, never exceed 18%.
      3.3 Nr. Negative transactions max. 10
      3.4 Nr. Positive transactions min. two
      3.5 If points 3.3 and 3.4 are not fulfilled, the mathematical expectation is never less than 0.3.
      And last
      3.6 % Annual profit between 5 -10% minimum.
      Once these values have been verified in the Manual Backtesting

      1. Apply your strategy for a minimum of one month in the Broker's Demo account where you want to use it in the Real account. Ideally, you should obtain a minimum of 500 operations in a demo account. If they are H4, D1 or higher strategies, you must have a minimum of 50 or 100 in demo.
      2. If everything applied obtains the same or better results than previously obtained in the Backtest, only then can you apply it in real account, before it would be a very serious error and a great inprudence on your part.
        Regarding optimization it is not essential but it is highly advisable, since from my algorithmic experience I have more than proven and the great gurus keep it for it, a strategy does not work the same for EURUSD as for GBPJPY, etc. for one it is a loser and the other can give you great benefits, if you optimize it it can serve you with different parameters for almost all pairs, indices, etc. you just have to optimize and adjust for the torque, index, etc. even for the temporality that also affects the same pair, index, etc. to equal importance in all senses that is why optimization is highly advisable if not essential.
        I hope I have helped you and eliminated your doubts and erroneous appreciations that, as you say about a dinosaur, I am a 63-year-old dinosaur. and I know what you say. 😉

      Ah! Regarding what @l-andorrà commented about going to MT5 because it is better, I have to contradict @l-andorrà, this is very wrong is how to compare the programming of fxDreema with Mql4, a programmer of Mql4 code will tell you that the visual environment is prettier than that of the MT5 but only that, I've been programming in Mql4 and Mql5 for some time after having done many EAs, s in fxDreema and I left fxDreema for two reasons, the 1st. the same EA in fxDreema had 3000 lines of code against 138 in MQl4 and 780 in MQl5 with this a programmer will tell you and with good reason that the execution responses and rigidity are better with short codes and not with long or extra long codes in addition to more file size more errors you will get and more difficultly you will be able to correct.
      and 2nd reason it gave me 50% false entries in fxDreema against the same in Mql4 and this happens the same with Mql4 and Mql5 but in 20%.

      posted in Questions & Answers
      XYON126
      XYON126
    • RE: Simple EA that close all positions running...

      @stefano-1 Que necesitas un script o un EA? o loquieres implementar en un EA (panel). Te aconsejo separes los BUY, SELL, los pending, etc de lo contrario tendras sorpresas desagradables.

      posted in General Discussions
      XYON126
      XYON126
    • RE: How to implement this modified zone recovery algorithm?

      Hi @JayPapa123 ! To do all this, the first thing is to create variables and / or constants so that you can enter that data from outside and then create the fxDreema structure of the algorithm or EA that you want to obtain, as the @l-andorrà hangs the project link and we can help you more.

      posted in Questions & Answers
      XYON126
      XYON126
    • 1
    • 2
    • 3
    • 4
    • 5
    • 19
    • 20
    • 1 / 20