370 Commits

Author SHA1 Message Date
Masoud Azizi 20725a54bb fixing https://github.com/freqtrade/freqtrade-strategies/issues/185 2021-05-25 21:57:22 +04:30
Matthias a39f839472 Merge pull request #182 from mablue/DevilStra
Devil stra
2021-05-19 19:30:48 +02:00
Matthias 775bac42c5 Merge pull request #181 from mablue/MultiMa
Multi ma
2021-05-19 19:26:19 +02:00
Masoud Azizi 2499ef98f3 Update MultiMa.py 2021-05-19 11:36:02 +04:30
Masoud Azizi e694d5b568 Stoploss fixed 2021-05-19 11:34:50 +04:30
Masoud Azizi 1fd5928eb2 I fixed the commands 2021-05-19 11:29:13 +04:30
Masoud Azizi 0dfcb17017 CONVERTING RANGE() TO [DOT]RANGE
I just used and splited for loop at first of methods cuz of be easy to move it upside in indicator populators and make timeframes static
2021-05-19 10:47:58 +04:30
Masoud Azizi a067b1f61b Grammer :| :D I think still I have many mistakes on grammer 2021-05-19 10:41:21 +04:30
Masoud Azizi 46ae26afa2 Dynamicly generated timeframes 2021-05-19 10:40:00 +04:30
Masoud Azizi 26aa19c4ae Update MultiMa.py 2021-05-19 10:22:41 +04:30
Matthias b0128ce6c6 Merge pull request #179 from mablue/Zeus
Zeus
2021-05-19 06:36:20 +02:00
Matthias ba6faa7620 Merge pull request #180 from mablue/mabStra
Mab stra
2021-05-19 06:31:45 +02:00
Masoud Azizi 4c193a05ca Update mabStra.py 2021-05-19 06:38:26 +04:30
Matthias 054ef8178e Merge pull request #178 from mablue/GodStraNew
GodStraNew hyperoptable Strategy
2021-05-18 20:24:19 +02:00
Masoud Azizi a53c8be5a1 Devil has come to deceive the servants of God with his spells! 2021-05-18 22:19:56 +04:30
Masoud Azizi 713f649964 MultiMa Strategy Is Up 2021-05-18 22:13:53 +04:30
Masoud Azizi d299b18666 zeus hyperoptable strategy is up 2021-05-18 22:09:58 +04:30
Matthias 7dfbc27dca Merge pull request #177 from snussik/dna_size_fix
Dynamic DNA size detection
2021-05-18 19:36:09 +02:00
Masoud Azizi 365994e8ac mabStra hyperoptable Strategy 2021-05-18 22:02:41 +04:30
Masoud Azizi a18d52babe GodStraNew hyperoptable Strategy 2021-05-18 21:51:44 +04:30
snusmumrik_zzz 7ee52fea5f Dynamic DNA size detection 2021-05-15 15:21:11 +03:00
Matthias eccd22be14 Remove whitespaces 2021-05-15 08:36:42 +02:00
Matthias 0963462f97 Remove outdated and confusing sample configs 2021-05-15 08:36:04 +02:00
Matthias 3fb4f8c955 Improve informative sample method 2021-04-22 07:01:57 +02:00
Matthias 9782ccd830 Merge pull request #157 from mablue/master
GodStra Strategy file + Hyperopt
2021-04-15 08:56:41 +02:00
Masoud Azizi 01a44d08f2 Heracles Strategy: Strongest Son of GodStra
# Heracles Strategy: Strongest Son of GodStra
# ( With just 1 Genome! its a bacteria :D )
# Author: @Mablue (Masoud Azizi)
# github: https://github.com/mablue/
# IMPORTANT:Add to your pairlists inside config.json (Under StaticPairList):
#   {
#       "method": "AgeFilter",
#       "min_days_listed": 100
#   },
# IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta)
# ######################################################################
# Optimal config settings:
# "max_open_trades": 100,
# "stake_amount": "unlimited",
2021-04-15 11:24:51 +04:30
Masoud Azizi 2f64b4e56f Delete Heracles.py 2021-04-15 11:23:44 +04:30
Masoud Azizi e51037524b 70 ~> 100
minimum required day will be 100
2021-04-15 11:20:12 +04:30
Masoud Azizi c21fb82fec changed 30 ~> 70 dayes
minimum dayes to calculate adx will be 70
2021-04-15 11:11:20 +04:30
Masoud Azizi 179282b0be Heracles Strategy Hyperopt
# Heracles Strategy Hyperopt
# Author: @Mablue (Masoud Azizi)
# github: https://github.com/mablue/
# IMPORTANT: INSTALL TA BEFOUR RUN:
# :~$ pip install ta
# freqtrade hyperopt --hyperopt HerculesHo --hyperopt-loss SharpeHyperOptLossDaily --spaces all --strategy Hercules --config config.json -e 100
2021-04-15 11:03:07 +04:30
Masoud Azizi 3b82dfe322 Heracles Strategy: Strongest Son of GodStra
# Heracles Strategy: Strongest Son of GodStra
# ( With just 1 Genome! its a bacteria :D )
# Author: @Mablue (Masoud Azizi)
# github: https://github.com/mablue/
# IMPORTANT:Add to your pairlists inside config.json (Under StaticPairList):
#   {
#       "method": "AgeFilter",
#       "min_days_listed": 30
#   },
# IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta)
# ######################################################################
# Optimal config settings:
# "max_open_trades": 100,
# "stake_amount": "unlimited",
2021-04-15 11:02:28 +04:30
Masoud Azizi 455bad4fa0 renamed --genes to --spaces! 2021-04-13 21:19:59 +04:30
Masoud Azizi d33c032f50 GodStra Hyperopt script
this is the hyperopt script of GodStra Strategy
2021-04-13 21:16:37 +04:30
Masoud Azizi e65893aa70 GodStra Strategy + hyperopt file
this is a genetic algorithm Strategy that makes a dna for using as strategy from GoDs genes!
2021-04-13 21:14:37 +04:30
Matthias bd5f4756be Merge pull request #154 from mablue/master
mabStra Strategy + Hyperopt
2021-04-08 19:57:13 +02:00
Masoud Azizi 04dd805cfb mabStra Strategy
This strategy try to find best buy/sell position by deviding Simple Moving Averages
*You can use other indicators and check the result*
2021-04-08 22:11:30 +04:30
Masoud Azizi d7b36772b8 mabStra Strategy HyperOpt 2021-04-08 22:09:27 +04:30
Matthias 8ac43a774b Merge pull request #148 from Samaoo/patch-1
Replace ticker_interval with timeframe
2021-04-05 13:51:19 +02:00
Matthias 5985394863 Merge pull request #149 from Samaoo/patch-2
Fix hlhb
2021-04-05 13:49:47 +02:00
Samaoo aa606de982 Update hlhb.py 2021-04-05 12:07:26 +02:00
Samaoo 67c081297c Update Swing-High-To-Sky.py 2021-04-05 12:04:54 +02:00
Matthias e00f42f905 Add mandatory properties to psar strategy
closes #141
2021-03-30 07:38:38 +02:00
Matthias 841c867e74 Merge pull request #134 from OtenMoten/master
Create HO-Strategy005.py and update Swing-High-To-Sky hyperopt and strategy.
2021-03-29 07:01:32 +02:00
Matthias 95aade53d1 Remove referral code 2021-03-29 06:59:35 +02:00
OtenMoten 67fd683de3 Added second indicator (RSI) 2021-03-28 15:22:51 +02:00
OtenMoten 58981b3166 Added second indicator (RSI) 2021-03-28 15:22:21 +02:00
Matthias 237f4e9584 Merge pull request #139 from wluciano/new_strategy
Adding the HLHB Strategy
2021-03-26 06:42:46 +01:00
wluciano e94c50f392 Update user_data/strategies/hlhb.py
My bad, sorry. I ended up copying this values from the settings to make them persistent...

Co-authored-by: Matthias <xmatthias@outlook.com>
2021-03-25 15:52:28 -04:00
Wagner Luciano fba63917d4 Adding the HLHB Strategy 2021-03-25 13:02:11 -04:00
Matthias a4cf5eacca Merge pull request #135 from JoeSchr/master
Add an example how to use custom_info[trade.open_date] in custom_stoploss()
2021-03-22 13:31:38 +01:00