Matthias and GitHub
f893ad26e8
Merge pull request #232 from mablue/khayyam
...
Khayyam strategy added
2021-11-20 08:07:50 +01:00
Matthias
0fd380d1f8
Name strategy to reflect how it actually works.
2021-11-20 08:06:47 +01:00
Masoud Azizi
92c4170e7c
apply ~> dt.hour
2021-11-18 18:41:06 +03:30
girdakan
e76cae7bbb
Khayyam strategy added
2021-11-05 20:55:59 +00:00
Matthias and GitHub
4c07a42cb7
Merge pull request #229 from Daenks/MultiMa-fix
...
Fix typo in last fix
2021-11-04 16:55:44 +01:00
Daenks and GitHub
f1070c1f3c
Fix typo in last fix
...
prevents: freqtrade.resolvers.iresolver - WARNING - Could not import /home/$USERNAME/freqtrade/user_data/strategies/MultiMa.py due to 'invalid syntax (MultiMa.py, line 28)'
2021-11-04 10:23:17 -05:00
Matthias and GitHub
a98d6c14ae
Merge pull request #227 from redian/patch-1
...
Update scalp.py
2021-09-28 19:13:27 +02:00
Redian Ibra and GitHub
45f575c615
Update Scalp.py
2021-09-28 17:13:59 +02:00
Redian Ibra and GitHub
d14f147381
Update scalp.py
...
Removing duplicated imports
2021-09-28 17:11:37 +02:00
Matthias and GitHub
182bc945e2
Merge pull request #225 from Andy477/patch-1
...
Fix MultiMa to not give an error
2021-09-23 19:57:53 +02:00
Andy477 and GitHub
1aba566216
Fix MultiMa to not give an error
...
Fixing buy_ma_count's Int Parameter value since they cause an error.
In more detail, the old version had buy_ma_count starting off at 2, then had a buy-ma plus 1.
Then the smallest period(e.g dataframe["buy-ma-3"]), is 3.
But in the old code, there is dataframe[f"buy-ma-{i-1}"], if i is equal 3, then i - 1 is equal to 2.
So forth causing an exception, as there is no dataframe["buy-ma-2"] as the smallest period is dataframe["buy-ma-3"].
The same thing happens if buy_ma_count's low value is equal to 1.
The same thing happens on the sell-side.
The only way to fix it is to have buy/sell_ma_count's low value set to 0.
2021-09-23 21:34:14 +10:00
Matthias
5f46653b2d
Update averageStrategy to use Strategy parameters
2021-09-05 19:25:35 +02:00
Matthias
2d4cd26262
Convert ReinforcedScalp to parametrized strategy
2021-09-05 16:02:14 +02:00
Matthias
b01325133c
Change PR template to not link to issues if not filled out
2021-09-05 15:44:47 +02:00
Matthias and GitHub
d577fd7dd6
Merge pull request #217 from mablue/diamond
...
negative Shift removed, forloop removed to speedup hyperoptio
2021-08-22 10:56:33 +02:00
Masoud Azizi
e7fcca2aa4
Diamond shift added also tested and works well in live ;)
2021-08-21 22:12:17 +00:00
Masoud Azizi
57909749f8
negative Shift removed, forloop removed to speedup hyperoptio
2021-08-21 02:12:58 +00:00
Masoud Azizi
2c3fd19f0d
spell check (Dimond to Diamond)
2021-08-20 16:28:14 +00:00
Matthias and GitHub
fbea093e0f
Merge pull request #216 from mablue/diamond
...
spell check (Dimond to Diamond)
2021-08-20 14:43:00 +02:00
Matthias and GitHub
9a14196cd4
Merge pull request #214 from mablue/afg
...
Diamond Strategy added
2021-08-19 20:18:10 +02:00
Masoud Azizi
90c8e04203
Standard char comments
2021-08-19 22:41:29 +00:00
Masoud Azizi
d18dd5abff
name changed and many other changes(Now Its the pure Dimond)
...
name changed and many other changes(Now Its the pure Dimond)
2021-08-19 15:44:30 +00:00
Masoud Azizi
f28b28494e
AfghanWoman Strategy added
...
spell check
2021-08-18 01:09:57 +00:00
Matthias and GitHub
9bba081224
Merge pull request #211 from mablue/addMinimalRoi
...
Add minimal roi
2021-08-17 06:57:44 +02:00
Matthias and GitHub
f03c8dd389
Merge branch 'master' into addMinimalRoi
2021-08-17 06:57:18 +02:00
Masoud Azizi
64335475dd
brain stra removed, branch renamed,min roi added
2021-08-16 23:28:10 +00:00
Matthias
52dc940656
Add minimal_roi
2021-08-15 08:14:45 +02:00
Matthias
0ed25b16e8
Update command to not use hyperopt file in mabStra
2021-08-14 16:13:21 +02:00
Masoud Azizi
c7ffbe6668
brain to QBiTrain!
2021-08-14 00:18:23 +00:00
Matthias and GitHub
d70bd47f1f
Merge pull request #210 from drakes00/master
...
Updated: hyperoptable parameters for CofiBitStrategy
2021-08-12 06:27:41 +02:00
Maxime Puys
459f82828f
Updated: hyperoptable parameters for CofiBitStrategy with ADX separated
2021-08-11 18:55:53 +02:00
Maxime Puys
a2d714b473
Updated: hyperoptable parameters for CofiBitStrategy
2021-08-10 13:27:37 +02:00
Matthias and GitHub
cad8d9e5b2
Merge pull request #209 from lazydroid/patch-1
...
BreakEven.py -- sell everything at 0% or better profit
2021-08-09 06:29:55 +02:00
lenik terenin and GitHub
7f31b06724
Update BreakEven.py
...
25% stop loss -> 5%, to cut unrecoverable losses faster
2021-08-09 03:56:35 +09:00
lenik terenin and GitHub
10b52c1ed5
Create BreakEven.py
2021-08-09 03:02:53 +09:00
Masoud Azizi
32603cb680
Brain Stra added
2021-08-08 01:10:37 +00:00
Matthias
60120742a9
Convert SwingHigh to StrategyParameters
...
Removes HO-SwingHighToSky
2021-08-03 20:54:24 +02:00
Matthias
4ff01abfa8
Cleanup standard strategy imports
2021-08-03 20:54:10 +02:00
Matthias
73c3c34b10
COnvert Strategy005 to Hyperoptable Strategy
2021-08-03 20:38:53 +02:00
Matthias
314ad6c1ec
Convert MACDStrategy to hyperoptable strategy
2021-08-03 20:31:30 +02:00
Matthias
f2de8f7833
Make BinHV45 use hyperoptable parameters (removes hyperopt file)
2021-08-03 20:18:03 +02:00
Matthias
ea14ec9f9b
Strategies need a sell signal set
...
closes #206
2021-08-02 20:24:40 +02:00
Matthias and GitHub
2ee75777e8
Merge pull request #202 from mablue/heracles
...
heracles in New API, Bugs fixed
2021-07-27 19:58:18 +02:00
Masoud Azizi
e0acc18d2c
space decimals increased,sell spaces removed
2021-07-26 00:59:46 +00:00
Matthias and GitHub
efe10bb09b
Merge pull request #204 from froggleston/master
...
Add new strategy to demonstrate custom_sell in Strategy001 example
2021-07-16 14:18:51 +02:00
Masoud Azizi and GitHub
6253be7e6c
normalization removed
2021-07-15 23:31:26 +00:00
froggleston
e9cbf311fc
Add custom_sell to Strategy001 example
2021-07-14 11:29:35 +01:00
Masoud Azizi and GitHub
11256af1b6
decrease decimals
2021-06-27 16:09:51 +04:30
Masoud Azizi
9880524f05
heracles in New API, Bugs fixed
2021-06-27 03:12:18 +00:00
Matthias and GitHub
6158f1e714
Merge pull request #200 from juankysoriano/master
...
Includes Supertrend strategy
2021-06-24 21:39:24 +02:00