Enular Library
pip install enular
NOTE: Alpha version (v1.0.0) and development in progress. Expect beta release in late 2023.
The Enular Library contains tools for backtesting, evaluating and visualising algorithmic trading strategies. It allows the user to easily combine indicators with complex operations into strategies, similar to neural networks. It also provides indicators, data sources, and paper trading capabilities. Documentation coming soon. Enular.com
Details:
- Uses parts of Backtrader's Cerebro engine with fixes from Backtrader2
- Data streaming from Yahoo Finance
- Indicator and strategy collection
- Improve accessiblity with simplified architecture
- Highly scalable strategies: extend classes and redefine trade logic
- Live trading capabilities
Architecture:
-
1 category of base indicators (INPUT: market data, OUTPUT: single indicator signal)
- Indicator library with existing technical analysis indicators
-
3 categories of indicator operations (INPUT: two indicator signals, OUTPUT: single indicator signal):
- Scalar inputs to scalar output
- Scalar inputs to boolean output
- Boolean inputs to boolean output (7 basic logic gates)
-
2 categories of strategy operations (INPUT two indicator signals, OUTPUT: order instructions):
- Scalar inputs to order instructions
- Boolean inputs to order instructions (7 basic logic gates)
Development in progress:
- Live trading via IB
- Indicator library
- Strategy library
- Data feed improvements
- Machine learning capabities
- Instructional articles on Medium
- Templates
- Documentation
- User forum
- Resaerch
- Data hosting and supply
Release files for enular 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| enular-1.0.0.tar.gz | 5.3 kB | Details |
Release files / enular-1.0.0.tar.gz
| Download URL | enular-1.0.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b8ad8100a2f7f3447340bf5c2c39f5f62827343610f5b0bbc5b55a369904875b
|
|
BLAKE2b-256 checksum How to use checksums |
37aa2601d5210ae5151b4ccca693b8750a6b8c24acfb9f2be8f56998c90c14b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.1
|