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!

