terra-revival / backtest

Python backtesting engine for USTC or any Terra Classic Stable Algos
Other
6 stars 2 forks source link

LUNA/USTC on chain data from the crash #12

Closed Kyjaque closed 11 months ago

Kyjaque commented 1 year ago

get burn/mint data on ustc/luna up to the after crash

NOTE: data starts on block 6960461 which is on 2022.03.23 and ends on block 7639853 which is on 2022.05.16. The pool sizes at that day are
UST 15 702 050 514
LUNA 758 748 715

Kyjaque commented 1 year ago

Data loaded and cleaned from https://github.com/AstroTech-Labs/TerraClassic_Research/tree/main/terra_classic_dataset/latest Fields BLK - chain block id LUNA_BURN - amount of LUNA burnt on this block LUNA_MINT - amount of LUNA minted on this block LUNA_POOL - cumulative LUNA POOL SIZE, starts with 0 UST_BURN - amount of UST burnt on this block UST_MINT - amount of UST minted on this block UST_POOL - cumulative UST POOL SIZE, starts with 0

Kyjaque commented 1 year ago

added 2 more datasets, synthetised 1 minute OHLC data. Filelds date - date time of candle open - open price close - close price volume - volume low = low price high - high price
sellvolume - volume of sell trades buyvolume - bolume of buy trades sellcount - number of sell trades buycount - number of buy trades count - total number of trades

Kyjaque commented 12 months ago

@faffyswap @OhhBilboBaggins please look at the 3 excel files in datasets directory so we can mark this done. it we need to get/compile/change any data, let me know

Kyjaque commented 11 months ago

Converted all files to be comma separated.

Kyjaque commented 11 months ago

no further requests, closing the issue