@tradejs/strategies 1.0.12 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,96 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: TradeJS-Dev
6
+
7
+ Licensed Work: The software contained in this package, version 2.0.0 and later.
8
+
9
+ Additional Use Grant: You may make production use of the Licensed Work,
10
+ provided that you do not use the Licensed Work to offer a Competing Offering
11
+ to third parties.
12
+
13
+ A "Competing Offering" is a product or hosted or managed service whose primary
14
+ purpose is to provide a substantial portion of the functionality of TradeJS,
15
+ including strategy authoring, backtesting, live signal generation, automated
16
+ trading, or machine-learning training and inference workflows.
17
+
18
+ Internal use by you or your organization, including use for your own trading,
19
+ research, analytics, or operations, is not a Competing Offering.
20
+
21
+ Change Date: 2030-07-17
22
+
23
+ Change License: GNU Affero General Public License Version 3
24
+
25
+ For commercial licensing of a Competing Offering, contact the TradeJS-Dev
26
+ maintainers through https://github.com/TradeJS-Dev/TradeJS.
27
+
28
+ License text copyright © 2017 MariaDB Corporation Ab, All Rights Reserved.
29
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
30
+
31
+ Terms
32
+
33
+ The Licensor hereby grants you the right to copy, modify, create derivative
34
+ works, redistribute, and make non-production use of the Licensed Work. The
35
+ Licensor may make an Additional Use Grant, above, permitting limited
36
+ production use.
37
+
38
+ Effective on the Change Date, or the fourth anniversary of the first publicly
39
+ available distribution of a specific version of the Licensed Work under this
40
+ License, whichever comes first, the Licensor hereby grants you rights under
41
+ the terms of the Change License, and the rights granted in the paragraph
42
+ above terminate.
43
+
44
+ If your use of the Licensed Work does not comply with the requirements
45
+ currently in effect as described in this License, you must purchase a
46
+ commercial license from the Licensor, its affiliated entities, or authorized
47
+ resellers, or you must refrain from using the Licensed Work.
48
+
49
+ All copies of the original and modified Licensed Work, and derivative works
50
+ of the Licensed Work, are subject to this License. This License applies
51
+ separately for each version of the Licensed Work and the Change Date may vary
52
+ for each version of the Licensed Work released by Licensor.
53
+
54
+ You must conspicuously display this License on each original or modified copy
55
+ of the Licensed Work. If you receive the Licensed Work in original or
56
+ modified form from a third party, the terms and conditions set forth in this
57
+ License apply to your use of that work.
58
+
59
+ Any use of the Licensed Work in violation of this License will automatically
60
+ terminate your rights under this License for the current and all other
61
+ versions of the Licensed Work.
62
+
63
+ This License does not grant you any right in any trademark or logo of
64
+ Licensor or its affiliates (provided that you may use a trademark or logo of
65
+ Licensor as expressly required by this License).
66
+
67
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
68
+ AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
69
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
70
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
71
+ TITLE.
72
+
73
+ MariaDB hereby grants you permission to use this License’s text to license
74
+ your works, and to refer to it using the trademark “Business Source License”,
75
+ as long as you comply with the Covenants of Licensor below.
76
+
77
+ Covenants of Licensor
78
+
79
+ In consideration of the right to use this License’s text and the “Business
80
+ Source License” name and trademark, Licensor covenants to MariaDB, and to all
81
+ other recipients of the licensed work to be provided by Licensor:
82
+
83
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
84
+ or a license that is compatible with GPL Version 2.0 or a later version,
85
+ where “compatible” means that software provided under the Change License can
86
+ be included in a program with software provided under GPL Version 2.0 or a
87
+ later version. Licensor may specify additional Change Licenses without
88
+ limitation.
89
+
90
+ 2. To either: (a) specify an additional grant of rights to use that does not
91
+ impose any additional restriction on the right granted in this License, as
92
+ the Additional Use Grant; or (b) insert the text “None”.
93
+
94
+ 3. To specify a Change Date.
95
+
96
+ 4. Not to modify this License in any other way.
package/README.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # @tradejs/strategies
2
2
 
3
- Built-in strategy plugin package for the TradeJS open-source framework.
3
+ Built-in strategy plugin package for the TradeJS TypeScript framework.
4
4
 
5
5
  - Homepage: https://tradejs.dev
6
6
  - Documentation: https://docs.tradejs.dev
7
7
  - Quickstart: https://docs.tradejs.dev/getting-started/quickstart
8
8
 
9
+ ## License
10
+
11
+ Version 2.0.0 and later is licensed under Business Source License 1.1. The
12
+ Additional Use Grant permits internal and other non-competing production use;
13
+ providing a competing product or service requires a commercial license.
14
+ Earlier releases remain MIT-licensed. See the
15
+ [TradeJS licensing policy](https://github.com/TradeJS-Dev/TradeJS/blob/stable/LICENSING.md).
16
+
9
17
  ## What It Provides
10
18
 
11
19
  This package contains the built-in strategy plugin catalog.