Frank Milthaler

Results 15 issues of Frank Milthaler

Matplotlib Finance offers functions to create financial plots from pandas series/dataframes. Do research on https://github.com/matplotlib/mplfinance and see how it can be used in FinQuant

enhancement

Failed pipeline: https://github.com/fmilthaler/FinQuant/actions/runs/5730526086/job/15530536877?pr=120 ``` - name: Check out code uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} fetch-depth: 0 ``` the above causes the failure. the below works on forks: ```...

bug

Example: Monte Carlo optimization of portfolio

enhancement