All Projects → xFFFFF → Gekko Datasets

xFFFFF / Gekko Datasets

Licence: mit
Gekko Trading Bot dataset dumps. Ready to use and download history files in SQLite format.

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Gekko Datasets

Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+70.55%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, cryptocurrency-exchanges, backtest, crypto
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+600%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, cryptocurrency-exchanges, crypto
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (+39.04%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, backtest, crypto
tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (-71.92%)
Mutual labels:  crypto, trading-bot, cryptocurrencies, cryptocurrency-exchanges
Profit Trailer Settings
Place to store and stay up to date with configs & strategies from the CryptoGnome Group
Stars: ✭ 335 (+129.45%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, crypto
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-3.42%)
Mutual labels:  cryptocurrency, cryptocurrencies, cryptocurrency-exchanges, crypto
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (+4.11%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, crypto
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-69.86%)
Mutual labels:  trading-bot, cryptocurrencies, backtest, cryptocurrency-exchanges
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-16.44%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies, crypto
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+129.45%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+139.73%)
Mutual labels:  cryptocurrency, cryptocurrencies, cryptocurrency-exchanges
Crypto
Cryptocurrency Historical Market Data R Package
Stars: ✭ 112 (-23.29%)
Mutual labels:  cryptocurrency, cryptocurrencies, crypto
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (-50.68%)
Mutual labels:  crypto, trading-bot, cryptocurrency-exchanges
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-69.18%)
Mutual labels:  trading-bot, cryptocurrency, crypto
Aat
Asynchronous, event-driven algorithmic trading in Python and C++
Stars: ✭ 109 (-25.34%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrencies
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+311.64%)
Mutual labels:  trading-bot, cryptocurrency, cryptocurrency-exchanges
MoniGoMani
Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.
Stars: ✭ 868 (+494.52%)
Mutual labels:  crypto, trading-bot, cryptocurrencies
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+610.96%)
Mutual labels:  trading-bot, cryptocurrency, crypto
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-65.07%)
Mutual labels:  cryptocurrency, cryptocurrencies, crypto
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+645.89%)
Mutual labels:  trading-bot, cryptocurrency, crypto

What is it?

Powered by Gekko-BacktestTool Perl HitCount GA
Donate with Bitcoin
Donate with Ethereum
Ready to use Gekko trading bot SQLite dump files with history use to do backtests. Just copy downloaded file to the Gekko's history directory and you get for example: full history of Binance BTC pairs.

The data is systematized in two ways: in order to improve Gekko's performance, full history data is divided into separate files sorted by exchange and currency pairs. Each database file contains all possible assets from a given exchange-currency.
Second option: data for the last days (7, 14, 30, 60) have all possible currencies and assets from a given exchange in one db file.

The files are updated every day with new data after 23:15 GMT.

Currently available datasets

  • Binance - BTC, BNB, ETH, USDT (full history)
  • Bitfinex - BTC, ETH, USD, EUR, GBP, JPY (full history)
  • Poloniex - BTC, ETH, XMR (full history), USDT (from 2017-07-01)
  • GDAX - USD, BTC, EUR, GBP (full history)
  • Kraken - XBT, ETH, USD, EUR, CAD, GBP, JPY (full history)

Available soon / currently import

  • Poloniex - USDT (full history)
  • BitX (aka Luno) - MYR, NGN, ZAR (full history)

Haven't more free space

I do not have more space on Google Drive - full 15 GB and datasets do not fit. That is why some of the files can not be found there ... if someone wants to support the project, he can give up his drive or set up a new one (you need a phone number to verify - I do not have any more). Then create the API key according to this tutorial.

Download

Dumps are compressed by zip and stored on Google Drive, detailed information about candles are in .info files.

Last 7, 14, 30, 60 days: drive.google.com
Full history: drive.google.com

The current size of all uncompressed full period databases is about 21 GB.

Install

  1. Go to Google Drive here or here
  2. Select the dataset that interests you, click with the right mouse button and select Download
    Download
  3. Go to Your gekko's main directory
  4. Create a history folder in the main folder gekko if it does not exist
    History folder
  5. Uncompress downloaded file, and copy db file (for eg binance_0.1.db) to history folder
  6. Restart Gekko

Local datasets update

BacktestTool logo
I recommend Gekko-BacktestTool app for self-updating via exchange API import. With one command you can import all new candles. For example, for dataset binance-usdt, use the command: ./backtest.pl -i -p binance:USDT:ALL -f last -t now The rest is done automatically.

Do you want to make a mirror?

Feel free if you want to process / modify the data contained in this repository. For those interested, I provide scripts whose task is to update datasets from last value to current time and share dumps on Google Drive. The datasets.sh (main script) and datasets_info.pl (generating detailed information about candles) files are located in the /root/gekko directory, and my separate copies for each datasets in the following subdirectories: binance-usdt, binance-btc, binance-bnb, binance-eth, poloniex-usdt, poloniex-xmr. Add the datasets.sh file to cron, and the rest happens by itself. Scripts require: Gekko, Gekko-BacktestTool and Gdrive.

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].