fastquant
ccxt
Our great sponsors
fastquant | ccxt | |
---|---|---|
2 | 70 | |
1,101 | 27,634 | |
- | 2.3% | |
0.0 | 10.0 | |
3 months ago | 5 days ago | |
Jupyter Notebook | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastquant
-
Backtesting in Python, recommendations please.
https://github.com/enzoampil/fastquant -sort of a wrapper for backtrader that makes it very easy to run backtests and design trade strategies.
ccxt
-
How to start a personal quant investing scheme?
Check out https://github.com/hummingbot/hummingbot (disclosure: my project). We just added a Binance candles feature where you can construct custom OHLCV candles and TA indicators. You should also check out https://github.com/ccxt/ccxt which has broader exchange support but less order book data management than Hummingbot.
-
Automating trading with Pinescript
Essentially, to create an automated trading system using TradingView strategies, you would need to acquire the signal using webhooks. Once you acquire the signal, you can use whatever data send with it to manage orders, using the API of your broker. Usually, there are SDKs available to make this process easier. For crypto, one of the most well known SDKs is called CCXT. There are also some made for traditional brokers too. It is a simple process but it does take some experience with programming systems to set up.
-
ccxt VS vezgo-sdk-js - a user suggested alternative
2 projects | 7 Oct 2022
- Tradingview Webhooks Bot
-
✨ Most rated crypto related GitHub libraries
CCXT – CryptoCurrency eXchange Trading Library - 25.8k stars
-
ccxt VS tradingview-webhooks - a user suggested alternative
2 projects | 18 Sep 2022
- Is there a way to set a conditional, conditional order?
- Crypto Trading Bot
-
How to get CSV of all kava transactions from a given address? Neither my trust wallet nor kava.Io nor my expensive crypto tax software not too 2 kava explorers support this!!! (I have a trust wallet kava wallet.).
As dust settles over next couple weeks… let me consider. You reminded me I wrote a JavaScript (React) iOS app last year using https://github.com/ccxt/ccxt . I just checked, and they support many exchanges/crypto-APIs, but not Kava Labs!!!! Doh!
-
How to execute a trade multible times a day. Where can I find the code or how can I automate buy ans sell
I help people build these things for a living. If you were to do it yourself, the best library is probably here: https://github.com/ccxt/ccxt
What are some alternatives?
binance-spot-api-docs - Official Documentation for the Binance Spot APIs and Streams
freqtrade - Free, open source crypto trading bot
backtrader - Python Backtesting library for trading strategies
pancakeswap-uniswap-sniping-bot - Pancakeswap and Uniswap sniping for beginners. DYOR and modify the code to your liking
OctoBot - Cryptocurrency trading bot using technical analysis based strategy with an advanced web interface
reactjs-crypto-api-dashboard - Create a cryptocurrency dashboard using ReactJS and the Coinbase API
pancakeswap-prediction-winner - 🐱🪄🥞 Bot for PancakeSwap Prediction – 26 technical indicators. Make smarter predictions with Pancake Wizard – trust math, not emotions! [Moved to: https://github.com/modagavr/pancake-wizard]
uniswap-sushiswap-arbitrage-bot - Two bots written in JS that uses flashswaps and normal swaps to arbitrage Uniswap. Includes an automated demostration.
trading-vue-js - 💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
backtesting.py - :mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
Alpaca-API - The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.