I understand and have read through the whole thread before posting a comment {I am not technically challenged}. Have all the files that is required for the system to work and have followed the steps to the teeth. As aforementioned HGI standalone is working without any hick-ups. I will again check if there is a problem with wine that I am using
Thanks for the help, Renee
renexxxx » Mon Apr 09, 2018 7:36 am wrote:@silentshadow:
In order to run HGIMatrixMTFv33.ex4 you only need the HGI Indicator (by default that is HGI_v17.00.ex4) in the \Indicators folder. Of course, you need the latest version of that indicator that hasn't expired yet. The runtime system needs access to this HGI_v17.00.ex4 file as the code of HGIMatrixMTFv33.ex4 calls the iCustom-function, with the HGI_v17.00.ex4 filename as one of its parameters.
In order to compile HGIMatrixMTFv33.mq4 to create HGIMatrixMTFv33.ex4 you need nothing else than your MQL4 compiler which is inside the Metaquotes Language Editor (and press F7).
In order to run HGIMatrixMTFv33L.ex4 (i.e. the HGI Library version), you only need the HGI Library file (that is hgi_lib.ex4) inside the \Libraries folder. Again, you need a version of this file that hasn't expired yet.
In order to compile HGIMatrixMTFv33L.mq4 to create HGIMatrixMTFv33L.ex4 you only need the hgi_lib.mqh file inside the \Include folder. This is a very small file that is included in the source of HGIMatrixMTFv33L.mq4 and therefore the compiler needs to have access to this file.
If you don't understand any of this, you will have to re-read these four paragraphs until you do. All the information is contained in there.
