Commit Graph

1368 Commits

Author SHA1 Message Date
MoonGem
b8968a4fb7
Add files via upload 2018-03-25 10:17:34 -05:00
MoonGem
5fbb62a5dc
Delete random.py 2018-03-25 10:17:27 -05:00
MoonGem
b63db679c1
Code clean-up 2018-03-25 09:32:05 -05:00
MoonGem
77ea47f32b
Better processing time, cut down on processing time. 2018-03-25 09:30:27 -05:00
MoonGem
8c2c3983b7
Update random.py 2018-03-25 08:24:54 -05:00
MoonGem
2cb760cac6
Update random.py 2018-03-25 08:18:58 -05:00
MoonGem
68a619ad0a
Update random.py 2018-03-25 08:14:57 -05:00
MoonGem
e4b30fc667
Added missing script for backup 2018-03-25 07:54:11 -05:00
MoonGem
93a1c7cb2a
Add files via upload 2018-03-25 07:50:41 -05:00
MoonGem
0a66d7662b
Add files via upload 2018-03-25 07:45:59 -05:00
MoonGem
1b1a6c136b
Create backtesting.py 2018-03-25 07:45:41 -05:00
MoonGem
f02de154bf
Delete default_strategy.py 2018-03-25 07:45:13 -05:00
MoonGem
6613190a72
Random regex, simple profit search 2018-03-25 07:44:35 -05:00
MoonGem
147564eab2
Delete random.py 2018-03-25 07:44:18 -05:00
MoonGem
b957db6d6f
Keeps threads full 2018-03-25 06:18:46 -05:00
MoonGem
547bc29bd1
Add files via upload 2018-03-25 06:18:18 -05:00
MoonGem
d21c2cebeb
Delete defauult_random_strategy.py 2018-03-25 06:17:48 -05:00
MoonGem
43e77e1fee
Update and rename random_strategy.py to defauult_random_strategy.py 2018-03-25 04:49:18 -05:00
MoonGem
2b370abc40
Add files via upload 2018-03-25 02:33:17 -05:00
Samuel Husso
d393aa0f87
Merge pull request #575 from gcarq/pyup-update-scipy-1.0.0-to-1.0.1
Update scipy to 1.0.1
2018-03-24 21:58:15 +02:00
pyup-bot
71025fd374 Update scipy from 1.0.0 to 1.0.1 2018-03-24 20:40:57 +01:00
Samuel Husso
0893431fde
Merge pull request #572 from gcarq/pyup-update-pytest-3.4.2-to-3.5.0
Update pytest to 3.5.0
2018-03-23 07:07:06 +02:00
pyup-bot
e5abc15c53 Update pytest from 3.4.2 to 3.5.0 2018-03-23 05:30:54 +01: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