 MatthiasandGitHub
|
a4a985bebf
|
Fix docstring, increase stoploss
Using a pretty generic stoploss of 0.05. (0.003 was too specific and will not work in realistic scenarios).
|
2020-06-04 14:41:15 +02:00 |
|
 bmoulkafandGitHub
|
0482bd575e
|
strategy buy signal fix
|
2020-04-18 11:38:36 +00:00 |
|
bmoulkaf
|
cce133e2fb
|
TD sequential strategy
|
2020-04-17 23:08:33 +00:00 |
|
 hroff-1902andGitHub
|
5543b5855c
|
Merge pull request #74 from hclivess/patch-1
Update command
|
2020-04-16 19:47:09 +03:00 |
|
 hroff-1902andGitHub
|
fb2bf563a4
|
Some more cosmetics
|
2020-04-16 19:46:52 +03:00 |
|
 Jan KučeraandGitHub
|
c20663069d
|
Update command
This either changed (incompatible) or is a typo
|
2020-04-16 18:41:32 +02:00 |
|
 hroff-1902andGitHub
|
ab9cba8d74
|
Merge pull request #58 from freqtrade/AverageHyperopt
hyperopt for AverageStrategy.py
|
2020-04-16 12:27:19 +03:00 |
|
 hroff-1902andGitHub
|
90279c5124
|
Merge pull request #73 from freqtrade/stochf_integer
stochf parameters are all integers
|
2020-04-12 22:47:01 +03:00 |
|
 MatthiasandGitHub
|
0af4d1d1d2
|
Merge pull request #36 from hroff-1902/hyperopt-MACDStrategy
hyperopt for MACDStrategy
|
2020-04-11 17:22:55 +02:00 |
|
Matthias
|
23c2e43cba
|
Remove unnecessary methods, improve docstring
|
2020-04-11 17:19:16 +02:00 |
|
Matthias
|
abb95aaf7f
|
Simplify and fix AverageHyperopt
|
2020-04-07 17:50:43 +02:00 |
|
Matthias
|
8ac1efddbf
|
stochf parameters are all integers
|
2020-04-04 19:53:41 +02:00 |
|
 hroff-1902andGitHub
|
4df3a46e19
|
Merge pull request #71 from freqtrade/xmatthias-patch-1
Update links to strategies
|
2020-03-24 23:34:55 +03:00 |
|
 MatthiasandGitHub
|
f42abc37bc
|
Update links to strategies
|
2020-03-24 10:28:36 +01:00 |
|
 MatthiasandGitHub
|
16d3f430f7
|
Merge pull request #65 from lebonez/patch-1
Remove buyframe dependency
|
2020-02-10 17:36:53 +01:00 |
|
 Mitchell WallsandGitHub
|
5a68051002
|
Remove buyframe dependency
Removed buyframe from populate_sell_trend
|
2020-01-28 15:20:10 -06:00 |
|
 hroff-1902andGitHub
|
20941f7675
|
Merge pull request #63 from freqtrade/ReinforcedAvgStrat
Fix ReinforcedAverageStrategy to work
|
2020-01-17 04:15:10 +03:00 |
|
Matthias
|
2f7e5203bb
|
Remove potential future-looking code
|
2020-01-16 20:08:41 +01:00 |
|
Matthias
|
690f04ccb0
|
Fix ReinforcedAverageStrategy to work
|
2020-01-16 19:59:15 +01:00 |
|
 OtenMotenandMatthias
|
985f1868ac
|
Add Hyperopt file for AverageStrategy
|
2019-12-23 20:24:34 +01:00 |
|
 MatthiasandGitHub
|
24fe931df2
|
Merge pull request #57 from freqtrade/readme
Updat readme.md to align to current commands
|
2019-12-23 12:42:59 +01:00 |
|
Matthias
|
5307378093
|
Fix typos
|
2019-12-23 12:42:32 +01:00 |
|
Matthias
|
a3e53bab17
|
Updat readme.md to align to current commands
|
2019-12-23 09:35:56 +01:00 |
|
 hroff-1902andGitHub
|
21c241b6a9
|
Merge pull request #47 from freqtrade/strat005
The strategy should use rolling volume, not absolute mean
|
2019-11-21 11:17:29 +03:00 |
|
 MatthiasandGitHub
|
cb0208466e
|
Merge pull request #52 from freqtrade/hroff-1902-patch-1
Align InformativeSample with current freqtrade dataprovider interface
|
2019-11-20 19:38:31 +01:00 |
|
 hroff-1902andGitHub
|
a2210d2cc0
|
Align InformativeSample with current freqtrade dataprovider interface
|
2019-11-20 21:30:29 +03:00 |
|
 MatthiasandGitHub
|
553267bfd4
|
Merge pull request #49 from gaugau3000/fix_ticker_duplication
[remove ticker interval duplication from InformativeSample file] - [minor]
|
2019-11-11 19:24:10 +01:00 |
|
gaugau3000
|
6d6aa75736
|
remove ticker interval duplication
|
2019-11-11 18:42:21 +01:00 |
|
Matthias
|
0e2c57731c
|
Fix wrongly named parameter
|
2019-10-19 14:20:30 +02:00 |
|
Matthias
|
367b7b55ce
|
The strategy should use rolling volume, not absolute mean
|
2019-10-19 14:11:38 +02:00 |
|
 hroff-1902andGitHub
|
8d2717e73e
|
Merge pull request #46 from freqtrade/small_fixes
Clean up some minor things
|
2019-10-06 14:29:34 +03:00 |
|
Matthias
|
ce1676183a
|
Clean up some minor things
|
2019-10-05 19:48:01 +02:00 |
|
 MatthiasandGitHub
|
1c67803f5c
|
Merge pull request #43 from il-katta/master
CombinedBinHAndCluc code clean
|
2019-08-22 12:42:23 +02:00 |
|
 il-kattaandGitHub
|
531a1c83a3
|
CombinedBinHAndCluc code clean
|
2019-08-21 00:33:01 +02:00 |
|
 MatthiasandGitHub
|
456de39bfa
|
Merge pull request #42 from freqtrade/hroff-1902-patch-1
Use DataProvider.get_pair_dataframe() for informative pair
|
2019-08-20 06:32:04 +02:00 |
|
 hroff-1902andGitHub
|
55cc1a4503
|
Use DataProvider.get_pair_dataframe() for informative pair
|
2019-08-20 03:39:40 +03:00 |
|
 MatthiasandGitHub
|
b05c669a8b
|
Merge pull request #41 from freqtrade/hroff-1902-patch-1
cleanup in InformativeSample
|
2019-08-17 06:27:34 +02:00 |
|
 hroff-1902andGitHub
|
5606e64a45
|
cleanup in InformativeSample
|
2019-08-17 04:59:13 +03:00 |
|
 MatthiasandGitHub
|
8ef81a0ba6
|
Merge pull request #40 from hroff-1902/master
indicators removed
|
2019-08-10 16:44:42 +02:00 |
|
hroff-1902
|
a9b1cc507c
|
indicators removed as it was moved to technical repo
|
2019-08-10 16:48:24 +03:00 |
|
 hroff-1902andGitHub
|
73c2a6422c
|
Merge pull request #39 from hroff-1902/update-interfaces
update interfaces for populate_* methods
|
2019-08-10 16:15:25 +03:00 |
|
 MatthiasandGitHub
|
f22448db6f
|
Merge pull request #38 from freqtrade/hroff-1902-patch-1
typo in the name of the strategy class fixed
|
2019-08-10 15:14:14 +02:00 |
|
hroff-1902
|
6f4cf17637
|
update interfaces for populate_* methods
|
2019-08-10 13:37:34 +03:00 |
|
 hroff-1902andGitHub
|
8de72367f5
|
typo in the name of the strategy class fixed
|
2019-08-10 12:58:30 +03:00 |
|
 MatthiasandGitHub
|
994a4ace8f
|
Merge pull request #35 from hroff-1902/macd-crossed
MACDStrategy_crossed
|
2019-07-26 06:25:49 +02:00 |
|
hroff-1902
|
7e40bccdf8
|
Add hyperopt for MACDStrategy
|
2019-07-11 03:26:45 +03:00 |
|
hroff-1902
|
430a31c350
|
MACDStrategy cosmetics
|
2019-07-11 02:59:08 +03:00 |
|
hroff-1902
|
10b0254502
|
MACDStrategy_crossed
|
2019-07-11 02:37:56 +03:00 |
|
 MisaghandGitHub
|
6d2625f1bc
|
Merge pull request #32 from hroff-1902/fix-sell-0
fix 'sell' set to 0 in strategies
|
2019-06-01 12:40:10 +02:00 |
|
hroff-1902
|
48417e399f
|
fix 'sell' = 0
|
2019-06-01 08:05:38 +03:00 |
|