Matthias
|
82d4051a39
|
Add --fee to documentation
|
2019-10-05 15:33:44 +02:00 |
|
Matthias
|
9cedbc1345
|
Cleanup history.py and update documentation
|
2019-09-20 20:16:49 +02:00 |
|
Matthias
|
91b0394433
|
Merge pull request #2156 from freqtrade/remove_live
Remove deprecated option live - deprecate -r
|
2019-08-22 15:33:39 +02:00 |
|
Matthias
|
fe12d2e3b7
|
Fix documentation syntax
|
2019-08-22 06:57:32 +02:00 |
|
Matthias
|
aaeeb9c0c6
|
Merge branch 'develop' into align_userdata
|
2019-08-21 19:41:10 +02:00 |
|
Matthias
|
e9e2a83436
|
remove --live references
|
2019-08-20 07:00:43 +02:00 |
|
Matthias
|
0a478bc0dc
|
Merge branch 'develop' into align_userdata
|
2019-08-18 15:00:12 +02:00 |
|
Matthias
|
5e440a4cdc
|
Improve docs to point to freqtrade download-data
|
2019-08-18 06:55:19 +02:00 |
|
Matthias
|
c2e9685e04
|
Merge pull request #2121 from hroff-1902/config-allow-comments
Allow comments in config files
|
2019-08-14 06:37:33 +02:00 |
|
Matthias
|
c0784b7c33
|
Merge pull request #2089 from hroff-1902/hyperopt-print-colorized
Hyperopt print colorized results
|
2019-08-13 19:36:06 +02:00 |
|
hroff-1902
|
de80234165
|
hyperopt options updated in bot-usage.md
|
2019-08-13 00:23:41 +03:00 |
|
hroff-1902
|
906be7be7c
|
Merge branch 'develop' into config-allow-comments
|
2019-08-13 00:14:19 +03:00 |
|
hroff-1902
|
482847a994
|
docs adjusted; various fixes to bot-usage.md and configuration.md
|
2019-08-13 00:10:33 +03:00 |
|
Matthias
|
6310b40fc6
|
Merge pull request #2123 from freqtrade/hyperoptloss_help
[minor] Improve hyperopt-loss docs
|
2019-08-12 14:08:32 +02:00 |
|
Matthias
|
43b41324e2
|
Improve hyperopt-loss docs
|
2019-08-12 06:45:27 +02:00 |
|
Matthias
|
197ce0b670
|
Improve documentation wording for multiconfig files
|
2019-08-12 06:35:47 +02:00 |
|
Matthias
|
2c5a499a8b
|
Merge branch 'develop' into align_userdata
|
2019-08-10 20:15:07 +02:00 |
|
Matthias
|
c4cbe79b48
|
Adjust documentation
|
2019-08-10 19:55:33 +02:00 |
|
Matthias
|
9d471f3c9a
|
Fix documentation for strategy-list
|
2019-08-06 06:32:31 +02:00 |
|
Matthias
|
2a141af42e
|
Only create userdir when explicitly requested
|
2019-07-31 19:39:54 +02:00 |
|
Matthias
|
8cef567abc
|
create and use hyperopt-results folder
|
2019-07-31 07:10:17 +02:00 |
|
Matthias
|
0488525888
|
Fix some documentation errors
|
2019-07-31 06:49:25 +02:00 |
|
Matthias
|
c1bc1e3137
|
Add documentation for user_data_dir
|
2019-07-28 15:34:49 +02:00 |
|
Matthias
|
c85cd13ca1
|
Change default backtest result to "backtest_results" - backtest_data is
misleading
|
2019-07-28 14:55:19 +02:00 |
|
Matthias
|
de2a2473f5
|
Merge pull request #2050 from mrsegen/patch-1
Resolve issue #2042
|
2019-07-28 14:11:03 +02:00 |
|
Leif Segen
|
08a3d26328
|
Update bot-usage.md
Update in response to feedback.
|
2019-07-27 18:35:21 -05:00 |
|
hroff-1902
|
327e505273
|
non-working link to misc.py removed
|
2019-07-26 02:57:51 +03:00 |
|
hroff-1902
|
05be16e9e1
|
helpstring alignment fixed
|
2019-07-25 08:49:33 +03:00 |
|
Leif Segen
|
cf6113068c
|
Resolve issue #2042
Issue #2042 noted that the terminal output from `setup.sh` regarding an option use the bot was missing from the documentation. This has been added.
|
2019-07-23 22:52:42 -05:00 |
|
hroff-1902
|
04382d4b44
|
add --hyperopt-path option
|
2019-07-22 20:23:18 +03:00 |
|
Matthias
|
790838d897
|
Merge pull request #2024 from freqtrade/custom_hyperopt_loss
Custom hyperopt loss function (and sharpe-ratio)
|
2019-07-20 12:48:26 +02:00 |
|
Matthias
|
4d0cf9ec8e
|
Merge pull request #2033 from hroff-1902/remove-dynamic-whitelist-option
remove deprecated --dynamic-whitelist option
|
2019-07-19 06:38:54 +02:00 |
|
Matthias
|
fa8904978b
|
Don't use --hyperopt-loss-class, but --hyperopt-loss instead
|
2019-07-19 06:31:49 +02:00 |
|
Matthias
|
e01c0ab4d6
|
Improve doc wording
|
2019-07-18 20:02:28 +02:00 |
|
hroff-1902
|
50d2950e6b
|
add -V alias for --version
|
2019-07-18 12:12:34 +03:00 |
|
hroff-1902
|
96564d0dad
|
remove deprecated --dynamic-whitelist option
|
2019-07-18 10:45:47 +03:00 |
|
Matthias
|
c4fb0fd6ca
|
Don't run the bot with python3 freqtrade
* we can either use `python3 -m freqtrade ...` or `freqtrade ...` - and
shorter should be better.
|
2019-07-08 17:01:25 +02:00 |
|
Matthias
|
17800c8ca5
|
Remove folder references (it's directory!)
|
2019-07-04 19:57:38 +02:00 |
|
hroff-1902
|
0866b5f29f
|
allow reading config from stdin
|
2019-06-20 00:04:11 +03:00 |
|
Matthias
|
f93e6ad0f6
|
Rename strategy customization file
|
2019-05-19 09:07:43 +02:00 |
|
Matthias
|
bf56e25404
|
Merge pull request #1746 from hroff-1902/json-defaults
Support for defaults in json schema
|
2019-04-24 12:20:39 +02:00 |
|
hroff-1902
|
e3b0474901
|
Merge branch 'develop' into hyperopt-jobs
|
2019-04-23 21:34:38 +03:00 |
|
hroff-1902
|
7c8e26c717
|
-j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
docs refreshed
|
2019-04-23 00:52:07 +03:00 |
|
hroff-1902
|
8dad8f25cf
|
docs refreshed
|
2019-04-22 22:11:56 +03:00 |
|
hroff-1902
|
3e4dd5019d
|
docs adjusted
|
2019-04-08 11:20:15 +03:00 |
|
Misagh
|
a3b0135557
|
documentation added for telegram
|
2019-04-01 19:25:13 +02:00 |
|
Matthias
|
12066411db
|
Update docs with logfile methods
|
2019-03-29 20:19:40 +01:00 |
|
Matthias
|
1bba9fcc53
|
Update documentation to use freqtrade, not freqtrade/main.py
fixes #1521
|
2019-03-24 15:13:17 +01:00 |
|
hroff-1902
|
8730852d6e
|
Support for systemd watchdog via sd_notify
|
2019-03-10 21:04:38 +03:00 |
|
hroff-1902
|
2f98dd0429
|
description for --dynamic-whitelist moved to new docs/deprecated.md
|
2019-03-05 14:09:26 +03:00 |
|