This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Commit f235ba1
authored
v4.1.0: release to master (#1069)
* bring the recent commits to master down into unstable (#1048)
* update products.json file to newest trading pairs at binance (#1028)
* Binance changed API 24 hours to 1 hour (#1027)
* Update README
* Update README again
* add generation data to gitignore (#1012)
* binance changed their API strategy from 24 hour windows to 1 hour.
* rename periodLength to period_length (#1035)
* Change markup_pct to new markdown and markup, set commonArgs so it is included in all strategies, fix return. (#1047)
The only other occurrence is in the readme file noting the legacy aspect.
* Update darwin.js
* Added support for dema-strategy to darwin.js (#1046)
* fix bad escaping on output to console (#1045)
* Update periodLength to underscore syntax for darwin
* Missing | lead to bitwise operation being performed rather than an OR logical comparison. (#1053)
* Console Output adjustment (#1055)
* resolution to .csv & .json output (#1058)
* resolution to .csv & .json output
trogdor123 got me looking at the right section where the params were being input in json. made some minor tweaks to the code and now both are outputting correctly.
* Update darwin.js
...changes - formatting.
* darwin.js - crossover strategy (#1060)
noticed that generational output was static from gen to gen for smalen1 and smalen2. sure enough, those are coded into the strategy itself, but were left out of the darwin.js strategy config for mutation.
* Docker (#1061)
* docker fix
* Resolve docker build problems
* noop strategy: readme/links/list (#1062)
* Travis. Docker. (#1063)
* Updated minimum required node version (#1066)
It appears Zenbot wont work on anything before 8.3.0. Updating the minimum required version, for clarity.
* Merge DemaStrats (#1067)
fixes #1064
* v4.1.0: prepare release (#1068)
* v4.1.0: prepare release
* update package-lock.json1 parent 10c2384 commit f235ba1
File tree
18 files changed
+6837
-1824
lines changed- commands
- extensions
- exchanges
- bittrex
- poloniex
- strategies
- dema-lessnoise
- dema
- noop
- trendline
- lib
- scripts/genetic_backtester
18 files changed
+6837
-1824
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
| 391 | + | |
391 | 392 | | |
392 | | - | |
| 393 | + | |
| 394 | + | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
This file was deleted.
0 commit comments