Olympus trading project (mirrored from GitHub)
This repository has been archived on 2026-04-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-08-18 00:46:56 +02:00
.github/workflows black only on pull request 2021-06-15 13:45:26 +02:00
olympus fixed worker name 2021-08-18 00:46:56 +02:00
.gitignore added testnet execution 2021-06-28 18:33:51 +02:00
CODEOWNERS Create CODEOWNERS 2021-05-19 16:41:27 +02:00
db_design.sql rename trading_engine_2 to trading_engine 2021-03-18 10:15:05 +01:00
Dockerfile added label to update via dockupdater 2021-06-28 12:37:53 +02:00
Dockerfile2 syncing local and remote git 2020-08-17 15:24:34 +02:00
LICENSE.txt initial comint 2020-03-26 14:03:34 +01:00
README.md readme and functions added to init 2020-03-26 14:36:44 +01:00
requirements.txt added testnet execution 2021-06-28 18:33:51 +02:00
setup.py work on payment 2021-07-01 14:23:38 +02:00

#Olympus

General purpose trading engine, backtester, Hyperoptimizer and trade database.

#Installation

pip install git+http://5.189.142.18:57779/geza/olympus.git

#How to use Please check the _examples folder for different use cases.