Joe Schr
41fae636bd
refactor(TrailingSL): split TrailingSL and strategy inheriting from it into dedicated files
2021-03-04 19:42:49 +01:00
Joe Schr
909cb64ae1
feature(TrailingSL): only add indicator to custom_info in backtest/hyperopt
2021-03-04 19:30:51 +01:00
Joe Schr
f606d90107
fix(TrailingSL): check if pair exists in custom_info before accessing
2021-03-04 19:30:12 +01:00
Joe Schr
e289276091
feature(TrailingSL): add comment with warning about using -1 idx
2021-03-04 18:38:57 +01:00
Joe Schr
a0f8971094
fix(TrailingSL): use integer index instead of last_updated
...
I fixed this as discussed, but:
- I didn't use `last()` because it's only available for `DatetimeIndex`
- I didn't use `.iloc[-1]` because there are a lot of stern warnings in the docs do don't use it and I don't want to confuse less technically aligned user by now using it in an "official" sample
- I did use `.iat[-1]` because it's supposed to be fasted by working on the Series of the requested column directly
2021-03-04 18:32:23 +01:00
Joe Schr
640e11f89b
fix(TrailingSL): remove left-over print() and trailing whitespace
2021-03-04 18:30:47 +01:00
Joe Schr
2743b32435
fix(TrailingSL): add "hyperopt" check. use get_analyzed_dataframe()
2021-03-04 14:53:17 +01:00
Joe Schr
6d04bdb0f0
Add TrailingSL as an example for using ATR or any other indicator inside of custom_stoploss
2021-03-03 22:03:03 +01:00
Matthias
488002319c
Fix ReinforcedSmoothScalp
...
Closes #109
2020-11-18 19:57:58 +01:00
Matthias
9fd0faddd8
Replace all "ticker_interval" with timeframe
2020-11-06 07:04:29 +01:00
Matthias
705d5b9de8
Fix invalid syntax in SmoothOperator
...
closes #105
2020-10-28 07:44:28 +01:00
Matthias and GitHub
598def9553
Merge pull request #91 from freqtrade/reinforcedScalpHyperopt
...
Reinforced scalp hyperopt
2020-08-31 14:58:37 +02:00
Matthias and GitHub
3b1de9bf5c
Merge pull request #66 from freqtrade/generalize_reinforced_avgstrategy
...
Generalize ReinforcedAverageStrategy for other timeframes
2020-08-31 14:58:08 +02:00
Matthias
379f74d604
Align ADXMomentum to ducmnented link
...
closes #94
2020-08-23 19:28:39 +02:00
Matthias
6312732255
Add volume > 0 check
2020-08-02 11:01:27 +02:00
Matthias
533a9ee907
Align hyperopt to best practices
2020-08-02 10:56:31 +02:00
Matthias and GitHub
c6dfe1c6de
Add default strategy settings
2020-06-04 14:46:22 +02:00
Matthias and GitHub
5ce0934849
Add source
2020-06-04 14:41:51 +02:00
Matthias and GitHub
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
psionyx2311 and GitHub
77f0b51d77
Create ReinforcedSmoothScalp_hyperopt.py
2020-05-09 17:58:30 -04:00
bmoulkaf and GitHub
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-1902 and GitHub
fb2bf563a4
Some more cosmetics
2020-04-16 19:46:52 +03:00
Jan Kučera and GitHub
c20663069d
Update command
...
This either changed (incompatible) or is a typo
2020-04-16 18:41:32 +02:00
hroff-1902 and GitHub
ab9cba8d74
Merge pull request #58 from freqtrade/AverageHyperopt
...
hyperopt for AverageStrategy.py
2020-04-16 12:27:19 +03:00
hroff-1902 and GitHub
90279c5124
Merge pull request #73 from freqtrade/stochf_integer
...
stochf parameters are all integers
2020-04-12 22:47:01 +03:00
Matthias and GitHub
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
Matthias
d02579f711
Generalize ReinforcedAverageStrategy for other timeframes
2020-02-08 10:56:35 +01:00
Mitchell Walls and GitHub
5a68051002
Remove buyframe dependency
...
Removed buyframe from populate_sell_trend
2020-01-28 15:20:10 -06: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
OtenMoten and Matthias
985f1868ac
Add Hyperopt file for AverageStrategy
2019-12-23 20:24:34 +01:00
hroff-1902 and GitHub
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
hroff-1902 and GitHub
a2210d2cc0
Align InformativeSample with current freqtrade dataprovider interface
2019-11-20 21:30:29 +03: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
Matthias
ce1676183a
Clean up some minor things
2019-10-05 19:48:01 +02:00
il-katta and GitHub
531a1c83a3
CombinedBinHAndCluc code clean
2019-08-21 00:33:01 +02:00
hroff-1902 and GitHub
55cc1a4503
Use DataProvider.get_pair_dataframe() for informative pair
2019-08-20 03:39:40 +03:00
hroff-1902 and GitHub
5606e64a45
cleanup in InformativeSample
2019-08-17 04:59:13 +03:00
hroff-1902
a9b1cc507c
indicators removed as it was moved to technical repo
2019-08-10 16:48:24 +03:00
hroff-1902 and GitHub
73c2a6422c
Merge pull request #39 from hroff-1902/update-interfaces
...
update interfaces for populate_* methods
2019-08-10 16:15:25 +03:00
hroff-1902
6f4cf17637
update interfaces for populate_* methods
2019-08-10 13:37:34 +03:00
hroff-1902 and GitHub
8de72367f5
typo in the name of the strategy class fixed
2019-08-10 12:58:30 +03: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