GPL license
-
Hi
I can not redistribute any inducators or strategies unless I also release the source code according to the GPL license. Does backtrader provides any other type of licence?
Most of other python trading libraries/platform s are using Apache or MIT license which allows redistribution without releasing the source code s. -
Choosing
GPLv3
is a fully conscious decision. What other libraries may or may not do is not of much interest. Each author or organization willing to release open source code weights the pros and cons of different approaches and in this case theGPLv3
was chosen.Having a license doesn't preclude being able to have a 2nd license for the platform. In most cases this pattern is filled with a direct negotiation between the parties (one interested in an acquisition with a different license, the other willing to re-license) Whether such a pattern fits your case is something which cannot be simply assumed.