Skip to content

Converting the Johansen Cointegration codes to dll library to use in mql4 programming #1

@yasharino

Description

@yasharino

This is a good job to create automate a well-known cointegration test . 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 the 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions