fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Abade69
    3. Posts
    • Profile
    • Following 0
    • Followers 3
    • Topics 33
    • Posts 125
    • Best 10
    • Controversial 1
    • Groups 0

    Posts made by Abade69

    • RE: Is it possible to read output buffers from Ex4 indicators?

      So in a few words, the input parameters must be set manually (don't know why i didn't think of this before). You are great 😄

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: EA Optimization pass result is different when I backtest it

      @catequil I would avoid any kind of optimization that requires detailed modelling (too many strange variables anyways), this includes hard stops, trailing, current candle calculations, for me it would be a long and fruitless task.

      In fact i only use opens (with a carefully made EA), i can trust these results a lot more 🙂

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Is it possible to read output buffers from Ex4 indicators?

      @miro1360 Thank you Miro, will check it out! (seems like a very complete tutorial).

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: double lot size, only if profitable

      Also be careful with the execution order for the blocks (note that in my example the "if trade" condition has a lower number than the "no trade" condition, it was made this way so they execute in that order).

      Also, try to not use convoluted conections for multiple columns (may glitch), always try to use "dead ends" or "two column-one end" as maximum 🙂

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: double lot size, only if profitable

      Hi friend, attached a possible solution: 0_1522868980868_Test_Help.mq4

      And the view:

      https://fxdreema.com/builder/shared/ijTRYao2c

      When creating an EA with customized money management i would always recommend the use of your own variables and switches instead of the built-in processes (at least it is easier to understand for me).

      Also beware of the "cross" function of the builder, i would rather use a double condition: if past < and present > ... This works better for crosses in most cases. Hope this works 🙂

      posted in Questions & Answers
      Abade69
      Abade69
    • Is it possible to read output buffers from Ex4 indicators?

      I know Ex5 indicators can be read in most cases, however i struggle when dealing with Ex4 (attached example of indicator).

      Has anyone found a way around this?

      Thanks in advance.

      0_1522863136079_MBFX_System__2.ex4

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Indicators and mqh include files

      @miro1360 Thank you miro, you are always helping other people selflessly, good man!

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Indicators and mqh include files

      Oops, nevermind. Some indicators use "custom" data types, just need to change them to "int" type and use numbers for each "mode" and the errors are gone.

      Sorry for being so spammy, hope this helps someone else in the future!

      🙂

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Indicators and mqh include files

      Just noticed the site won't let me upload the mqh, both can be found here:

      https://www.mql5.com/de/code/16002

      posted in Questions & Answers
      Abade69
      Abade69
    • Indicators and mqh include files

      Hello, i have been trying to make this indicator work:

      [0_1522695870020_i-CAi_Digit.mq5](Uploading 100%)
      [1_1522695859676_SmoothAlgorithms.mqh](Uploading 100%) [0_1522695859675_i-CAi_Digit.mq5](Uploading 100%)

      (the mqh needs to be in the "include" folter for the indicator to be compiled).

      However, i am getting compilation errors when i try simple output calls:

      0_1522695939686_4.png

      This is the first time i try to work with custom indicators that also use include files, any way to work around these errors??

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: EA Optimization pass result is different when I backtest it

      Do not trust MT5 auto-download for data, better download and clean it yourself. You also get a lot of buggy spreads and flat candles, and the worst is that it replaces candles from one time-frame to a bigger one and doesn't even tell you!

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Strings, doubles and sums

      @fxdreema Thank you sir, let's see if i can find a way around it.

      posted in Bug Reports
      Abade69
      Abade69
    • RE: Getting current net position (number of lots opened)

      @miro1360 Thank you, as always Miro 🙂 going to check it out.

      posted in Questions & Answers
      Abade69
      Abade69
    • Strings, doubles and sums

      Hello, i found something rather weird when trying to apply consecutive sums:

      Sometimes, they will be shown as infinite decimals (the 7's, 8's, 9's and 1's only). Have not found a way around this yet, somebody got a hint or a way to work around this? I know i can use the Int class, but it won't allow me to use any kind of decimal count.

      0_1521832896391_7.png

      posted in Bug Reports
      Abade69
      Abade69
    • Getting current net position (number of lots opened)

      Hi, is there a way to get the current net positon to use calculations (number of lots currently opened)? (MQ5)

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Another small bug on trade close event Mq5

      @ekanters Nice, i hope this is solved for MT5 😕 (having a lot of problems with a client's EA).

      posted in Bug Reports
      Abade69
      Abade69
    • RE: 'attrTicketChild' - function not defined; Check profit (money) doesn't work as intended

      @azazelio Thanks for your reply 🙂

      Error stopped appearing after removing "On_Trade events".

      posted in Bug Reports
      Abade69
      Abade69
    • RE: 'attrTicketChild' - function not defined; Check profit (money) doesn't work as intended

      Found out the money TP calculation works, but it won't take commisions into account.

      posted in Bug Reports
      Abade69
      Abade69
    • 'attrTicketChild' - function not defined; Check profit (money) doesn't work as intended

      A new error that appears only in one of my EA's:

      [0_1521740864590_14.png]

      Check profit (money) will take profit at random quantities.

      posted in Bug Reports
      Abade69
      Abade69
    • RE: Project Lost

      When that happens just use the "History" to load a past state, don't throw the project.

      posted in Bug Reports
      Abade69
      Abade69
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7