This GitHub Action allows Forex historical data to be converted to different formats.
Supported formats:
- CSV
- HST (historical data, e.g. OHLC values)
- HST v509 (older version)
- FXT (tick data for MetaTrader 4)
- HCC (tick data for MetaTrader 5)
For full documentation, please read: GitHub Actions Documentation.
uses: fx31337/fx-data-convert-action@v1
uses: fx31337/fx-data-convert-action@v1.0.0
Note: Check Releases for more details.
uses: fx31337/fx-data-convert-action@master
Example:
uses: fx31337/fx-data-convert-action@master
with:
InputFile: 'myfile.csv'
OutputFormat: 'fxt'
The CSV filename to convert from.
The format of the file to convert to.
Supported output formats: fxt
, hst
and hcc
.
Mode of modeling price (for FXT format only).
Supported modes:
0
- Every tick (default)1
- Control points2
- Open prices
Symbol pair code (e.g. EURUSD
, default: FOOBAR
).
Extra arguments to pass to the script. Default: -v
(for verbose output).
Specifies level of verbosity (0-2).
Supported levels are:
- 0 - no output
- 1 - standard messages
- 2 - debug messages
- 3 - trace messages
- For bugs/features, raise a new issue at GitHub.