Releases: santoshlite/EigenLedger
Releases · santoshlite/EigenLedger
v2.0.4
Update setup.py
v2.0.3
Merge pull request #100 from ssantoshp/ssantoshp-patch-6 Update setup.py
v2.0.2
Update __init__.py
⛱️ Sandbox
- Custom allocation ✨
- Auto rebalance 💫
- Rebalance whenever you want 🌌
- Bug correction
🕴️ Risk Manager
- Switch Empyrial to yfinance
- Added Risk Manager (Max Drawdown, Take Profit, Stop Loss)
- Correction of Black Litterman optimizer
⚖️ Let's rebalance!
All the credits goes to Diego Alvarez
- Added "rebalance" as an Engine's argument
- Rebalancing available for "2y", "1y", "monthly", "quaterly"
👐 Small bug fix
- Fixings in Fundlens
- Adding possibility of resizing size and font of the pie with the
optimizer()
⚙️ Awesome portfolio optimization
- Added an optimizer function with 4 optimization methods: Equal weighting, Mean-Variance, General Efficient Frontier, HRP
👴🏻 Buffet's fundamental analysis
- Fundamental lens added
🔮 Predict the market with Oracle
Adding Oracle function which :
- contains several predictions models such as Exponential smoothing, Prophet, Auto-ARIMA, Theta(2), ARIMA, FFT, FourTheta, NaiveDrift, NaiveMean, NaiveSeasonal
- calculates MAPE for each of these models to check the accuracy
- predict returns of your assets and portfolio with all these models