bash git clone https://github.com/bwjoke/BTC-Trading-Since-2020.git cd BTC-Trading-Since-2020 bash Latest tagged build (replace date as needed) gh release download data-2026-04-17 --repo bwjoke/BTC-Trading-Since-2020 api-v1-execution-tradeHistory.csv # primary execution ledger (balance-affecting) api-v1-order.csv # order intent + lifecycle api-v1-user-walletHistory.csv # deposits, withdrawals, funding, realised PnL api-v1-position.snapshot.csv # terminal position anchor api-v1-user-wallet.snapshot-all.csv # terminal wallet anchor api-v1-user-margin.snapshot-all.csv # terminal margin/equity an…