fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Dr.Amiin
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 102
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Dr.Amiin

    • RE: Important question

      @jstap Thanks for the shared project, but honestly I didn’t fully understand it. I couldn’t really grasp how it solves the problem.

      Could you please explain briefly what part I should look at and how it ensures the block only activates when my bool variable is true?

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: Important question

      @jstap Got it, thanks. So that means it’s not possible to make the block check a bool before activation using that box, right?
      And the only way is to put a condition block above it?

      posted in Questions & Answers
      D
      Dr.Amiin
    • Important question

      Hi everyone,

      In fxDreema, I have a block with the white activation circle (the checkbox trigger). I want this block to activate only if my boolean variable Oner is true.

      I wrote the condition directly inside the small input box next to the white circle, but it didn’t work and the block still activates.

      What is the correct syntax to make the block check Oner == true before activation?

      Thanks!
      77c6b2dd-0ee6-4c5c-99cb-73eb90bbc0bc-image.png
      1fe9f375-4600-4b29-b914-7cdb6eb4bb69-image.png

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New options

      @jstap

      What I mean is that there is no dedicated feature to define a standalone void function once and then simply call it anywhere in the code.

      In practice, especially in Custom Code blocks, logic has to be inlined or tied to block-generated code. There’s no clean, user-controlled place to define reusable functions.

      And if you want to add things like #resource, #include, or other preprocessor directives, there’s also no guaranteed global header section where these can be safely defined and managed.

      That’s the limitation I’m referring to.

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New options

      @jstap That’s true — custom blocks are very useful for logic.

      However, some things cannot be done with custom blocks:

      • #resource must be declared at the global preprocessor level, so it can’t be used or defined via custom blocks (which means images/sounds can’t be embedded this way).
      • Custom blocks also can’t define true reusable void (or other) functions — they only generate inline code.
      • The same limitation applies to #property and #include, which must appear at the very top of the .mq5 file.

      So while custom blocks cover many cases, they don’t replace proper support for preprocessor directives or custom function definitions.

      posted in Questions & Answers
      D
      Dr.Amiin
    • New options

      Hi,

      I really appreciate the great work you've done with FXDreema — it's an excellent platform for developing EAs visually.

      I’d like to suggest a useful feature that would greatly enhance flexibility for advanced users: the ability to add custom preprocessor directives directly within the platform, such as:

      • #property (for defining EA or indicator properties)
      • #include (to include external .mqh libraries)
      • #resource (for embedding images, sounds, etc., for example uploading an image and using it in the Draw Image block)

      These directives are essential when trying to expand or integrate advanced MQL5 features into FXDreema-generated code. Currently, there doesn’t seem to be a way to inject these lines at the top of the generated .mq5 file from within the platform.

      Even a simple text box in the project settings that allows users to insert custom lines before OnInit() / OnTick() would already be extremely useful.

      Additionally, it would be very helpful to have support for defining custom functions (e.g. user-defined void functions) directly within FXDreema, so they can be reused across blocks and called from different parts of the logic. This would significantly improve code organization, readability, and scalability for larger projects.

      Would you consider adding these options in a future update?

      Thank you again for your continuous support and for creating such a great tool!

      Best regards

      @fxDreema
      @jstap
      @l-andorrà

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New Idea

      @l-andorrà ?

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New Idea

      @Dr-Amiin ?

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New Idea

      @l-andorrà When will you do this and if there is any news, please let us know.

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New Idea

      @l-andorrà Even a section to upload icons for the bot.

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: New Idea

      @Dr-Amiin Can you also inform the admin about this idea?

      posted in Questions & Answers
      D
      Dr.Amiin
    • New Idea

      Hi,

      I really appreciate the great work you've done with FXDreema — it's an excellent platform for developing EAs visually.

      I’d like to suggest a useful feature: the ability to add custom preprocessor directives such as:

      #property (for defining EA or indicator properties)

      #include (to include external .mqh libraries)

      #resource (for embedding images, sounds, etc.) (To upload an image and use it in the Draw Image block)

      These are essential when trying to expand or integrate advanced MQL5 features into FXDreema-generated code. Currently, there doesn't seem to be a way to inject these lines at the top of the .mq5 file from within the platform.

      Even a simple text box in the project settings to insert these directives before the OnInit() or OnTick() function would be extremely useful.

      Would you consider adding this option in a future update?

      Thank you again for your continuous support and great tool!

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap can you help me

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap it doesn't work 446c7c7e-b5e4-464d-8023-4ec4f9bc5971-image.png

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap can you get ex5 file without error?

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap can you show this indicator in "My indicators"

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap try to use it in condition block to trade with it

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @jstap can you send it

      posted in Questions & Answers
      D
      Dr.Amiin
    • RE: custom indicator

      @sktsec can you report this bug to admin (he doesn't replay me)

      posted in Questions & Answers
      D
      Dr.Amiin
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 1 / 6