The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

fitf-dump - utlity for dumping fitf files

SYNOPSIS

# show header
fitf-dump file.fitf

# dump all ticks
fitf-dump --tick --all file.fitf

# dump all bars as 5min bars
fitf-dump --bar --second 300 file.fitf

AUTHOR

Chia-liang Kao <clkao@clkao.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.