quantiacs-python icon indicating copy to clipboard operation
quantiacs-python copied to clipboard

DEPRECATED Former Python version of Quantiacs toolbox and sample trading strategies. New toolbox available at: https://github.com/quantiacs/toolbox

Results 9 quantiacs-python issues
Sort by recently updated
recently updated
newest added

Using Python 3.7 I get this error: File "C:\Users\mike\AppData\Local\Programs\Python\Python37\Lib\site-packages\quantiacsToolbox\quantiacsToolbox.py", line 1515, in updateCheck from .version import __version__ ImportError: attempted relative import with no known parent package So suggest changing the...

main function to be written for working as script

Hi, when i tried to run the sampletradingalgorithm package, I ran into an error. I suspect is because of 0 data that cause the compilation to stall. File "", line...

The following warning occurs: E:\Anaconda\lib\site-packages\quantiacsToolbox\quantiacsToolbox.py:881: RuntimeWarning: invalid value encountered in true_divide position = position / np.sum(abs(position)) I tried to correct that using numpy.seterr() [added in line 32]

I try to pip install the toolbax with `pip install -U quantiacsToolbox` but get the following error `Command "python setup.py egg_info" failed with error code ` I try with different...

Changes to print. - added parentheses to print statements in files: - - quantiacsToolbox/quantiacsToolbox.py - - sampleSystems/heikinAshi.py Added import for urllib in python3 - try to import urllib for python3...

Pip API no longer supports 'get_installed_distributions' method. This fix changes to use pkg_resources module instead.

I wanted to generate continuous future data by applying rollovers for future contracts same as quantiacs using quantiacs data myself. I wanted to check this with data generated for trading...

Hello, it will be nice if Python 3 could be supported because I see many print ... in your code instead of print(...) I also think you might use requests...