mate-h / sorosbot.com

Site
1 stars 3 forks source link

Create simple chart for visualizing trades database of buy and sell signals #2

Open mate-h opened 3 years ago

mate-h commented 3 years ago

UI implemented using chartjs or a chart library with better performance. Basic features:

mate-h commented 3 years ago

The markers on this chart show the local minima and maxima of any long position, ordered by their ROI while removing overlapping trades. Also named "pair lock" on freqtrade.

image

mate-h commented 3 years ago

Look into a professional trader's database, whether it exists or public. Creating the database ourselves will have poor results.

mate-h commented 3 years ago

Note to self: stay away from copy trading platforms, they are a cash grab https://www.reddit.com/r/CryptoCurrency/comments/8pj8b2/best_copy_trading_platform_to_use/

Historical trades data sources

https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#old-trade-lookup-market_data https://instruments.kaiko.com/ https://bitcoincharts.com/about/markets-api/ https://tardis.dev/

According to some sources, some live market data can be scraped and persisted (tick level prices, and order book). Tick-level order book L2 updates collected from exchanges' WebSocket feeds. Maybe this is the best way to go instead of paying for data, but it will take some time and effort. See details at https://docs.tardis.dev/faq/data#how-incremental_book_l2-csv-dataset-is-built-from-real-time-data