MoonGem
9fde3556a4
Removed profit roi updated with config.json
2018-03-23 17:34:31 -05:00
MoonGem
ccf5831275
Config for hyperopt
2018-03-23 17:33:17 -05:00
MoonGem
b8c5f3eeea
Reverted back to non-mongodb hyperopt.
2018-03-23 16:52:50 -05:00
MoonGem
c352c9b293
API key error handling.
2018-03-23 16:44:27 -05:00
MoonGem
1c7daa713b
Updated
2018-03-23 16:41:06 -05:00
MoonGem
12750cb765
Update hyperopt.py
2018-03-23 00:33:59 -05:00
MoonGem
c396cf0dcb
Readded things
2018-03-23 00:22:17 -05:00
MoonGem
b147ece554
Removed Unneeded things
2018-03-22 23:29:23 -05:00
MoonGem
6280d9408e
Create hyperoptNote.md
2018-03-22 23:05:37 -05:00
MoonGem
c6cee3ebe4
Update hyperopt.py
2018-03-22 23:03:32 -05:00
MoonGem
717f4eefcb
Update hyperopt.py
2018-03-22 23:01:34 -05:00
MoonGem
e49e361da5
Update hyperopt.py
2018-03-22 23:00:47 -05:00
Janne Sinivirta
8d65452631
Merge pull request #569 from gcarq/feature/state-public-attr
...
Make state a public property on FreqtradeBot
2018-03-22 15:46:18 +02: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
gcarq
9559f50eec
remove obsolete helper functions and make _state a public member.
2018-03-21 18:50:18 +01:00
Janne Sinivirta
62a3366fbf
Merge pull request #537 from gcarq/feature/objectify
...
Switch from procedural code to object + Code coverage 99.09%
2018-03-21 08:59:28 +02:00
Janne Sinivirta
04c6474dd0
Merge pull request #563 from gcarq/feature/typehints
...
Set correct typehints and minor code cleanups
2018-03-21 08:53:38 +02:00
gcarq
3553686e50
plot_dataframe: set missing typehints
2018-03-20 19:50:04 +01:00
gcarq
bc554faffb
plot_profit: add missing typehints and fix mutable argument issue
2018-03-20 19:50:04 +01:00
gcarq
a5c62b5c10
rpc/rpc.py: fix indentation
2018-03-20 19:50:04 +01:00
gcarq
f6df7df9bf
modify args typehints
2018-03-20 19:50:04 +01:00
gcarq
33ddc540cf
don't shadow built-in name tuple
2018-03-20 19:50:04 +01:00
gcarq
7078bc00bd
rpc: apply correct typehints; remove redundant parentheses
2018-03-20 19:50:04 +01:00
gcarq
d2aea7bdc1
optimize imports
2018-03-20 19:50:04 +01:00
gcarq
d8689e5045
set correct typehint; remove unused argument
2018-03-20 19:48:03 +01:00
gcarq
5327533188
optimize: set correct typehints
2018-03-20 19:48:03 +01:00
gcarq
5532cedcdd
get_signal: remove redundant parentheses
2018-03-20 19:48:03 +01:00
gcarq
ed71340a90
arguments: apply missing typehints
2018-03-20 19:48:03 +01:00
gcarq
1074415d30
remove invalid typehint from ctor
2018-03-20 19:48:03 +01:00
gcarq
90be78b283
CryptoFiat: inherit from object explicitly
2018-03-20 19:48:03 +01:00
gcarq
2de63133ae
indicator_helpers: apply correct typehints
2018-03-20 19:48:03 +01:00
gcarq
31e2aa0f38
misc: apply missing typehints
2018-03-20 19:48:03 +01:00
gcarq
cae7be4447
add fee param to function doc
2018-03-20 19:48:03 +01:00
gcarq
a6a38735b1
backtesting: only respect max_open_trades with realistic_simulation
2018-03-20 19:38:33 +01:00
gcarq
93931eb32b
fix typo in _generate_text_table
2018-03-19 23:05:12 +01:00
gcarq
967bf417df
Merge branch 'develop' into feature/objectify
2018-03-19 19:10:19 +01:00
Matthias
b67257db35
replace pymarketcap with coinmarketcap ( #562 )
...
* replace pymarketcap with coinmarketcap
* fix tests to use coinmarketcap instead of pymarketcap
* use arraypos 0
* update setup.py from pymarketcap to coinmarketcap
* Add test to check for unsupported Crypto currency
2018-03-19 18:40:40 +01:00
Matthias
94caf82ab2
Fix test_dataframe when ran standalone ( #546 )
...
* Fix dataframe test when ran standalone
* Fix standalone tests in hyperopt and optimize tests
2018-03-19 18:30:14 +01:00
gcarq
eb8503c547
README: add codeclimate badge
2018-03-18 18:59:13 +01:00
Samuel Husso
89e8286cbc
Merge pull request #565 from gcarq/feature/adapt-bin-wrapper
...
adapt bin/freqtrade to pass required parameters
2018-03-18 09:41:45 +02:00
gcarq
ebe1d3647f
.gitignore: add .pytest_cache/
2018-03-18 02:04:30 +01:00
gcarq
5ed6f70010
call set_loggers() and pass sys.argv to main
2018-03-18 01:55:43 +01:00
Matthias
a99c8c4046
replace pymarketcap with coinmarketcap ( #562 )
...
* replace pymarketcap with coinmarketcap
* fix tests to use coinmarketcap instead of pymarketcap
* use arraypos 0
* update setup.py from pymarketcap to coinmarketcap
* Add test to check for unsupported Crypto currency
2018-03-18 00:42:24 +01:00
Michael Egger
fd44c0e59e
allow max_open_trades to be zero ( #561 )
2018-03-17 10:40:50 +01:00
Gérald LONLAS
e6732e01e1
Use ticker_interval defined in Strategy() instead of a mix between strategy and config file ( #540 )
2018-03-15 23:48:22 +01:00
Matthias
e907c48438
Fix test_dataframe when ran standalone ( #546 )
...
* Fix dataframe test when ran standalone
* Fix standalone tests in hyperopt and optimize tests
2018-03-15 23:37:34 +01:00
Matthias
480d3876b8
Align calling of freqtrade in backtesting and plotting docu ( #554 )
2018-03-15 23:34:13 +01:00
Samuel Husso
ab93a61066
Merge pull request #550 from gcarq/pyup-update-numpy-1.14.1-to-1.14.2
...
Update numpy to 1.14.2
2018-03-13 10:52:36 +02:00
pyup-bot
5f68a445cf
Update numpy from 1.14.1 to 1.14.2
2018-03-12 19:53:35 +01:00