Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19 doc video tutorial #20

Merged
merged 4 commits into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
# Python Strategy Executor
A simple trading strategy executor framework to run trading strategies written in Python.

# Video Tutorial

<p align="center">
<a href="https://youtu.be/yilEO3myGLA?si=5GsHjx662EZUrLVp"><img src="https://github.com/geniusyield/strategy-executor/assets/2914096/6afee7ca-7550-48c5-b1a5-cde456a1b63f"></a>
<br />
<a href="https://youtu.be/yilEO3myGLA?si=5GsHjx662EZUrLVp">Trading Bot API | Explainer Video</a>
</p>

# Starting the Strategy Executor

The easiest way to spin up the strategy executor is to use the make file:
Expand Down Expand Up @@ -75,4 +83,4 @@ so there won't be any issues around the used ports:

After spinning up a strategy; one might want to change something in the source code.

This can be easily done in the python code and the changes can be deployed by simply calling `make start-bb` again. This is going to deploy the strategy changes, but won't restart the server, so the changes of the strategy logic could be quickly tested.
This can be easily done in the python code and the changes can be deployed by simply calling `make start-bb` again. This is going to deploy the strategy changes, but won't restart the server, so the changes of the strategy logic could be quickly tested.
Loading