Gert Wohlgemuth
5d59cd4d51
Merge branch 'handleNotEnoughFundsException' into develop-berlinguyinca
...
# Conflicts:
# freqtrade/tests/testdata/BTC_ADA-5.json
# freqtrade/tests/testdata/BTC_DASH-5.json
# freqtrade/tests/testdata/BTC_ETC-5.json
# freqtrade/tests/testdata/BTC_ETH-5.json
# freqtrade/tests/testdata/BTC_LTC-5.json
# freqtrade/tests/testdata/BTC_NXT-5.json
# freqtrade/tests/testdata/BTC_POWR-5.json
# freqtrade/tests/testdata/BTC_XLM-5.json
# freqtrade/tests/testdata/BTC_XMR-5.json
# freqtrade/tests/testdata/BTC_ZEC-5.json
2018-05-02 20:43:36 -07:00
Gert Wohlgemuth
15b3de0ce9
Merge branch 'additionalColumnForStatusTable' into develop-berlinguyinca
...
# Conflicts:
# freqtrade/tests/rpc/test_rpc.py
2018-05-02 20:43:09 -07:00
Gert Wohlgemuth
4322d40967
working on catching the 'sell insufficient funds error'
2018-05-02 12:56:33 -07:00
Gert Wohlgemuth
00aa1bee9d
fixed styling issues
2018-05-01 22:23:11 -07:00
Gert Wohlgemuth
fd3dcea2b4
fixed styling error
2018-05-01 22:18:29 -07:00
Gert Wohlgemuth
4c0f710a76
added fix for insufficient funds error from bitrex, looking at possibility to test it it
2018-05-01 22:12:14 -07:00
Gert Wohlgemuth
3e27232e9b
added additional column for the status table to see current stake currency value
2018-05-01 21:34:16 -07:00
Gert Wohlgemuth
c8ee1bc966
added support to show current btc value in status table
2018-05-01 16:06:28 -07:00
Gert Wohlgemuth
57e6abc571
Merge branch 'develop' of https://github.com/berlinguyinca/freqtrade into develop
2018-04-23 20:11:19 -07:00
Gert Wohlgemuth
5f7e2e78d6
optimized plotting a bit
2018-04-23 20:11:07 -07:00
Gert Wohlgemuth
1eb1701c4f
adjusting average strategy to be in and out of market as quick as possible
2018-04-22 21:11:47 -07:00
Luis Felipe Díaz Chica
954c6e8c15
Write log when trying to sell opened trades ( #608 )
2018-04-21 18:44:57 +02:00
Matthias
a26cdceb4b
Fix tests run in random order ( #599 )
...
* allow tests to run in random mode
* Fix random test mode for fiat-convert
* allow random test execution in persistence
* fix pep8 styling
* use "usefixtures" to prevent pylint "unused parameter" message
* add pytest-random-order to travis
2018-04-07 20:06:53 +02:00
Michael Egger
9019f6492f
define constants on module level ( #596 )
2018-04-02 16:42:53 +02:00
Matthias Voppichler
5bd79546ab
Disable dynamic whitelist
...
Revert regression introduced in refactoring for objectify
2018-03-30 22:38:09 +02:00
gcarq
24aa6a1679
adapt test_download_backtesting_testdata
2018-03-29 20:17:11 +02:00
gcarq
3775fdf9c7
change column order assertions
2018-03-29 20:16:46 +02:00
gcarq
fee8d0a2e1
refactor get_timeframe
2018-03-29 20:16:25 +02:00
gcarq
702402e1fe
simplify download_backtesting_testdata
2018-03-29 20:15:32 +02:00
gcarq
4f2d3dbb41
parse_ticker_dataframe: use as_index=False to keep date column
2018-03-29 20:14:43 +02:00
gcarq
02aacdd0c8
parse_ticker_dataframe: group dataframe by date
2018-03-29 17:12:49 +02:00
gcarq
872bbadded
add test_load_custom_strategy()
2018-03-27 18:29:51 +02:00
gcarq
6a12591248
change strategy override condition
2018-03-27 18:20:15 +02:00
gcarq
df57c32076
only override strategy if other than DEFAULT
2018-03-27 18:15:49 +02:00
gcarq
f78044da6d
fix method docs
2018-03-27 16:32:58 +02:00
gcarq
157f7da8ce
remove obsolete assertions
2018-03-27 16:32:58 +02:00
gcarq
a356edb117
implement '--strategy-path' argument
2018-03-27 16:32:58 +02:00
gcarq
5fb6fa38aa
apply __slots__ to resolver and reintroduce type conversations
2018-03-27 16:32:58 +02:00
gcarq
99e890bc99
simplify resolver constructor
2018-03-27 16:32:58 +02:00
gcarq
280886104c
strategy: remove unneeded population methods in resolver
2018-03-27 16:32:58 +02:00
Janne Sinivirta
1cec06f808
Merge pull request #578 from gcarq/feature/enhance-strategy-resolving
...
enhance strategy resolving
2018-03-27 12:44:33 +03:00
Janne Sinivirta
85a81b18a3
Merge pull request #586 from xmatthias/obj_backtest_pr2
...
fix backtest --export format
2018-03-27 12:43:52 +03:00
Matthias Voppichler
a182cab27f
fix backtest --export format
...
reverts regression introduced in c623564
2018-03-26 20:28:51 +02:00
gcarq
b254ff9b41
Merge 'develop' into feature/enhance-strategy-resolving
2018-03-26 16:23:25 +02:00
gcarq
611bb52d1f
log hyperopt progress to stdout instead to the logger
2018-03-25 22:57:40 +02:00
gcarq
f374a062e1
remove freqtrade/logger.py
2018-03-25 21:43:00 +02:00
gcarq
fa7f74b4bc
use native python logger
2018-03-25 21:43:00 +02:00
gcarq
3f8d7dae39
make name a required argument and add fallback to getEffectiveLevel
2018-03-25 21:42:03 +02:00
gcarq
6b47c39103
remove invalid mock
2018-03-25 15:12:39 +02:00
gcarq
bd2a6467fe
adapt argument description and metavar
2018-03-25 15:12:39 +02:00
gcarq
3cee94226f
fix flake8 warnings
2018-03-25 15:12:39 +02:00
gcarq
a38c2121cc
adapt tests
2018-03-25 15:12:39 +02:00
gcarq
b4d2a3f495
refactor StrategyResolver to work with class names
2018-03-25 15:12:39 +02:00
gcarq
6e5c14a95b
fix mutable default argument
2018-03-25 15:12:39 +02:00
gcarq
ca9c5edd39
rename Strategy into StrategyResolver
2018-03-25 15:12:39 +02:00
gcarq
3f4261ad1e
use correct return_code if an error occured
2018-03-24 20:56:27 +01:00
gcarq
4c97ee45dd
return None if subcommand has been executed
2018-03-24 20:55:10 +01:00
gcarq
9d443b8bd8
fix reference before assignment
2018-03-24 20:54:46 +01:00
gcarq
b8f322d8f6
revert worker() changes
2018-03-21 19:27:30 +01:00
gcarq
9df5e09a82
remove function assertions
2018-03-21 18:50:18 +01:00