When I try to download the file according to Koinly's instructions, one of the files is not recognized. It's called "Futures Copy Trade Order History"
Workaround
I need to modify the file to a koinly-readable format:
  • Rename
    close_time(UTC+xx:00)
    to
    Koinly Date
    (note the UTC offset for the future)
  • Rename
    Position Profit/Loss(USDT)
    to
    Amount
  • Rename
    copy_fee
    to
    Fee Amount
  • Add a column "Tag" and fill it with
    pnl
    (for all rows)
  • Add a column "Currency" and fill it with
    USDT
    (for all rows)