For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Backtrader Setup for multiuser
-
Hi
I am new to backtrader and I would like to setup for 3 people to all work on together.
What is a good way to setup the system so that more than one person can work together?
-
It is a library and although nothing prevents a broker implementation which can be called from different instances, no such thing exists.
Unless you can provide more details, I can only guess you have to use standard methods and tools to work, such as
git
(directly or over a provider like GitHub, GitLab, ...), Slack/Teams, ... -
thanks, that points me in the right direction.