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

    • Zero divide error and risk % of balance (Volume size depending on Stop-Loss)

      I am getting these:

      0_1500760660207_upload-65367fd7-80a4-43b1-b41a-e9848086eb08

      The weird part is it only happens just in some of the tests, and seems to be related to the risk % of balance (Volume size depending on Stop-Loss) option:

      0_1500760837075_upload-c3109307-315b-42ea-a259-6c7d258fb5b1

      But i still don't understand, here is a share of the EA:

      [shared/lIjGNfdRc](link url)

      posted in Questions & Answers
      Abade69
      Abade69
    • Converting MQ4 to C#

      Is it possible? I want to export indicators and experts to the Ctrader platform.

      posted in Questions & Answers
      Abade69
      Abade69
    • About Ask/Bid and custom price levels

      I want to enter long at ASK and short on BID, and then exit/trail longs on BID prices and shorts on ASK. I use horizontal lines to reference the entry and trailing levels, how can i do this? I see that there are several options (price levels 1, 2 ad 3); are they making a reference to ask, mid and bid? Which is which?

      0_1489527451763_upload-afd1bf21-4116-4de0-850a-27bdb3e5d928

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Cannot load and/or export ex4 normally anymore (web version)

      @fxDreema said in Cannot load and/or export ex4 normally anymore (web version):

      How often do you have problems with the website? People from China told me that their connection with the website is bad, but I have no idea how much. I personally live far away from the actual server and I have delay for each request about 120 ms, but even with that the website works fast enough for my taste (and I like speed). But maybe there is something else, I don't know...

      There are few possible problems with .ex4/.ex5 files. The first problem is that the compiler (metaeditor.exe) starts very slow. This program can run as a normal Windows program as you know (MetaEditor) and also in command line mode. But with every new version the program starts slower and slower in command line mode. Unfortunately I can't fix that. But half of the waiting time is because of that.

      The other half of the time you wait is for the file to be downloaded, because it is bigger that 1MB. Here I have some feeling that the speed should be faster, so I will investigate this.

      There is another possible reason - the compile time could be slow. This is the time for which the MQL code is compiled. For your project this time is not very small, probably because of the size of the source code. But fortunately it compiles relatively fast. Because I noticed few times that with certain content in the MQL code, the compilation time becomes huge.

      My files are bigger than 1MB, and i have exported my project like a thousand times, as i like to correct errors/aesthetics as soon as i make a change. Right now i am exporting the .mq4 and then use the compiler directly as suggested. I noticed the increased compiling times after i included two of these structures:

      0_1489010362629_upload-36c96f17-44c3-4b8f-a1df-eb924e029d59

      So maybe it has something to do. Sometimesit takes more or less time, or doesn't work at all!

      I only had problems with the site yesterday (timeout errors, and long loading times), right now it seems to be working allright! From México Baja.

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Cannot load and/or export ex4 normally anymore (web version)

      @miro1360 said in Cannot load and/or export ex4 normally anymore (web version):

      you need wait few seconds ... or another way for big project can be this:

      1. generate mq4
      2. open metaeditor
      3. in metaeditor open mq4 file
      4. click Compile button
        ... and your ex4 file is generated

      Thanks, i will try that!

      posted in Questions & Answers
      Abade69
      Abade69
    • Cannot load and/or export ex4 normally anymore (web version)

      I am trying to finish my project, but i can't seem to export ex4 files at all. all i get is the "wait" label, and then nothing happens.

      https://fxdreema.com/shared/XJduEi3kc

      The project is pretty big. I have problems loading and surfing this website aswell.

      posted in Questions & Answers
      Abade69
      Abade69
    • Can i get trade statistics from an specific symbol with the built-in options?

      It would be useful to assess the profitability on specific markets (forward testing). And to keep as a personal record too!

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: What is the meaning of this symbol: ==, >=, <=, != ?

      You use these to compare two or more values:

      == (is equal to)

      = (is more than, or equal to)
      <= (is less than, or equal to)
      != (is different than)

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Cannot make Z-Orders work

      @miro1360 said in Cannot make Z-Orders work:

      what I think, z-order in mql is meaning not for "visible order" but for selectable order, that means when you have object at deepest bottom with highest z-number, and obove are next objects with lower z-numbers, when you come with mouse above and select object - first object which is selected is one with highest z-number ...
      --- and objects order is based on time when they were created, it means at top of objects is last created object, not object with highest z-number ...
      ... when you will have object as top, you need re-create it 😄

      Thanks a lot miro, that is a lot clear now.

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Creating EA to buy when price crosses below Bollinger Band

      @Drchip The "crosses above" and "crosses below" are subjected to gaps in data (in case you were testing it in backtester). You could try to run it on "ticks" rather than "control points". Also, they don't work so well if you choose Candle ID 0 (you may use greater than (>) or less than (<) instead).

      Don't forget to check if your Candle ID's matches your entry idea (for the candle cross and the bollinger band in the condition blocks).

      posted in Questions & Answers
      Abade69
      Abade69
    • Cannot make Z-Orders work

      I try to draw buttons above lines, for aesthetic reasons:

      0_1488329183650_upload-ebb1bf44-8c5d-441f-8095-b3582f21a00a

      I picked this configuration for the lines:

      0_1488329306046_upload-e279e55b-a6d9-4f58-91d1-7378d316b2b9

      And for buttons:

      0_1488329347070_upload-1447bcbe-8db2-4993-a502-42f5d74e80f1

      The Z-Order for buttons is higher than the Z-Order for lines, but lines still appear above them. If i put lines on the "background" they appear to be behind the buttons, but are also placed behind the bars!

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Assar v.8 ??!!

      They "fit" the E.A to old data, so it never makes a mistake on backtest. Then you come and buy it for a thousand dollars. It trades like a directional grid system, but it was made this way so you could not see how they fitted the entries and exits manually.

      posted in Questions & Answers
      Abade69
      Abade69
    • Help with money management formula

      What is the formula used for "Risk % of balance (volume size depending on Stop-Loss)" on Fxdreema?.

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Help With Fibonacci

      @fxDreema said in Help With Fibonacci:

      Be careful with the first 2 options in "Draw..." blocks. Look here - https://fxdreema.com/help/working-with/chart-objects And also yesterday I added description for those 2 options, just click on their titles when they become yellow.

      Thanks, that fixed the second problem (MT4 renaming every new object), now i can work with it 🙂

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Help With Fibonacci

      Nevermind, the platform renames "fibo" to "fibo1" .. Thanks for your help miro!

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Help With Fibonacci

      @miro1360 Your example isn't showing on my MT4 either, i think it has to do with the platform (sorry for late reply). Still scratching my head over this.

      0_1487618146498_upload-847f395c-b07d-4d98-a427-3ea1b3cd2142

      posted in Questions & Answers
      Abade69
      Abade69
    • RE: Help With Fibonacci

      Also, when i try to show the values all i get is void

      0_1486008658440_upload-20c4213b-6dfb-48a6-af7d-83969205d70b

      posted in Questions & Answers
      Abade69
      Abade69
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7