Commit Graph

  • 59b9a6d94d Break the loop as soon as one buy signal is found. misagh 2018-08-03 14:49:55 +0200
  • b963b95ee9 Update pytest from 3.7.0 to 3.7.1 pyup-bot 2018-08-03 14:26:07 +0200
  • 3037d85529 Update ccxt from 1.17.63 to 1.17.66 pyup-bot 2018-08-03 14:26:06 +0200
  • 10ab6c7ffa Removed unneeded property code creslin 2018-08-03 09:14:16 +0000
  • 71b0e15182 updated configuration.md creslin 2018-08-03 08:45:24 +0000
  • 1fef384bba flake 8 creslin 2018-08-03 08:40:16 +0000
  • d2a728cebd flake 8 creslin 2018-08-03 08:38:13 +0000
  • 6b3e8dcc33 holds a dict of each pair last seen. to correctly manage the last seen of a pair. creslin 2018-08-03 08:33:37 +0000
  • c38d94df2d Resubmitting - because GIT. creslin 2018-08-03 07:33:34 +0000
  • 41395e6d51
    Merge f8014da5be into 29dcd2ea43 creslin 2018-08-03 07:21:17 +0000
  • f8014da5be flake 8 creslin 2018-08-03 07:21:05 +0000
  • 555e3444fb typo creslin 2018-08-03 07:18:45 +0000
  • e35daf787a Updated configuration.md with new optional flag creslin 2018-08-03 07:17:27 +0000
  • 354401bb1e Made ta_on_candle and optional creslin 2018-08-03 07:13:37 +0000
  • 2839ecc9bc Test if ran candle analysis per pair/last row creslin 2018-08-03 06:57:53 +0000
  • 2cfa3b7607 updated dockerfile and requirements Gert Wohlgemuth 2018-08-02 17:08:14 -0700
  • 85c73ea850 added index Gert 2018-08-02 16:39:13 -0700
  • 337d9174d9 Flake8 fixes Matthias 2018-08-02 20:11:27 +0200
  • 80a1c6ea64
    Merge pull request #1106 from creslinux/xbt Matthias 2018-08-02 20:07:25 +0200
  • 05ca78d2a3 ticker_history changed to candle_history naming misagh 2018-08-02 17:10:38 +0200
  • 2ec2f1abce async branch updated to reflect develop branch changes misagh 2018-08-02 16:48:21 +0200
  • 7dc440b874
    Merge pull request #2 from xmatthias/ccxt-async-xmatt misagh 2018-08-02 16:33:02 +0200
  • 853d67d8d9 Changed class name to follow CaseConvention creslin 2018-08-02 12:54:45 +0000
  • 2f5d9dc752 typo in comments creslin 2018-08-02 12:51:53 +0000
  • ea72af7ce4
    Merge pull request #1118 from freqtrade/pyup-scheduled-update-2018-08-02 Matthias 2018-08-02 14:44:53 +0200
  • c952bfa991 typo in comments creslin 2018-08-02 12:41:07 +0000
  • 88c9aa6896 flake 8 creslin 2018-08-02 12:38:25 +0000
  • 145008421f Update ccxt from 1.17.60 to 1.17.63 pyup-bot 2018-08-02 14:26:07 +0200
  • a1d854fd90 flake 8 creslin 2018-08-02 12:21:50 +0000
  • 9070cd1206 flake 8 creslin 2018-08-02 12:14:40 +0000
  • 79b5125a3b Do not run indicators on candle rows already processed. creslin 2018-08-02 12:04:13 +0000
  • 398c61786a
    Merge pull request #1116 from creslinux/script_get_market_pairs Samuel Husso 2018-08-02 13:29:42 +0300
  • 00b81e3f0d fix readme.md spelling Matthias 2018-08-02 11:45:28 +0200
  • 0fc4a7910d Add note to readme for binance users Matthias 2018-08-01 20:15:18 +0200
  • 7f4472ad77 As requested in issue #1111 A python script to return creslin 2018-08-02 10:10:44 +0000
  • e282d57a91 fix broken test Janne Sinivirta 2018-08-02 12:57:47 +0300
  • 22b02c3c56
    fix readme.md spelling Matthias 2018-08-02 11:45:28 +0200
  • 3a5b435dfa
    Merge pull request #1089 from freqtrade/feat/backtest_multi_strat Janne Sinivirta 2018-08-02 12:35:47 +0300
  • 17d78b7807
    Merge pull request #1115 from creslinux/candlesnottickers Janne Sinivirta 2018-08-02 12:33:09 +0300
  • 1f97d0d78b fix creslin 2018-08-02 09:15:02 +0000
  • a741f1144a missing __init__.py creslin 2018-08-02 08:58:04 +0000
  • f619cd1d2a renamed/refactored get_ticker_history to get_candle_history as it does not fetch any ticker data only candles and is causing confusion when developer are talking about candles /tickers incorreclty. creslin 2018-08-02 08:45:28 +0000
  • 98b1e2fb3b
    Merge 4f5b530dcb into 29dcd2ea43 Matthias 2018-08-02 08:34:26 +0000
  • 4f5b530dcb
    Merge pull request #1113 from berlinguyinca/backslap_develop Matthias 2018-08-02 10:30:36 +0200
  • 9c08cdc81d Fix typehints Matthias 2018-08-01 21:58:32 +0200
  • 915160f21f Add tests for tickers-history Matthias 2018-08-01 21:44:02 +0200
  • c466a028e0 Add a first async test Matthias 2018-08-01 21:19:49 +0200
  • 863950cf62 Add note to readme for binance users Matthias 2018-08-01 20:15:18 +0200
  • 75604c358d
    Merge a12af0ef5a into 29dcd2ea43 Samuel Husso 2018-08-01 16:55:28 +0000
  • 29dcd2ea43
    Merge pull request #1108 from freqtrade/pyup-scheduled-update-2018-08-01 Matthias 2018-08-01 15:38:23 +0200
  • f7f75b4b04 Update ccxt from 1.17.56 to 1.17.60 pyup-bot 2018-08-01 14:26:05 +0200
  • 7458aa438c
    Merge pull request #982 from berlinguyinca/BASE64 Matthias 2018-08-01 09:00:12 +0200
  • 36f91fcdf5 XBT missing as a market symbol for BTC in constants creslin 2018-08-01 06:03:34 +0000
  • 5b8ee214f9 Adapt to pair_to_strat methology Matthias 2018-08-01 07:28:12 +0200
  • 038e97667f
    Merge branch 'develop' into BASE64 Matthias 2018-08-01 07:26:13 +0200
  • 04d5e857e2 added option to easily switch between backtesting and backslapping from the commandline option Gert 2018-07-31 18:10:23 -0700
  • 3428b6666b Merge branch 'develop_current' into backslap_develop Gert 2018-07-31 17:07:30 -0700
  • 6748e897a5 Custom_Orders - Demo. creslin 2018-07-31 20:21:01 +0000
  • b47c5f1d9a
    Merge pull request #1 from xmatthias/ccxt-async-xmatt misagh 2018-07-31 21:21:45 +0200
  • 40ee86b357 Adapt after rebase Matthias 2018-07-31 21:08:03 +0200
  • 76fbb89a03 use print for backtest results to avoid odd newline-handling Matthias 2018-07-29 19:41:39 +0200
  • c648e2acfc Adjust documentation to strategy table Matthias 2018-07-29 13:13:03 +0200
  • 765d1c769c Add test for stratgy summary table Matthias 2018-07-29 13:07:30 +0200
  • 028589abd2 Add strategy summary table Matthias 2018-07-29 13:07:11 +0200
  • 5125076f5d Fix typo Matthias 2018-07-29 10:05:16 +0200
  • 4ea6780153 Update documentation with --strategy-list Matthias 2018-07-29 09:51:45 +0200
  • a8b55b8989 Add test for strategy-name injection Matthias 2018-07-28 22:00:12 +0200
  • a57a2f4a75 Store backtest-result in different vars Matthias 2018-07-28 21:55:47 +0200
  • bd3563df67 Add test for new functionality Matthias 2018-07-28 07:55:59 +0200
  • 644f729aea Refactor strategy loading to __init__ Matthias 2018-07-28 07:41:38 +0200
  • 5f2e92ec5c Refactor backtesting Matthias 2018-07-28 07:00:58 +0200
  • 65aaa3dffd Extract backtest strategy setting Matthias 2018-07-28 06:54:33 +0200
  • 9a42aac0f2 Add testcase for --strategylist Matthias 2018-07-28 06:40:39 +0200
  • 56046b3cb3 Add strategylist option to backtesting Matthias 2018-07-27 23:01:52 +0200
  • e7d0439741 Add new arguments Matthias 2018-07-27 23:00:50 +0200
  • 136442245c Add todo's and dockstring Matthias 2018-07-31 21:01:44 +0200
  • 12417cc303 fix tests Matthias 2018-07-31 20:54:51 +0200
  • 52065178e1 use .get all the time Matthias 2018-07-31 20:53:32 +0200
  • b45d465ed8 init _klines properly Matthias 2018-07-31 20:50:59 +0200
  • 31870abd25 Refactor async-refresh to it's own function Matthias 2018-07-31 20:43:32 +0200
  • a486b1d01c Use Dict instead of tuplelist, run in _process Matthias 2018-07-31 20:25:10 +0200
  • e38e0e60e1
    Merge pull request #1103 from misaghshakeri/ccxt_ratelimit_configurable Matthias 2018-07-31 19:46:28 +0200
  • 74fa4ddca4 CCXT rate limit config default to => true misagh 2018-07-31 16:54:02 +0200
  • 66a0986496
    Merge pull request #1102 from freqtrade/pyup-scheduled-update-2018-07-31 Matthias 2018-07-31 14:39:48 +0200
  • 72480188b7 Update pytest from 3.6.4 to 3.7.0 pyup-bot 2018-07-31 14:25:07 +0200
  • ab4343b7c0 Update ccxt from 1.17.49 to 1.17.56 pyup-bot 2018-07-31 14:25:06 +0200
  • be1298dbd2 Initializing CCXT with rate_limit parameter optional (default to false) misagh 2018-07-31 14:19:16 +0200
  • 154e4569d7 Merge branch 'develop' into ccxt-async misagh 2018-07-31 12:48:12 +0200
  • c8f125dbb9 ccxt async POC misagh 2018-07-31 12:47:32 +0200
  • 1044d15b17
    Merge pull request #1096 from freqtrade/cleaner-tests Janne Sinivirta 2018-07-31 08:22:33 +0300
  • 2d7ef30185
    Merge pull request #1093 from freqtrade/fix/talib-install Janne Sinivirta 2018-07-31 08:19:35 +0300
  • bf0b1af878 merged latest development branch Gert 2018-07-30 13:43:25 -0700
  • b83487cc36 added required changes Gert 2018-07-30 13:00:08 -0700
  • d048f3ce6d
    Merge pull request #1078 from creslinux/sandbox2 Matthias 2018-07-30 20:23:28 +0200
  • 5a55cd25ff
    Merge branch 'develop' into sandbox2 Matthias 2018-07-30 20:18:48 +0200
  • f85cc422a3
    Merge branch 'develop' into cleaner-tests Janne Sinivirta 2018-07-30 21:08:55 +0300
  • 155e134f50
    Merge pull request #1097 from creslinux/gdax3 Janne Sinivirta 2018-07-30 21:04:26 +0300
  • 81cf7229be
    Merge pull request #1044 from freqtrade/pair_to_strat Janne Sinivirta 2018-07-30 20:18:46 +0300
  • fe27ca63b4
    Update test_exchange.py creslin 2018-07-30 17:08:33 +0000
  • 012fe94333 Recommitted as new branch with unit tests - GIT screwd me on the last PR creslinux 2018-07-30 16:49:58 +0000