This GitHub Action generates dummy Forex historical data in CSV format.
By default it generates the file in CSV format.
To convert CSV file to different formats, use FX-Data-Convert-Action action.
For full documentation, please read: GitHub Actions Documentation.
uses: fx31337/fx-data-generate-action@v1uses: fx31337/[email protected]Note: Check Releases for more details.
uses: fx31337/fx-data-generate-action@masteruses: fx31337/fx-data-generate-action@master
with:
Pattern: 'zigzag'The CSV filename to generate data to. Default: data.csv.
Starting date (in yyyy.mm.dd format). Default: 2020.01.01.
Ending date (in yyyy.mm.dd format). Default: 2020.01.31.
Starting bid price. Default: 1.00.
Ending bid price. Default: 2.00.
Decimal digits of prices. Default: 5.
Spread between prices (in points).
Data points per minute.
Modeling pattern to use. Default: none.
Supported patterns:
nonecurverandomwavezigzag
Volatility factor. Default: 1.0.
Extra arguments to pass to the script. Default: -v (for verbose output).
- To convert CSV file into different formats, use FX-Data-Convert-Action action.
- To generate CSV file instead, use FX-Data-Generate-Action action.
- For bugs/features, raise a new issue at GitHub.