Commit Graph

1030 Commits

Author SHA1 Message Date
Gert
1b77d66e2c fixed some bugs, improved the backtesting and strategy table. Possible now to specify which features we want to use in the backtesting api 2018-05-23 20:51:07 -07:00
Gert
bab9a92ae1 Merge remote-tracking branch 'origin/wohlgemuth' into aws
# Conflicts:
#	requirements.txt
#	scripts/plot_profit.py
2018-05-23 18:56:27 -07:00
Gert Wohlgemuth
2e3e827bc6 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-23 00:25:51 -07:00
Gert Wohlgemuth
9fd735a3a0 fixing backtesting and perisstence 2018-05-23 00:25:38 -07:00
EC2 Default User
b76e659768 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-22 03:50:07 +00:00
Gert Wohlgemuth
c25aa22690 working on backtesting BASE64 encoded strategies 2018-05-21 20:48:35 -07:00
Gert Wohlgemuth
4e31b4c9ee added support for downloading the github strategy repository 2018-05-21 19:57:31 -07:00
EC2 Default User
a88d930c08 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-21 23:53:00 +00:00
Gert Wohlgemuth
b4d6e2c289 working on backtesting 2018-05-21 16:52:12 -07:00
EC2 Default User
c8a66bbe5d fixed formating issues 2018-05-21 21:56:31 +00:00
Gert Wohlgemuth
b5d0c0ea6a working on aws lambda loading 2018-05-20 21:18:36 -07:00
Gert Wohlgemuth
bf6ff26b09 working on aws lambda loading 2018-05-20 18:00:27 -07:00
Gert Wohlgemuth
12bab50146 working on aws lambda loading 2018-05-20 17:48:02 -07:00
Gert Wohlgemuth
ba40a25150 some serialization issue 2018-05-20 16:51:54 -07:00
Gert Wohlgemuth
d9e3e96d8e implementing more strategy db query code 2018-05-20 15:25:02 -07:00
Gert Wohlgemuth
ae5230cf45 implementing more strategy db query code 2018-05-20 15:13:54 -07:00
Gert Wohlgemuth
d65d1a4a26 Merge branch 'ObjectivyGraphImprovements' into wohlgemuth
# Conflicts:
#	scripts/plot_dataframe.py
2018-05-20 12:14:07 -07:00
Gert Wohlgemuth
b990557e5f Merge branch 'StopLossSupport' into wohlgemuth
# Conflicts:
#	freqtrade/arguments.py
#	scripts/plot_dataframe.py
2018-05-20 12:12:08 -07:00
Gert Wohlgemuth
a040181c26 working database handling 2018-05-20 11:47:48 -07:00
Gert Wohlgemuth
b556dafc1a refactured, persistence to restrictive, dealing with boto3 directly 2018-05-19 17:20:11 -07:00
Gert Wohlgemuth
92d3afd6e8 Working on persistence api 2018-05-19 17:07:32 -07:00
Gert Wohlgemuth
2da14fc554 wokring on persistence scan api 2018-05-19 15:59:36 -07:00
Gert Wohlgemuth
12a758afc4 introduced persistence objects 2018-05-19 15:38:33 -07:00
Gert Wohlgemuth
9d4257c2c0 merged changes from develop branch 2018-05-19 15:34:18 -07:00
EC2 Default User
4bb944c432 finally managed to compile aws functions + talib 2018-05-19 21:31:01 +00:00
Gert Wohlgemuth
b01e9b3f2f Merge remote-tracking branch 'upstream/develop' into StopLossSupport 2018-05-19 12:58:56 -07:00
peterkorodi
0c051b1b7a Make plot_dataframe able to show trades stored in database. (#692)
* Show trades stored in db on the graph
2018-05-19 09:14:42 +03:00
Gert Wohlgemuth
610029ba94 added graphing of OSC and CMF 2018-05-17 22:32:10 -07:00
Gert Wohlgemuth
0c4b776101 working on static library support 2018-05-17 08:02:51 -07:00
Gert Wohlgemuth
5d16569233 minor improvements 2018-05-16 23:43:58 -07:00
Matthias Voppichler
ef78f2f03a Add test for invalid order_fee dict 2018-05-15 20:13:43 +02:00
Matthias Voppichler
a1fa688da0 Add tests for the new scenario 2018-05-15 19:49:47 +02:00
Matthias Voppichler
263bf918b1 Fix bug pointed out in #679 2018-05-15 19:49:28 +02:00
Anton
d112d90e8e Make telegram message beautiful 2018-05-15 13:37:34 +03:00
Gert Wohlgemuth
94acbf6c57 slowly working on the endpoints 2018-05-14 16:46:10 -07:00
Gert Wohlgemuth
b680429ea1 Merge branch 'LoadStrategyByUrl' into aws
# Conflicts:
#	setup.py
2018-05-14 15:42:16 -07:00
Anton
f175f48418 Fix get balance functionality 2018-05-15 00:31:56 +03:00
Gert Wohlgemuth
51e9cdb42c Merge branch 'StopLossSupport' into wohlgemuth 2018-05-13 15:27:53 -07:00
Gert Wohlgemuth
60b2b68bc3 switched print to logger.debug 2018-05-13 15:27:31 -07:00
Gert Wohlgemuth
5c5cab58ca Merge branch 'StopLossSupport' into wohlgemuth 2018-05-13 15:20:10 -07:00
Gert Wohlgemuth
40630875ab fixed flake error, they are really to stringent! 2018-05-13 15:19:27 -07:00
Gert Wohlgemuth
f8da1bf5a6 added support for the adjusteable stop loss, if we made profit. Implementation based on the cocnept: use positive stop loss, if made profit is > 0 2018-05-13 15:17:50 -07:00
Matthias Voppichler
8549201502 add test for new fiat_convert logic 2018-05-13 20:46:02 +02:00
Gert Wohlgemuth
30d6d562af Merge branch 'StopLossSupport' into wohlgemuth 2018-05-13 11:39:04 -07:00
Matthias Voppichler
b1c53ec656 refactor "patch_coinmarketcap" to conftest"
add patch_coinmarketcap to get_patched_freqtradebot
2018-05-13 20:04:40 +02:00
Matthias Voppichler
790f35a5c8 fix test which resets singleton without reinstating it 2018-05-13 20:03:54 +02:00
Matthias Voppichler
3246c60472 Fix coinmarketcap ticker 2018-05-13 20:00:38 +02:00
Matthias Voppichler
57fc9df5f3 Fix typo 2018-05-13 19:54:19 +02:00
Matthias Voppichler
144be37a9a Convert ID to string 2018-05-13 19:53:23 +02:00
Matthias Voppichler
9b8f90dc9f log error in find_price 2018-05-13 19:50:04 +02:00