Skip to content

k9p5/tiktok-backtests

Repository files navigation

HELLO TIKTOK

The subdirectories contain backtesting scripts that you can execute. Usually the in each file the main file needs to be executed and the src/config file contains configuration values that you can play around with.

Creating a virtual environment

(Recommended if you are not using anaconda)

Create the environment
python3 -m venv virtual-env

Activate the environment (Unix/MacOs)
source virtual-env/bin/activate

Or on Windows
virtual-env\Scripts\activate.bat

Insall all dependencies

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published