An algorithmic trading bot and backtesting framework.
The name comes from a combination of the word "equity" and the animal genus eunectes, because naming Python applications after snakes is fun. Given that this trading bot was built with the Alpaca exchange in mind, a South American snake populating roughly the same geograhical vicinity as the alpaca made sense.
Work is being done to implement cryptocurrency trading with Kraken with work also planned to implement forex trading with Oanda. On March 11, 2020, I received an email from Kraken stating that limited forex pairs were now available to trade on their exchange, however they have not implemented forex for US customers yet. Their decision to do so may impact the forex implementation.
bullish_gainers_and_losers
bullish_macd_crossover
bullish_overnight_momentum
efficient_frontier
passive
-
Clone repository
git clone https://github.com/bbeale/u-nectix.git
cd u-nectix
-
Install dependencies
pip install -r requirements.txt
-
Add values to
config.ini
API keys for
- exchanges
- data sources
For more details, see
config.ini.example
`python main.py -b -tp 60 -a passive`