-
Read the instructions but haven't been able to figure this out yet. Suppose I have some auto trading scripts written in Python, how to integrate my scripts with this docker image? |
Beta Was this translation helpful? Give feedback.
Answered by
gnzsnz
Aug 16, 2024
Replies: 1 comment
-
here you have an example of a docker-compose with a separate image running a trading strategy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gnzsnz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here you have an example of a docker-compose with a separate image running a trading strategy
#124 and here #140