Commit Graph
170 Commits
Author SHA1 Message Date
Juanky Soriano c7ebb2c42f Includes Supertrend strategy 2021-06-20 22:22:18 -05:00
MatthiasandGitHub 0bdb606f00 Merge pull request #196 from mablue/wtc
wtc strategy added
2021-06-10 18:27:03 +01:00
Masoud Azizi 0cfc032e9e unused package importation droped 2021-06-10 21:47:06 +04:30
Masoud Azizi 489b4a873d unused package importation droped 2021-06-10 21:40:08 +04:30
Matthias 67a9509a2f Remove missleading fallback hyperopt methods 2021-06-09 19:16:39 +02:00
Matthias 13436805b2 Improve sample strategy to use new way to get analyzed dataframes. 2021-06-08 21:20:15 +02:00
Matthias 3c2fbf428b Fix GodStra
closes #198
2021-06-07 20:55:01 +02:00
Masoud Azizi 2754ebf743 fixed https://github.com/freqtrade/freqtrade-strategies/pull/196#discussion_r645985840 2021-06-05 17:23:03 +04:30
Masoud Azizi 8d58fcb263 wtc strategy added 2021-06-05 15:55:05 +04:30
Masoud Azizi bf832f87a0 Fixed bug #190 and #191 by deleting dropna 2021-06-05 15:04:57 +04:30
Masoud Azizi 4392635ad6 sending small trailing values to the hell 2021-05-30 19:56:59 +04:30
Masoud Azizi cebb5773df improve pairlist and spells lenght compatiblity check,bug #185 fixed 2021-05-30 14:17:35 +04:30
Masoud Azizi 20725a54bb fixing https://github.com/freqtrade/freqtrade-strategies/issues/185 2021-05-25 21:57:22 +04:30
MatthiasandGitHub a39f839472 Merge pull request #182 from mablue/DevilStra
Devil stra
2021-05-19 19:30:48 +02:00
MatthiasandGitHub 775bac42c5 Merge pull request #181 from mablue/MultiMa
Multi ma
2021-05-19 19:26:19 +02:00
Masoud AziziandGitHub 2499ef98f3 Update MultiMa.py 2021-05-19 11:36:02 +04:30
Masoud AziziandGitHub e694d5b568 Stoploss fixed 2021-05-19 11:34:50 +04:30
Masoud AziziandGitHub 1fd5928eb2 I fixed the commands 2021-05-19 11:29:13 +04:30
Masoud AziziandGitHub 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 AziziandGitHub a067b1f61b Grammer :| :D I think still I have many mistakes on grammer 2021-05-19 10:41:21 +04:30
Masoud AziziandGitHub 46ae26afa2 Dynamicly generated timeframes 2021-05-19 10:40:00 +04:30
Masoud AziziandGitHub 26aa19c4ae Update MultiMa.py 2021-05-19 10:22:41 +04:30
MatthiasandGitHub b0128ce6c6 Merge pull request #179 from mablue/Zeus
Zeus
2021-05-19 06:36:20 +02:00
MatthiasandGitHub ba6faa7620 Merge pull request #180 from mablue/mabStra
Mab stra
2021-05-19 06:31:45 +02:00
Masoud AziziandGitHub 4c193a05ca Update mabStra.py 2021-05-19 06:38:26 +04:30
MatthiasandGitHub 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
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
Masoud AziziandGitHub 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 AziziandGitHub 2f64b4e56f Delete Heracles.py 2021-04-15 11:23:44 +04:30
Masoud AziziandGitHub e51037524b 70 ~> 100
minimum required day will be 100
2021-04-15 11:20:12 +04:30
Masoud AziziandGitHub c21fb82fec changed 30 ~> 70 dayes
minimum dayes to calculate adx will be 70
2021-04-15 11:11:20 +04:30
Masoud AziziandGitHub 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 AziziandGitHub 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 AziziandGitHub 455bad4fa0 renamed --genes to --spaces! 2021-04-13 21:19:59 +04:30
Masoud AziziandGitHub d33c032f50 GodStra Hyperopt script
this is the hyperopt script of GodStra Strategy
2021-04-13 21:16:37 +04:30
Masoud AziziandGitHub 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
Masoud AziziandGitHub 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 AziziandGitHub d7b36772b8 mabStra Strategy HyperOpt 2021-04-08 22:09:27 +04:30
MatthiasandGitHub 8ac43a774b Merge pull request #148 from Samaoo/patch-1
Replace ticker_interval with timeframe
2021-04-05 13:51:19 +02:00
SamaooandGitHub aa606de982 Update hlhb.py 2021-04-05 12:07:26 +02:00
SamaooandGitHub 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