Jacques
Jacques
Hi, I am trying to use: `macd, macdsignal, macdhist = talib.MACD(close, fastperiod=12, slowperiod=26, signalperiod=9)` but not clear what are in Macd, macdsignal & macdhist variables ? I suppose that: macd...
Hi, I tried these lines of code and get: ``` stock = qs.utils.download_returns('SPY') print(qs.stats.sharpe(stock,rf=10.0,periods=252)) print(qs.stats.sharpe(stock,rf=100.0,periods=252)) print(qs.stats.sharpe(stock,rf=1000.0,periods=252)) ``` ``` 0.6041574813214625 0.6041574813214625 0.6041574813214625 ``` Same result although I change the rf input....
hi, how to install Spyder-notebook for Spyder standalone application ? thx
I have something strange with my conda environment, I do (all of that I did of course inside the same environment of course) : ``` conda list pandas **1.1.2** pypi_0...
Hi I don't know what I did but I have this output now when I launch my terminal from anaconda (on Mac) : Last login: Wed May 6 15:45:12 on...
Hi, I am new to Julia and tried to install Quandl (with Julia 1.5.3) but I got an error message. ``` UndefVarError: Pkg not defined Stacktrace: [1] top-level scope at...
Hi, I am trying to use kite inside jupyter vscode but I have an error message that I do not understand. What should I do ? thx
**Describe the bug** In jupyterlab 3.0.16 I have on the bar "Kite: Not running". I don't know what's happened. Thx for your help.
I would like to get the economic calendar from yahoo site. Is it possible ? Thx
**Describe the bug** I try to install openbb with `pip install "openbb[forecast]" --no-cache-dir` **Screenshots** If applicable, add screenshots to help explain your problem. If you are running the terminal using...