GrumpyDuckMan:
Hello everyone,
I am a little confused why iOBV doesn't return any data with icustom at the moment. When I don't use icustom the iOBV works fine. I am not sure if this #define is correct ( #define OBV_ "OBV.ex4" )
Please advise
please correct iCustom
double val=iCustom(NULL,0,"SampleInd",13,1,0); |
GrumpyDuckMan:
Hello everyone,
I am a little confused why iOBV doesn't return any data with icustom at the moment. When I don't use icustom the iOBV works fine. I am not sure if this #define is correct ( #define OBV_ "OBV.ex4" )
Please advise
Hi,
Please make sure you have OBV.ex4 file in your indicator folder.
If you want to use default metatrader OBV, the right method is using the iOBV.
Regards

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
Hello everyone,
I am a little confused why iOBV doesn't return any data with icustom at the moment. When I don't use icustom the iOBV works fine. I am not sure if this #define is correct ( #define OBV_ "OBV.ex4" )
Please advise