Commit Graph

2181 Commits

Author SHA1 Message Date
Samuel Husso
cf522d1df2
Merge pull request #747 from creslinux/patch-1
OSX docker start cmd updated
2018-05-23 16:06:18 +03:00
creslin
318c973461
Update to installation.md
Added link to Docker issue  on OSX with greater detail of the problem and work-around.
2018-05-23 15:20:16 +03:00
creslin
34e78a7400
OSX docker start cmd updated
New versions of Docker will not start in OSX using the cmd in these instructions as /etc/localtime cannot be mounted. 
The change provides an alternate command that does work. 
`docker run --rm -e TZ=`ls -la /etc/localtime | cut -d/ -f8-9` -v `pwd`/config.json:/freqtrade/config.json -it freqtrade`

More info is in this thread: 
https://github.com/docker/for-mac/issues/2396
2018-05-23 13:17:35 +03: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
Samuel Husso
e267b84510
Merge pull request #741 from pan-long/setup-defaults
Auto apply default values in setup.
2018-05-23 10:24:22 +03:00
Pan Long
c7ef69f4eb Auto apply default values in setup.
Before this commit, during setup, even a default value is displayed for some config, if user doesn't enter anything, an empty value is applied.

After this commit, if user doesn't enter anything for a config with default value, the default value will be applied.
2018-05-22 22:09:52 +08: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
Anton
8c22cfce37 Fix tests; fix codestyle 2018-05-21 23:15:01 +03:00
Anton
e1cb0dbf28 Do not try to redownload pair data if --refresh-pairs-cached is not set 2018-05-21 22:31:08 +03:00
xmatthias
e2efd7c6ec add test to verify network exception is cought on init of coinmarketcap 2018-05-21 20:03:25 +02:00
xmatthias
56e697acf5 Fix error initializing coinmarketcap 2018-05-21 20:01:41 +02: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
Michael Egger
13d6297b9f
Merge pull request #711 from gcarq/pyup-update-ccxt-1.14.24-to-1.14.27
Update ccxt to 1.14.27
2018-05-20 10:31:27 +02:00
pyup-bot
65c069dd9f Update ccxt from 1.14.24 to 1.14.27 2018-05-20 06:41:38 +02: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