Commit Graph

2168 Commits

Author SHA1 Message Date
Gert Wohlgemuth
1757d97a03 Create stoploss.md 2018-07-14 22:42:48 +00:00
pyup-bot
6c3889c21a Update ccxt from 1.14.267 to 1.14.272 2018-07-14 22:42:48 +00:00
pyup-bot
47f253b961 Update ccxt from 1.14.257 to 1.14.267 2018-07-14 22:42:48 +00:00
Janne Sinivirta
f6431bb097 remove unused tests from hyperopt 2018-07-14 22:42:48 +00:00
Janne Sinivirta
8dae711973 extract loading previous results to a method 2018-07-14 22:42:48 +00:00
Janne Sinivirta
e3f38444bb fix typo in requirements.txt 2018-07-14 22:42:48 +00:00
xmatthias
95e33892c6 rework download_backtest script 2018-07-14 22:42:47 +00:00
xmatthias
18994d6e08 document what to do with exported backtest results 2018-07-14 22:42:47 +00:00
Janne Sinivirta
6d6b57aed8 fixing tests for hyperopt 2018-07-14 22:42:47 +00:00
pyup-bot
1ea96e2e00 Update ccxt from 1.14.256 to 1.14.257 2018-07-14 22:42:47 +00:00
xmatthias
7aa52f6251 fix parameter type 2018-07-14 22:42:47 +00:00
xmatthias
34c06a8a26 extract load_trades 2018-07-14 22:42:47 +00:00
xmatthias
6cec30162b add --plot-limit 2018-07-14 22:42:47 +00:00
xmatthias
fc4e63b852 use Pathlib in the whole script 2018-07-14 22:42:47 +00:00
xmatthias
dd354df294 add plotting for backtested trades 2018-07-14 22:42:47 +00:00
Samuel Husso
14149a5d97 bump develop to 0.17.1 2018-07-14 22:42:47 +00:00
Janne Sinivirta
7d9181e431 remove unused import 2018-07-14 22:42:47 +00:00
Janne Sinivirta
5c0970bf14 fix guard names to match search space 2018-07-14 22:42:46 +00:00
Janne Sinivirta
872c434d26 add three triggers to hyperopting 2018-07-14 22:42:46 +00:00
Janne Sinivirta
46c58192ed remove hyperopt and networkx from dependencies 2018-07-14 22:42:46 +00:00
xmatthias
5445362416 export open/close rate for backtesting too
preparation to allow plotting of backtest results
2018-07-14 22:42:46 +00:00
Janne Sinivirta
5466553f72 to avoid pickle problems, get rid of reference to exchange after initialization 2018-07-14 22:42:46 +00:00
Janne Sinivirta
77a25ce7d0 add scikit-optimize to dependencies 2018-07-14 22:42:46 +00:00
Janne Sinivirta
1bbe9dd690 switch signal handler to try catch. fix pickling and formatting output 2018-07-14 22:42:46 +00:00
Janne Sinivirta
d844846605 convert stoploss and ROI search spaces to skopt format 2018-07-14 22:42:46 +00:00
Janne Sinivirta
f56044d295 move result logging out from optimizer 2018-07-14 22:42:46 +00:00
Janne Sinivirta
87b5f49fb2 use multiple jobs in acq 2018-07-14 22:42:45 +00:00
Janne Sinivirta
78be96df1a increase initial sampling points 2018-07-14 22:42:45 +00:00
Janne Sinivirta
ae05140af6 reuse pool workers 2018-07-14 22:42:45 +00:00
Janne Sinivirta
cff31d5f5e problem with pickling 2018-07-14 22:42:45 +00:00
Janne Sinivirta
c601545dea start small 2018-07-14 22:42:45 +00:00
gcarq
a1dcaa4437 move logic from hyperopt to freqtrade.strategy 2018-07-14 22:42:42 +00:00
gcarq
9e0ceca775 wrap strategies with HyperoptStrategy for module lookups with pickle 2018-07-14 22:42:40 +00:00
Pan Long
6c95b8d7ea Update doc for manually fix trade
The profit should be close_rate/open_rate-1   not close_rate/open_rate
2018-07-14 22:42:26 +00:00
Samuel Husso
2bb63ba33d
Merge pull request #953 from freqtrade/release-0.17.0
Release 0.17.0
2018-06-23 16:22:51 -05:00
Samuel Husso
46a062d5fb Drafting freqtrade 0.17.0 release 2018-06-23 09:35:52 -05:00
Samuel Husso
8b7183cdbc
Merge pull request #951 from freqtrade/readme-update
README: note to open an issue before starting major feature work
2018-06-23 09:32:56 -05:00
Michael Egger
beb15532f7
Merge pull request #950 from freqtrade/fix-filenotfounderror
StrategyResolver: Don't fail if user_data isn't present
2018-06-23 16:07:52 +02:00
Michael Egger
107f3ed35b
Merge pull request #760 from arudov/feature-unlimited-stake_amount
Feature unlimited stake amount
2018-06-23 16:07:38 +02:00
Anton
f82b809fcf Merge with develop 2018-06-23 16:50:27 +03:00
Samuel Husso
9bad75f37d README: note to open an issue before starting major feature work 2018-06-23 08:36:32 -05:00
Samuel Husso
864bbc441a
Merge pull request #882 from freqtrade/feature/revamp_readme
Update the README structure
2018-06-23 08:21:56 -05:00
Michael Egger
e2df908304
Merge pull request #949 from freqtrade/pyup-scheduled-update-2018-06-23
Scheduled daily dependency update on saturday
2018-06-23 14:56:52 +02:00
gcarq
4ea5fcc661 resolver: don't fail if user_data can't be found 2018-06-23 14:42:22 +02:00
gcarq
9c66c25890 resolver: use current folder instead of script folder to find user_data 2018-06-23 14:34:36 +02:00
pyup-bot
925b9b0c19 Update ccxt from 1.14.253 to 1.14.256 2018-06-23 14:23:07 +02:00
Matthias
e25d8f9435
Merge pull request #947 from freqtrade/code-cleanup
Remove global config from persistence module
2018-06-23 14:21:42 +02:00
gcarq
0b3e4f6bcd remove dead code 2018-06-23 13:50:49 +02:00
gcarq
295dfe2652 persistence: remove obsolete global _CONF variable 2018-06-23 13:50:22 +02:00
Michael Egger
df9015a7f1
Merge pull request #942 from xmatthias/feat/buy_on_sell_first
Introduce ignore_roi_if_buy_signal parameter to avoid sell/buy scenarios
2018-06-23 13:42:03 +02:00