EC2 Default User
f2b8609127
adjusted run interval
2018-05-24 08:14:00 +00:00
Janne Sinivirta
4e0b095f2b
Merge pull request #756 from gcarq/pyup-update-ccxt-1.14.27-to-1.14.62
...
Update ccxt to 1.14.62
2018-05-24 10:59:40 +03:00
EC2 Default User
6301329921
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 07:57:36 +00:00
Gert Wohlgemuth
85fba4fcb8
added support to get the temp directory
2018-05-24 00:57:18 -07:00
Janne Sinivirta
0837f3f9f3
Merge pull request #733 from xmatthias/fix_fiat_init
...
Fix fiat initialization
2018-05-24 10:54:31 +03:00
EC2 Default User
0b6e916234
make sure all talib libraries are in the right folder
2018-05-24 07:49:51 +00:00
EC2 Default User
0895759239
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 07:49:15 +00:00
Gert Wohlgemuth
8175fd207e
more jyperopt fine tuning
2018-05-24 00:49:06 -07:00
EC2 Default User
f18d04b0a4
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 07:41:57 +00:00
Gert Wohlgemuth
742dc7d6d5
working on error handling
2018-05-24 00:41:40 -07:00
EC2 Default User
f962bddf50
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 07:31:25 +00:00
Gert Wohlgemuth
6689c88a7c
minor optimizations
2018-05-24 00:31:16 -07:00
Gert Wohlgemuth
ad36947fe2
added better result code to github import
2018-05-24 00:12:19 -07:00
EC2 Default User
8f0254458c
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 07:05:52 +00:00
Gert Wohlgemuth
b478ad76b2
further working on getting rid of hyperopt
2018-05-24 00:05:34 -07:00
Gert Wohlgemuth
d4250222f8
further working on getting rid of hyperopt
2018-05-24 00:04:58 -07:00
EC2 Default User
90629e2b49
Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
2018-05-24 06:50:27 +00:00
EC2 Default User
bfbb2e27a8
more optimizations to reduce lambda size
2018-05-24 06:50:24 +00:00
Gert Wohlgemuth
669f596ce7
getting rid of hyperopt must, should be optional
2018-05-23 23:49:57 -07:00
pyup-bot
bad5d57d71
Update ccxt from 1.14.27 to 1.14.62
2018-05-24 08:26:46 +02:00
EC2 Default User
1ba5b74eeb
optimizing libraries
2018-05-24 06:12:25 +00:00
EC2 Default User
6f4e210296
optimizing libraries
2018-05-24 06:11:39 +00:00
Gert Wohlgemuth
d66196a290
added functionality to render trades
2018-05-23 23:11:11 -07:00
Samuel Husso
620c7e8312
Merge pull request #748 from gcarq/pyup-update-pytest-3.5.1-to-3.6.0
...
Update pytest to 3.6.0
2018-05-24 09:01:31 +03:00
Gert
07155801bb
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:57:08 -07:00
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
pyup-bot
af0b1e806f
Update pytest from 3.5.1 to 3.6.0
2018-05-23 15:06:26 +02:00
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