The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.