Skip to content

Instantly share code, notes, and snippets.

@AnthonyFJGarner
Created April 11, 2022 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnthonyFJGarner/7f4bc9513b167dd2683794bb42e7ea8b to your computer and use it in GitHub Desktop.
Save AnthonyFJGarner/7f4bc9513b167dd2683794bb42e7ea8b to your computer and use it in GitHub Desktop.
Conquer High Frequency Backtesting
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AnthonyFJGarner
Copy link
Author

sys.version,sys.version_info

('3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]', sys.version_info(major=3, minor=9, micro=12, releaselevel='final', serial=0))

%pip list
Package Version


anyio 3.5.0
argon2-cffi 21.3.0
argon2-cffi-bindings 21.2.0
Note: you may need to restart the kernel to use updated packages.
asttokens 2.0.5
attrs 21.4.0
Babel 2.9.1
backcall 0.2.0
beautifulsoup4 4.11.1
bleach 5.0.0
Bottleneck 1.3.4
brotlipy 0.7.0
certifi 2021.10.8
cffi 1.15.0
charset-normalizer 2.0.4
colorama 0.4.4
cryptography 36.0.0
debugpy 1.5.1
decorator 5.1.1
defusedxml 0.7.1
entrypoints 0.3
executing 0.8.3
fastjsonschema 2.15.3
flit_core 3.7.1
idna 3.3
importlib-metadata 4.11.3
importlib-resources 5.6.0
ipykernel 6.9.1
ipython 8.2.0
ipython-genutils 0.2.0
jedi 0.18.1
Jinja2 3.1.1
json5 0.9.5
jsonschema 4.4.0
jupyter-client 7.1.2
jupyter-core 4.9.2
jupyter-server 1.16.0
jupyterlab 3.3.3
jupyterlab-pygments 0.2.0
jupyterlab-server 2.12.0
MarkupSafe 2.1.1
matplotlib-inline 0.1.2
mistune 0.8.4
mkl-fft 1.3.1
mkl-random 1.2.2
mkl-service 2.4.0
nbclassic 0.3.7
nbclient 0.5.13
nbconvert 6.4.5
nbformat 5.3.0
nest-asyncio 1.5.1
notebook 6.4.10
notebook-shim 0.1.0
numexpr 2.8.1
numpy 1.21.5
packaging 21.3
pandas 1.4.1
pandocfilters 1.5.0
parso 0.8.3
pickleshare 0.7.5
pip 21.2.4
prometheus-client 0.14.1
prompt-toolkit 3.0.20
pure-eval 0.2.2
pycparser 2.21
Pygments 2.11.2
pyOpenSSL 22.0.0
pyparsing 3.0.4
pyrsistent 0.18.1
PySocks 1.7.1
python-dateutil 2.8.2
pytz 2021.3
pywin32 302
pywinpty 2.0.2
pyzmq 22.3.0
requests 2.27.1
Send2Trash 1.8.0
setuptools 58.0.4
six 1.16.0
sniffio 1.2.0
soupsieve 2.3.1
stack-data 0.2.0
terminado 0.13.1
testpath 0.6.0
tornado 6.1
traitlets 5.1.1
urllib3 1.26.8
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 1.3.2
wheel 0.37.1
win-inet-pton 1.1.0
wincertstore 0.2
zipp 3.8.0​

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment