Commit Graph

  • cb97a30087 fix sqlalchemy session to use contextual session Samuel Husso 2017-09-06 17:13:21 +0300
  • 1dc1018356 Merge pull request #7 from vertti/parabolic-sar Michael Egger 2017-09-04 11:45:10 +0200
  • cf309f1987 Merge branch 'master' into parabolic-sar Janne Sinivirta 2017-09-04 12:07:13 +0300
  • 16c203e0a4 Merge pull request #11 from vertti/restore-ema Michael Egger 2017-09-04 11:02:57 +0200
  • c6daf47e76 restore EMA plots Janne Sinivirta 2017-09-04 10:19:05 +0300
  • e28e2f62cd install TA-lib in Dockerfile Janne Sinivirta 2017-09-03 17:35:58 +0300
  • 44b9da5159 Merge branch 'master' into parabolic-sar Janne Sinivirta 2017-09-03 16:43:20 +0300
  • 8ac4fe7734 Merge pull request #9 from vertti/replace-with-talib Michael Egger 2017-09-03 14:49:01 +0200
  • 5bf244b92d fix telegram Session lint issues Samuel Husso 2017-09-03 09:56:35 +0300
  • a56340061e fix Session lint issues Samuel Husso 2017-09-03 09:50:48 +0300
  • 82b90f24e7 let TA-lib calculate macd, macdsignal and macdhistogram. remove the now unnecessary StockStats library Janne Sinivirta 2017-09-02 11:56:56 +0300
  • 0643438580 use TA-lib to calculate StochRSI Janne Sinivirta 2017-09-02 11:41:30 +0300
  • c2d7854d62 add TA-lib dependency Janne Sinivirta 2017-09-01 21:39:22 +0300
  • aceb8007ca add typehints gcarq 2017-09-02 01:22:20 +0200
  • e3eaad07b1 use jsonschema instead of custom type validations gcarq 2017-09-02 01:10:21 +0200
  • 6f05648087 implement get_markets gcarq 2017-09-02 01:09:57 +0200
  • 360143b8cf fix typo gcarq 2017-09-01 21:34:56 +0200
  • 119823eeac remove unused variables gcarq 2017-09-01 21:34:48 +0200
  • 32cac11580 add typehints gcarq 2017-09-01 21:11:46 +0200
  • 99cbf72dc4 adapt logging (fixes #6) gcarq 2017-09-01 20:46:01 +0200
  • 072593c756 only buy when parabolic sar shows bullish trend Janne Sinivirta 2017-09-01 21:40:12 +0300
  • 330b67b857 add TA-lib dependency Janne Sinivirta 2017-09-01 21:39:22 +0300
  • f56fa25505 Merge branch 'master' of https://github.com/gcarq/freqtrade gcarq 2017-09-01 20:22:15 +0200
  • e01a4cd362 Merge pull request #5 from vertti/more-dep-updates Michael Egger 2017-09-01 20:09:39 +0200
  • 6bd81f3a85 Merge pull request #4 from vertti/remove_should_stop_global Michael Egger 2017-09-01 20:09:32 +0200
  • 5f07e8aaff Merge branch 'master' of https://github.com/gcarq/freqtrade gcarq 2017-09-01 20:06:11 +0200
  • 1620f02ab2 update all dependencies to latest versions Janne Sinivirta 2017-09-01 18:58:23 +0300
  • ace556e3bf move _should_stop from module global to class variable Janne Sinivirta 2017-08-30 21:19:14 +0300
  • 28c65af134 Merge pull request #3 from vertti/upgrade-deps Michael Egger 2017-08-31 14:57:18 +0200
  • 43133f0f81 Merge pull request #2 from vertti/linter-fixes Michael Egger 2017-08-31 14:55:56 +0200
  • a0a134af3f Merge pull request #1 from vertti/add-docker-support Michael Egger 2017-08-31 12:46:10 +0200
  • c46f718b40 upgrade several dependencies Janne Sinivirta 2017-08-30 22:07:33 +0300
  • b9e53bcaa6 fix indentation Janne Sinivirta 2017-08-27 22:17:29 +0300
  • 5e940e964b reordering import statements Janne Sinivirta 2017-08-27 17:12:28 +0300
  • 98f9d7cc21 use lazy-evaluating form of logger (pylint W1202) Janne Sinivirta 2017-08-27 16:50:59 +0300
  • 06d92042fd avoid single char variable names Janne Sinivirta 2017-08-27 16:40:27 +0300
  • 02b4929e3f Add docker support Samuel Husso 2017-08-27 18:15:00 +0300
  • e82f6e0da8 fix using JSONDecodeError in two different ways Janne Sinivirta 2017-08-27 15:47:09 +0300
  • e229ba0ba8 rename conf to CONFIG as it is a constant Janne Sinivirta 2017-08-27 15:38:20 +0300
  • f223f89f8a add pylint rule file that allows to use logger in lowercase Janne Sinivirta 2017-08-27 15:37:11 +0300
  • 65c3adeab7 make telegram updater more robust gcarq 2017-06-09 01:06:29 +0200
  • 7b0296ad52 adapt README gcarq 2017-06-08 22:54:03 +0200
  • 0fc46378fc implement /performance command gcarq 2017-06-08 22:52:38 +0200
  • 53e71e09f7 remove /cancel command gcarq 2017-06-08 20:04:07 +0200
  • 3d5913d317 implement /forcesell command gcarq 2017-06-08 20:01:01 +0200
  • 3c0074520c update requirements gcarq 2017-06-08 18:51:17 +0200
  • 029072c9af also use MACD indicator; minor changes gcarq 2017-06-05 21:17:10 +0200
  • 0f5e00618b handle JSONDecodeError gcarq 2017-06-02 16:08:46 +0200
  • 4d6897eb70 only respect dataframes younger than 10 minutes gcarq 2017-05-25 01:11:35 +0200
  • b7f2a144e4 include ema gcarq 2017-05-24 23:28:40 +0200
  • 1d55b7d452 user custom user agent gcarq 2017-05-24 22:23:20 +0200
  • 8703f3ebe6 implement StochRSI buy signal handler gcarq 2017-05-24 21:52:41 +0200
  • b37149cf6f make conf validation more robust gcarq 2017-05-22 22:15:33 +0200
  • 9200ebb48a validate if bittrex pairs are valid gcarq 2017-05-22 21:58:03 +0200
  • 8c3f20ce52 fix division by zero in profit handler gcarq 2017-05-21 22:51:32 +0200
  • bc8f00009d use a different db handle for dry_run gcarq 2017-05-21 17:58:54 +0200
  • 5402f8ba30 fix NoneType issue gcarq 2017-05-21 17:28:20 +0200
  • 0949f54c7d minor changes gcarq 2017-05-21 16:52:36 +0200
  • 4859bf18a3 s/trade_thresholds/minimal_roi/ gcarq 2017-05-20 21:30:42 +0200
  • 763e05ff14 better exception handling and minor changes gcarq 2017-05-19 18:02:18 +0200
  • 775c2a1a9a respect stake_currency conf gcarq 2017-05-18 18:53:22 +0200
  • ec72fff478 add property: stake_currency gcarq 2017-05-18 18:47:13 +0200
  • 588ecebfeb bump version gcarq 2017-05-18 01:51:23 +0200
  • a09f29dc43 Initial commit Michael Egger 2017-05-18 01:48:53 +0200
  • d4c409a27f add README; minor refactoring gcarq 2017-05-18 01:46:08 +0200
  • 6dae42d95d show trade id in status command; minor bugfix gcarq 2017-05-17 23:36:08 +0200
  • d572b7bdbe implement support for concurrent open trades gcarq 2017-05-17 19:42:45 +0200
  • 3fa8aae66d test commit gcarq 2017-05-14 15:53:53 +0200
  • 1e4f104f51 major refactoring gcarq 2017-05-14 14:14:16 +0200
  • c9cc9faf31 create table if it doesnt exist and other fixes gcarq 2017-05-13 00:30:08 +0200
  • ef4b7eed3b update gitignore gcarq 2017-05-12 22:42:20 +0200
  • e0ccc1e4bd freeze urllib3 1.2.0 gcarq 2017-05-12 22:42:08 +0200
  • 55b3c13798 reducre complexity gcarq 2017-05-12 22:41:49 +0200
  • 61664fcae4 update gitignore; remove cache files gcarq 2017-05-12 19:32:51 +0200
  • 419f6ea2ca update README; make main.py executable gcarq 2017-05-12 19:26:40 +0200
  • a5b1e699e5 Initial commit maikl 2017-05-12 17:20:02 +0000
  • e5d693ed4c initial commit gcarq 2017-05-12 19:11:56 +0200