You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a comprehensive program for time-series analysis. I want to use your source as a dll library in mql4 programming to test stationary and degree of cointegration of stock market time-series. But mql4 accepts dll importing libraries according to following code. Would you please export gretl functions in dll extension with their function description to use in mql4 programming?
Best wishes
Yashar
This is a comprehensive program for time-series analysis. I want to use your source as a dll library in mql4 programming to test stationary and degree of cointegration of stock market time-series. But mql4 accepts dll importing libraries according to following code. Would you please export gretl functions in dll extension with their function description to use in mql4 programming?
Best wishes
Yashar
#import "file_name"
func1 define;
func2 define;
...
funcN define;
#import
Source: https://docs.mql4.com/basis/preprosessor/import
The text was updated successfully, but these errors were encountered: