Commit Graph

1747 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
a51746c255 working on merging 2018-05-23 19:12:04 -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
f9cc150aa1
Update README.md 2018-05-21 20:47:58 -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
EC2 Default User
82928fd681 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-21 04:18:58 +00:00
Gert Wohlgemuth
b5d0c0ea6a working on aws lambda loading 2018-05-20 21:18:36 -07:00
EC2 Default User
cc9a2b06da Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-21 01:00:39 +00:00
Gert Wohlgemuth
bf6ff26b09 working on aws lambda loading 2018-05-20 18:00:27 -07:00
EC2 Default User
bc0078102f Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-21 00:49:34 +00:00
Gert Wohlgemuth
12bab50146 working on aws lambda loading 2018-05-20 17:48:02 -07:00
EC2 Default User
d67c14d260 working on mapping issues 2018-05-21 00:47:30 +00:00
EC2 Default User
fb984b2e71 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-20 23:52:16 +00:00
Gert Wohlgemuth
ba40a25150 some serialization issue 2018-05-20 16:51:54 -07:00
EC2 Default User
2825ee8ac5 working on mapping 2018-05-20 23:51:43 +00:00
Gert Wohlgemuth
d9e3e96d8e implementing more strategy db query code 2018-05-20 15:25:02 -07:00
Gert Wohlgemuth
3a4bbac25f updated path mapping 2018-05-20 15:23:25 -07:00
Gert Wohlgemuth
ae5230cf45 implementing more strategy db query code 2018-05-20 15:13:54 -07:00
Gert Wohlgemuth
7320b60343 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws 2018-05-20 14:22:01 -07:00
EC2 Default User
fa05996fb1 updated serverless config 2018-05-20 21:21:12 +00:00
Gert Wohlgemuth
3c29a26120 Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth 2018-05-20 14:12:59 -07:00
Gert Wohlgemuth
c3cc42be78
Update README.md 2018-05-20 12:17:17 -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
74533be01e working on table schema 2018-05-19 17:23:42 -07:00
Gert Wohlgemuth
b556dafc1a refactured, persistence to restrictive, dealing with boto3 directly 2018-05-19 17:20:11 -07:00
Gert Wohlgemuth
4b6e7698da Working on persistence api 2018-05-19 17:12:39 -07:00
Gert Wohlgemuth
8ddefe9c89 changed table schema 2018-05-19 17:12:05 -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
Samuel Husso
b0536dba0b
Merge pull request #709 from gcarq/pyup-update-ccxt-1.14.10-to-1.14.24
Update ccxt to 1.14.24
2018-05-19 09:15:02 +03: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
pyup-bot
16eb793081 Update ccxt from 1.14.10 to 1.14.24 2018-05-19 06:56:37 +02:00
EC2 Default User
ebb627d6ef working on compiling on ec2 linux to make all libraries compatible 2018-05-18 06:21:43 +00:00
Gert Wohlgemuth
daae0d3213
Update README.md 2018-05-17 22:42:09 -07: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
7dc71e904e working on deploying to aws, failing due to dynamic lib, needs to be a static ta-lib 2018-05-17 00:02:16 -07:00