btc-usd-positions / README.md
earnliners's picture
Update README.md
69c6059 verified
---
license: cc-by-sa-4.0
---
# BTC-USD Bot Positions Dataset
This dataset stores positions for BTC/USD trading strategies. It includes position types, timestamps, and other relevant data generated from a trading bot using machine learning techniques.
It is updated hourly using this link [dataset](https://docs.google.com/spreadsheets/d/e/2PACX-1vRI_33ZSHz9wKiXm7oUhxsdrFUS8wZzKK_1vgVd0bEbQJQ42YWpY8B9ysbRrd2FDPgyjCOknM5ohdcM/pubhtml?gid=0&single=true)
The dataset on huggingface is not up to date but is given as an example
Use this link [dataset](https://docs.google.com/spreadsheets/d/e/2PACX-1vRI_33ZSHz9wKiXm7oUhxsdrFUS8wZzKK_1vgVd0bEbQJQ42YWpY8B9ysbRrd2FDPgyjCOknM5ohdcM/pubhtml?gid=0&single=true) to update (hourly)
## Dataset Description
The dataset consists of the following columns:
- **timestamp**: The time when the position was recorded.
- **position**: The type of position (`Buy` or `Sell`).
- **Buy%**: The probability (percentage) of the position being a "Buy."
- **Sell%**: The probability (percentage) of the position being a "Sell."
## License
This dataset is licensed under the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).