hroff-1902
|
92fda0f76c
|
Allow --base and --quote be lists of currencies
|
2019-10-17 02:09:19 +03:00 |
|
hroff-1902
|
d72d388726
|
Make flake happy
|
2019-10-16 10:55:09 +03:00 |
|
Matthias
|
fda71085e0
|
Refactor load-path building to parent class
|
2019-10-16 08:12:24 +02:00 |
|
Matthias
|
1a765f1a17
|
Return generator instead of Object from _get_valid_object
|
2019-10-16 08:11:42 +02:00 |
|
hroff-1902
|
7de1631045
|
Print summary in the log for machine-readable formats
|
2019-10-16 03:55:04 +03:00 |
|
hroff-1902
|
4c8411e835
|
Cleanup in print tabular and print-csv parts
|
2019-10-16 03:02:58 +03:00 |
|
hroff-1902
|
f348956e4c
|
--print-csv added
|
2019-10-16 02:22:27 +03:00 |
|
hroff-1902
|
89e0c76a3f
|
Add --print-json and -1/--one-column options
|
2019-10-15 22:31:23 +03:00 |
|
hroff-1902
|
ad89d19955
|
Print list in the human-readable format
|
2019-10-15 21:07:01 +03:00 |
|
hroff-1902
|
cb4d6efb29
|
Merge pull request #2377 from freqtrade/aligncustomoptions
Rename --custom-hyperopt to --hyperopt
|
2019-10-15 14:18:05 +03:00 |
|
Matthias
|
6fb96183c0
|
Reword help string
|
2019-10-15 12:26:06 +02:00 |
|
Matthias
|
a5c83b66df
|
Add --dry-run to trade command
|
2019-10-15 06:53:16 +02:00 |
|
Matthias
|
89283ef486
|
Rename --custom-hyperopt to --hyperopt
|
2019-10-14 19:42:28 +02:00 |
|
hroff-1902
|
4111734637
|
Add 'Is pair' in the list-markets tabular output
|
2019-10-14 13:48:33 +03:00 |
|
hroff-1902
|
6e27c47dee
|
Handle properly exchanges with no active flag set for markets
|
2019-10-14 13:32:39 +03:00 |
|
Matthias
|
76ad5bea0e
|
Load correct exchange class
closes #2371
|
2019-10-14 11:36:42 +02:00 |
|
Matthias
|
13e80e449c
|
cleanup and better docstring
|
2019-10-14 06:22:10 +02:00 |
|
Matthias
|
3e4617be37
|
add pandas-based converter-functions
|
2019-10-13 19:25:16 +02:00 |
|
Matthias
|
2374cda8d0
|
Cleanup and tests for refresh_backtest_trades
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
37925e7f6c
|
Add --dl-trades cli flag
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
762ae3a598
|
Extend tests
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
640d58eb13
|
Remove unneeded checks
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
fa8c61382b
|
Remove unneeded exception handlers
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
16d6914b15
|
Add test to cover missing line
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
05e473642b
|
Small adjustments to get_trade_history
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
0d592f6c55
|
Refactor trade downloading to handle exceptions only once
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
476adf872a
|
Add conversion from trades to ohlcv at different intervals
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
9584629f50
|
Rename argument from dl_path to datadir
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
c1c49183b5
|
Call new method based on condition
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
8069cd6689
|
add refresh_trades_ method
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
1f79ca9539
|
Remove duplicate check
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
1d8fc97053
|
Fix duplicate trade error, rename some methods
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
19f3669fbd
|
add docstring
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
06024b0ab0
|
Fix zipfile handling
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
6e952a0aa8
|
Capture downloaded data
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
57dee794d1
|
Fix end-reached for id-based trade-download
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
2c0bb71a6e
|
Add download_trades_history()
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
ab8f638e44
|
Move id/time detection to get_historic_trades method
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
d250b67f33
|
Add load/store trades data
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
42b8241541
|
use gz to save / load trades data
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
77c367ad1d
|
First draft of async get_trade methods
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
26b3148904
|
Add build_ohlcv wrapper
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
27dc9ca799
|
Add trades_pagination attributes
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
63e87ef85b
|
Add pair_trades_filename
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
baad1a5166
|
Explain _params element
|
2019-10-13 13:15:22 +02:00 |
|
hroff-1902
|
7cf7982565
|
Add list-pairs and list-markets subcommands
|
2019-10-13 13:12:20 +03:00 |
|
Matthias
|
f3f6e9d365
|
Allow skipping of exchange validation
|
2019-10-13 10:33:22 +02:00 |
|
hroff-1902
|
4228137dff
|
Merge pull request #2366 from freqtrade/interface_noconf
Interface options should not use config
|
2019-10-13 11:04:51 +03:00 |
|
Matthias
|
3c8d27d098
|
remove correct comment ...
|
2019-10-13 09:54:03 +02:00 |
|
hroff-1902
|
ff1fa17dc3
|
No default value for the config parameter
|
2019-10-13 03:41:25 +03:00 |
|