fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Thombo
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Thombo

    @Thombo

    1
    Reputation
    52
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Thombo Unfollow Follow

    Best posts made by Thombo

    • How to include a mqh file

      Screenshot 2026-01-30 132117.jpg

      When you export your EA, only export as .mq4 .Exporting .exe will throw error.
      put the include command in globals box at bottom in Studio (see the url)
      In the main code you see TestImport(); This function is in my include file which is directory MQL4/includes/

      posted in Questions & Answers
      T
      Thombo

    Latest posts made by Thombo

    • How to include a mqh file

      Screenshot 2026-01-30 132117.jpg

      When you export your EA, only export as .mq4 .Exporting .exe will throw error.
      put the include command in globals box at bottom in Studio (see the url)
      In the main code you see TestImport(); This function is in my include file which is directory MQL4/includes/

      posted in Questions & Answers
      T
      Thombo
    • RE: Studio Custom Functions All Deleted

      I did already but some days later and no reply. I don't think he does much support. His profile page explains that you should not expect much because apparently the price he charges for fxdreema is low therefore not much support.
      There are other issues with studio that I have not mentioned. It tends to delete blocks when you create a new one for instance. Studio has massive potential but it is rather neglected by the site owner - this is a shame.

      posted in Bug Reports
      T
      Thombo
    • Studio Custom Functions All Deleted

      I was just using fxdreama studio. I have about 250 custom functions. They just disappeared in front of my eyes. This is about 3 years work gone. Can you find what happened and reinstate them please.

      posted in Bug Reports
      T
      Thombo
    • RE: Mql4 control includes issue

      Very kind of you to reply l'andorra. How do I contact Mr. admin directly?

      posted in Questions & Answers
      T
      Thombo
    • Mql4 control includes issue

      I am trying to enhance an exisiting gui panel I made in fxdreema studio by including control libraries available in mql4, namely #include <Controls\Dialog.mqh>. Although it seems that I am able to: #include <Controls\ComboBox.mqh> mqh file via Studio Global Variables/includes section, fxdreena won't compile Dialog.mqh and throws an error :

      'EMPTY_VALUE' - expression not boolean

      The custom block is passed on init and only contains the include, no other code.

      Can anyone help? Perhaps the fxdreema admin can find a work around to the issue.

      posted in Questions & Answers
      T
      Thombo
    • RE: Error Showing When Trying to load Builder

      My issue was being caused by some error in fxdreema Studio, Custom Block database error. My list of custom blocks had three "undefined " entries which I deleted, then the issue with Builder was also fixed.

      posted in Bug Reports
      T
      Thombo
    • Error Showing When Trying to load Builder

      Getting this error when attempting to access Builder:

      TypeError : Cannot use 'in' operator to search for 'active' in _2309

      posted in Bug Reports
      T
      Thombo
    • Is the server down again??

      Today I tried to login to builder and only get "TypeError : Cannot use 'in' operator to search for 'active' in _1165 " instead of builder.

      posted in Bug Reports
      T
      Thombo
    • RE: Assigning values to Global Variables with Custom Code in FX Dreema Studio

      @QuantEngineer. did you ever resolve how to do this? I have the same issue. I am unable to update a variable in fxdreema from a custom block directly. I can however call a custom function from fxdreema and pass an array declared thus - double someFunction(int somevar, double &SomeArray[10][10]){}, then called somevar = someFunction(somevar, SomeArray);
      This will return your augmented somevar and will also return the array that can be refered to that can have numerous values in it of course. But all of this isn't as simple as getting a value from a custom block. It would be nice if the fxdreema developer could let us know how to do it.

      posted in Questions & Answers
      T
      Thombo
    • RE: Trade Statistics Profit Factor NOT working

      Profit Factor Value shows me -1 no matter what the EA is winning or losing. I'm using a comment box to access profitfactor directly, no separate variable used.

      posted in Bug Reports
      T
      Thombo