Skip to content

Releases: santoshlite/EigenLedger

v2.0.4

05 Jul 01:47
cb31319
Compare
Choose a tag to compare
Update setup.py

v2.0.3

05 Jul 00:21
4b50bf5
Compare
Choose a tag to compare
Merge pull request #100 from ssantoshp/ssantoshp-patch-6

Update setup.py

v2.0.2

05 Jul 00:10
e012fee
Compare
Choose a tag to compare
Update __init__.py

⛱️ Sandbox

17 Jul 13:20
55208a4
Compare
Choose a tag to compare
  • Custom allocation ✨
  • Auto rebalance 💫
  • Rebalance whenever you want 🌌
  • Bug correction

🕴️ Risk Manager

05 Jul 10:42
686c9eb
Compare
Choose a tag to compare
  • Switch Empyrial to yfinance
  • Added Risk Manager (Max Drawdown, Take Profit, Stop Loss)
  • Correction of Black Litterman optimizer

⚖️ Let's rebalance!

26 Jun 23:49
0c0b730
Compare
Choose a tag to compare

All the credits goes to Diego Alvarez

  • Added "rebalance" as an Engine's argument
  • Rebalancing available for "2y", "1y", "monthly", "quaterly"

👐 Small bug fix

22 Jun 08:05
7e9dfa1
Compare
Choose a tag to compare
  • Fixings in Fundlens
  • Adding possibility of resizing size and font of the pie with the optimizer()

⚙️ Awesome portfolio optimization

07 Jun 01:51
275affe
Compare
Choose a tag to compare
  • Added an optimizer function with 4 optimization methods: Equal weighting, Mean-Variance, General Efficient Frontier, HRP

👴🏻 Buffet's fundamental analysis

05 Jun 22:43
a4ba8ab
Compare
Choose a tag to compare

🔮 Predict the market with Oracle

01 Jun 15:25
a4ba8ab
Compare
Choose a tag to compare

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