SamoPP
SamoPP
I have come across an issue in PortfolioAnalytics. It might be that my data (downloaded from Yahoo Finance) simply has issues but I guess this should not lead PortfolioAnalytics to...
API server I am working with rejects any request that has to many headers in the request (headers not specified in the documentation). Accept header is redundant in my specific...
Hi, Boris, Thank you for this repo. I would appreciate if you could share code and data. My e-mail: [email protected] Best regards, Sam
* Parallel TQDM version: 0.2.0 * Python version: 3.11.4 * Operating System: Windows 11 ### Description I have working code for parallel execution using pqdm. It works if I use...
## Problem Description **Please provide a minimal, self-contained, and reproducible example:** ```python pf.plot_rolling_returns(portfolioReturns, live_start_date='2023-08-01 00:00:00', factor_returns=subset_benchmarkReturns) ``` **Please provide the full traceback:** ```python { "name": "KeyError", "message": "\"None of [DatetimeIndex(['2020-01-02...
I was looking to plot histogram of times and unfortunately this great package does no handle POSIXct: > amHist(x=times, control_hist = list(breaks = 100)) Error in UseMethod("amHist") : no applicable...
I am trying to use your great component. What I need to do is change the value/text of code in the code editor (most of the times I need to...
I am trying to see a very simple divergence between price series and RSI with n=3. Looks like techchart::find.imppoints can't find any imppoints for RSI3. What to do here? Reproducible...