Frank Milthaler

Results 15 issues of Frank Milthaler

Using .iloc[i] instead of .loc[i], and calling pf._update only once, after portfolio was generated

Adding "MC" or "Monte-Carlo" to labels of Monte Carlo optimisation plots. Easier to distinguish it from the Efficient Frontier output.

Add written output of optimisation functions to README/Documentation-Motivation

see if this should/could be implemented. [GARCH modelling | Investopedia](https://www.investopedia.com/terms/g/generalalizedautogregressiveconditionalheteroskedasticity.asp)

enhancement
help wanted

Implementation

enhancement
help wanted

In some places, df.loc[i] is used, when it should be df.iloc[i].

bug

Example to show how to manually add stock(s) to a previously created instance of Portfolio.

enhancement

Look into: - https://intrinio.com/ - https://www.alphavantage.co/ - https://www.worldtradingdata.com/

Implementation of RSI momentum indicator, thank you @pythonhacker. This closes #119.