Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Mql History Reader

A PHP library to read mql history file (.hst)

Usage

include('MqlHistoryReader.php');
$reader = new MqlHistoryReader();
$reader->open('AUDUSD43200.hst');
// Print headers
print_r($reader->get_headers());
// Print history
while($data = $reader->read()) print_r($data);
$reader->close();
```

About

A PHP library to read mql history file (.hst)

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages