Saeed Amen
Saeed Amen
I didn't have that issue with blosc when I installed it, but glad you were able to fix it. This site https://www.lfd.uci.edu/~gohlke/pythonlibs/ has lots of precompiled wheels - it can...
Thanks @vfilimonov - I've now replaced .ix with other indexing in Pandas in finmarketpy and findatapy and pushed out new releases. I need to upgrade my Pandas to version 1.x...
Thanks for the question! My first focus is on providing a simple wrapper for number of market data sources like Bloomberg, Yahoo etc. I also want to provide a wrapper...
@zermeno98 as @EMCP mentions, it is necessary to set the Quandl API key in findatapy DataConstants file (and you also need to get one from the Quandl) - full instructions...
Hi @tianqig - it is possible to install finmarketpy on Mac OS X, but there are some caveats related to the arctic & blpapi dependencies for findatapy. I've added a...
Hi @albanywang2016 - I think the ols package might be deprecated in newer versions of pandas (also I haven't tried the libraries in Python 3.6, I generally use 3.5). The...
Thanks @flipdazed - one way to do this, would be to construct TradingModel classes for each of your building blocks. You'd then create a another portfolio based TradingModel strategy, and...
Hi @toimfortes, thanks for flagging this. First, I'd recommend downloading the newest dev version of PyThalesians from GitHub, as opposed to the last release (which is now quite old). Also,...
Hi @csango - I think you have an old version of the Bloomberg Python API from the look of it. The newer versions are compatible with Python 3. You can...
It doesn't have the TA-Lib library implemented, but it does have some simple technical indicators like moving averages, RSI etc.