Useful websites links and resources for Quantitative and Crypto Traders
2 min readApr 17, 2023
Here are some useful web links for quant traders:
- Quantpedia — A comprehensive database of trading strategies, backtesting results, and research papers.
- QuantConnect — A platform that allows you to build and test trading algorithms using Python and C#.
- TradingView — A social network for traders with charting tools and real-time data for stocks, futures, forex, and cryptocurrencies.
- CryptoCompare — A cryptocurrency market data provider with real-time prices, historical data, and analysis tools.
- Coindesk — A leading news source for blockchain and cryptocurrency-related news and analysis.
- Binance — A popular cryptocurrency exchange with a wide selection of coins and low trading fees.
- Kraken — A cryptocurrency exchange with advanced trading features, low fees, and high liquidity.
- Coinbase — A beginner-friendly cryptocurrency exchange with a simple user interface and a mobile app.
Here are a bunch of pip Installations if you wish to run a trading strategy on your Python models:
- NumPy — A powerful library for numerical computing in Python.
- Pandas — A data analysis library for Python.
- Scikit-learn — A machine learning library for Python.
- TA-Lib — A technical analysis library for Python that includes a wide range of indicators.
- PyAlgoTrade — A Python library for backtesting and executing trading strategies.
- ccxt — A cryptocurrency trading library that supports multiple exchanges and provides real-time market data.
- backtrader — A Python framework for backtesting and trading strategies.
Python code example:
pip install numpy
With these resources, you’ll have everything you need to start exploring the world of quantitative and crypto trading.
Good luck, traders!