Skip to content

Cryptrality/backtester

Repository files navigation

Cryptrality backtest

A flexible way to backtest scripts with a trality-like API.

Install

pip install git+https://[email protected]/Cryptrality/backtester.git/

Config file

if a file named bot.config is found in the current directory, the content of the file will be parsed to get API keys and various other info. The content of the file look like:

SLIPPAGE = 0.0008
FEES = 0.0002
CACHED_KLINES_PATH = cached_klines
INITIAL_BALANCE = 1000

More documentation in Cryptrality readthedocs pages.

There is also a discord channel for people interested in brainstorming and chat about the engine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published