texasraj
texasraj
Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-q2_n3ik8/tseries-patterns_3d5bb6f370834c15ab683f40b5484a9a/setup.py", line 6, in from Cython.Build import cythonize ModuleNotFoundError: No module named 'Cython' Can we have a simple python...
### Expected Behavior **Here is the code for both long and short:** if self.position.size 1.01 * self.sma2[-1] : self.buy() if self.position.size > 0 and self.sma1[-1] < self.sma2[-1] : self.position.close() if...