Misagh
|
0ca3a38ba6
|
moved date to top and show open order only if it is not none
|
2019-03-27 21:39:17 +01:00 |
|
Misagh
|
1678a039ae
|
removing close profit is trade is open
|
2019-03-27 21:32:56 +01:00 |
|
Misagh
|
6045f07a9c
|
telegram message concatenation refactored
|
2019-03-27 21:12:57 +01:00 |
|
Matthias
|
d09b33ae93
|
Merge pull request #1706 from freqtrade/pyup/scheduled-update-2019-03-27
Scheduled daily dependency update on Wednesday
|
2019-03-27 14:15:51 +01:00 |
|
pyup-bot
|
cc32566c92
|
Update ccxt from 1.18.400 to 1.18.406
|
2019-03-27 12:38:05 +00:00 |
|
Misagh
|
52012003e9
|
Merge pull request #1700 from freqtrade/dataprovider/backtesting
Dataprovider during backtesting
|
2019-03-27 12:43:59 +01:00 |
|
Matthias
|
3bdc7b9a88
|
add missed "check" in docs
|
2019-03-27 10:51:13 +01:00 |
|
Misagh
|
a2a2489a97
|
Merge pull request #1701 from freqtrade/fix/blacklist_rpc_check
Check if added pair has correct stake-currency
|
2019-03-27 10:29:54 +01:00 |
|
Matthias
|
56264ea52a
|
Merge pull request #1705 from freqtrade/pyup/scheduled-update-2019-03-26
Scheduled daily dependency update on Tuesday
|
2019-03-26 14:30:40 +01:00 |
|
pyup-bot
|
1f50bc79bc
|
Update ccxt from 1.18.398 to 1.18.400
|
2019-03-26 13:37:03 +01:00 |
|
Matthias
|
e085fd9e95
|
Disable dataprovider from hyperopt.
Dataprovider uses weak links to initialize, which cannot be pickled, and
therefore cannot be used during hyperopt.
|
2019-03-25 19:49:58 +01:00 |
|
Matthias
|
f26ed1c8c1
|
Check if added pair has correct stake-currency
|
2019-03-25 19:40:21 +01:00 |
|
Matthias
|
4cf7282027
|
Update dataprovider docs
|
2019-03-25 19:31:10 +01:00 |
|
Matthias
|
0ae81d4115
|
Provide dataprovider access during backtesting
|
2019-03-25 19:26:51 +01:00 |
|
Matthias
|
226fc3d99b
|
Check that dataprovider is part of strategy
|
2019-03-25 19:26:51 +01:00 |
|
Matthias
|
bd29b7d031
|
Test that dataprovider is loaded to strategy
|
2019-03-25 19:26:51 +01:00 |
|
Matthias
|
01c4f243d4
|
Merge pull request #1699 from freqtrade/pyup/scheduled-update-2019-03-25
Scheduled daily dependency update on Monday
|
2019-03-25 14:20:01 +01:00 |
|
pyup-bot
|
fe9322ecd5
|
Update pytest-mock from 1.10.1 to 1.10.2
|
2019-03-25 13:36:06 +01:00 |
|
pyup-bot
|
904b3008a9
|
Update ccxt from 1.18.395 to 1.18.398
|
2019-03-25 13:36:04 +01:00 |
|
Misagh
|
b13735e4cc
|
Merge pull request #1697 from freqtrade/feat/rpc_blacklist
add pairs to blacklist dynamically
|
2019-03-25 09:44:12 +01:00 |
|
Matthias
|
29b9bb96f3
|
Fix test to support adding things to pairlist
|
2019-03-24 19:49:49 +01:00 |
|
Matthias
|
14167f826b
|
Fix typehints
|
2019-03-24 19:44:52 +01:00 |
|
Misagh
|
96ea27322d
|
Merge pull request #1694 from freqtrade/doc/dataprovider
Add stake_currency to strategy, fix documentation typo
|
2019-03-24 17:13:03 +01:00 |
|
Misagh
|
71d3a7de40
|
Merge pull request #1692 from freqtrade/feat/scripts_flake_mypy
run flake8 and mypy against scripts folder as well.
|
2019-03-24 17:08:52 +01:00 |
|
Misagh
|
fe3836b497
|
Merge pull request #1696 from freqtrade/docs/1521
Update documentation with correct way of calling
|
2019-03-24 17:06:46 +01:00 |
|
Matthias
|
49559f1a1a
|
Improve documentation and help message
|
2019-03-24 16:33:21 +01:00 |
|
Matthias
|
042354d00f
|
Test blacklist-adding
|
2019-03-24 16:30:11 +01:00 |
|
Matthias
|
f0d3901b6b
|
Add blacklist-pair to documentation
|
2019-03-24 16:29:58 +01:00 |
|
Matthias
|
9d6f629f6a
|
Support adding pairs to blacklist
|
2019-03-24 16:28:14 +01:00 |
|
Matthias
|
7b99d5ebcb
|
Add blacklist and whitelist commands to telegram docs
|
2019-03-24 16:16:39 +01:00 |
|
Matthias
|
8b2174d249
|
Add tests for /blacklist handler
|
2019-03-24 16:09:20 +01:00 |
|
Matthias
|
ffdca7eea7
|
Add blacklist to default_config
|
2019-03-24 16:09:04 +01:00 |
|
Matthias
|
684727b32e
|
Add black blacklist handler (ro)
|
2019-03-24 16:08:48 +01:00 |
|
Matthias
|
3a8b69d69b
|
also support dry_run
|
2019-03-24 15:37:58 +01:00 |
|
Matthias
|
1bba9fcc53
|
Update documentation to use freqtrade, not freqtrade/main.py
fixes #1521
|
2019-03-24 15:13:17 +01:00 |
|
Matthias
|
f7fc9adc63
|
Run travis with freqtrade, not main.py
|
2019-03-24 15:13:03 +01:00 |
|
Matthias
|
e60d1788b2
|
Add new options to docu
|
2019-03-24 15:06:17 +01:00 |
|
Matthias
|
a7e13e96e4
|
Merge pull request #1695 from freqtrade/pyup/scheduled-update-2019-03-24
Scheduled daily dependency update on Sunday
|
2019-03-24 14:20:24 +01:00 |
|
pyup-bot
|
e644493e02
|
Update ccxt from 1.18.387 to 1.18.395
|
2019-03-24 13:35:03 +01:00 |
|
Matthias
|
06f4e627fc
|
Add stake_currency to strategy, fix documentation typo
|
2019-03-23 20:40:07 +01:00 |
|
Misagh
|
e0775546f6
|
Merge pull request #1693 from freqtrade/fix/doc_formatting
Fix Documentation Boxes
|
2019-03-23 20:05:27 +01:00 |
|
Matthias
|
0dc96210b6
|
Fix formatting of boxes 2
|
2019-03-23 19:43:23 +01:00 |
|
Matthias
|
a95f30ce45
|
Fix custom boxes on documentation
|
2019-03-23 19:40:52 +01:00 |
|
Matthias
|
83a2427a61
|
Fix mypy in scripts
|
2019-03-23 19:37:17 +01:00 |
|
Matthias
|
184b13f2fb
|
Flake8 for scripts
|
2019-03-23 19:18:10 +01:00 |
|
Matthias
|
6312d785d8
|
Merge pull request #1691 from freqtrade/pyup/scheduled-update-2019-03-23
Scheduled daily dependency update on Saturday
|
2019-03-23 13:52:00 +01:00 |
|
pyup-bot
|
34ff946f4d
|
Update ccxt from 1.18.386 to 1.18.387
|
2019-03-23 13:35:03 +01:00 |
|
Matthias
|
d043542094
|
Merge pull request #1688 from freqtrade/pyup/scheduled-update-2019-03-22
Scheduled daily dependency update on Friday
|
2019-03-22 15:30:33 +01:00 |
|
pyup-bot
|
89145a7711
|
Update ccxt from 1.18.385 to 1.18.386
|
2019-03-22 13:35:06 +01:00 |
|
Matthias
|
7744989583
|
Merge pull request #1661 from iuvbio/validate_whitelist
validate whitelist vs. validate pairs
|
2019-03-21 06:34:31 +01:00 |
|