Maybe try and embed the indicator as a resource: Connecting custom indicators as resources - Advanced language tools - MQL5 Programming for Traders
MQL5 Book: Connecting custom indicators as resources / Advanced language tools
- www.mql5.com
For operation, MQL programs may require one or more custom indicators. All of these can be included as resources in the ex5 executable, making it...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hey All.
I have been coding for 4 days straight. Working on a new Tool that I am planning to release soon.
I got stuck with one major problem - How the h** we can get the EA loaded as a seperate Window.
What I already know :
- Yes we need to 2 seperate files Indicator file : emptydashboard.mq5 and EA file HacktestEA.mq5
- Compile the indicator First. then Compile the EA.
- Once loaded the EA it will call the indicator first to load and then EA sits on top of Indicator.
- Options that I already tried.
- Floating EA
- minimizable EA.
-> What if I want.
- Can we bundle both the .ex5 files to one Final .ex5 file ?
-> If we need 2 files then technically we are dependent and the EA wont look good.
Need help with :
IS THERE a way to get a final single file architecture to get the EA in a seperate window ?
But FINAL want is single EA file to be in seperate window.
Thank you
:) :) :)