Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 authored Apr 17, 2024
1 parent 6df69fc commit a89a650
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
# Python Strategy Executor
A simple trading strategy executor framework to run trading strategies written in Python.

# Video tutorial
# Video Tutorial

[Youtube: Trading Bot API | Explainer Video](https://youtu.be/yilEO3myGLA?si=5GsHjx662EZUrLVp)
<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

Expand Down Expand Up @@ -79,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.

0 comments on commit a89a650

Please sign in to comment.