Does anyone have the know how to compile these two indicators?
errors are preventing it loading in MT4
- You open the file in the Editor and compile them.
-
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. What errors?
The indicator won't compile, I'm unsure if its errors in the code or if the new builds of mt4 since have made it incompatiable.
To be fair I just rather hoping UDC was still around, I understand what I'm asking is probally impossible.
Those indicators where his mt4 translations of the ocean BTX by Jim Sloman
Does anyone have the know how to compile these two indicators? errors are preventing it loading in MT4
Ideally I was trying to find UDC but doesn't look like he's been active in years =[
Corrected.
Compiler bug fixed. To work alone
The "OBP1Lock32x.dll" file is needed.
Inside the code
double jma (double & input [], double & output [], int shift) { series = input [shift];
expression has been changed to the following.
double jma (double & asinput [], double & output [], int shift) { series = asinput [shift];
Thanks so much for the response!
I've uploaded the OBP1Lock32x.dll file
I can get the indicators to run in MT4 now thanks to you, but I can't get them to display the data even with OBP1lock32x.dll in the libraries folder.
Would you have any idea on a solution for this?
OBP1lock32x.dll
https://gofile.io/d/aECZEy
I owe you for the assistance! do you have paypal?
- gofile.io

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Does anyone have the know how to compile these two indicators? errors are preventing it loading in MT4
Ideally I was trying to find UDC but doesn't look like he's been active in years =[