Commit Graph

  • 262113f9ee Merge pull request #1749 from freqtrade/telegram_long_msg Misagh 2019-04-10 10:30:49 +02:00
  • e75cdd4c27 Rename variable, add more tests Matthias 2019-04-10 06:59:10 +02:00
  • 559257ed33 Merge pull request #1752 from freqtrade/pyup/scheduled-update-2019-04-09 Matthias 2019-04-09 16:59:48 +02:00
  • 71e671f053 Update ccxt from 1.18.442 to 1.18.445 pyup-bot 2019-04-09 12:38:06 +00:00
  • 9fbe573cca limit usage of ccxt to freqtrade/exchange only hroff-1902 2019-04-09 12:27:35 +03:00
  • 6856848efc Merge pull request #1744 from hroff-1902/ccxt-parse_timeframe Matthias 2019-04-08 20:26:36 +02:00
  • ff6967de9e Add test for too large balance Matthias 2019-04-08 19:59:54 +02:00
  • 5c4170951a Don't send too large messages Matthias 2019-04-08 19:59:30 +02:00
  • 500eb17449 Merge pull request #1747 from freqtrade/pyup/scheduled-update-2019-04-08 Misagh 2019-04-08 16:30:12 +02:00
  • ffdc33d964 Update ccxt from 1.18.437 to 1.18.442 pyup-bot 2019-04-08 12:39:06 +00:00
  • 3e4dd5019d docs adjusted hroff-1902 2019-04-08 11:20:15 +03:00
  • cb2f422e1c make name option required again hroff-1902 2019-04-08 11:19:45 +03:00
  • 4559a38172 PoC: use defaults in json schema for some exchange options hroff-1902 2019-04-08 04:42:28 +03:00
  • 91dc2b96fc support for defaults in json.schema hroff-1902 2019-04-08 04:23:29 +03:00
  • fb8555a6cc Merge pull request #1743 from freqtrade/pyup/scheduled-update-2019-04-07 Matthias 2019-04-07 19:17:31 +02:00
  • ebf1126351 cosmetic: rename interval, tick_interval, etc --> ticker_interval hroff-1902 2019-04-07 16:14:40 +03:00
  • 3a81eb7d48 Update ccxt from 1.18.435 to 1.18.437 pyup-bot 2019-04-07 12:38:05 +00:00
  • 3ad4d937c5 Correct Dockerfile.pi file to use requirements-pi.txt TL Nguyen 2019-04-07 14:07:26 +03:00
  • c35e5ca7dd Add back requirements-pi.txt file and put it into .pyup.yml TL Nguyen 2019-04-07 14:05:41 +03:00
  • 4a6c8f3cb2 Merge pull request #1735 from hroff-1902/ccxt-parse_timeframe Matthias 2019-04-07 12:52:13 +02:00
  • e7c8e62d75 Remove requirements-pi.txt, change Dockerfile.pi to utilize the requirements.txt instead TL Nguyen 2019-04-07 10:31:03 +03:00
  • d6d16b4696 docstrings improved hroff-1902 2019-04-07 00:22:02 +03:00
  • dc1968b968 docstrings added hroff-1902 2019-04-06 23:36:55 +03:00
  • 4fef9448bf Merge pull request #1727 from mishaker/fix_cancel_order Misagh 2019-04-06 20:32:44 +02:00
  • 4bb5345e13 Merge pull request #1741 from freqtrade/abstract_count Misagh 2019-04-06 20:32:15 +02:00
  • d294cab933 adding order id to invalidorder exception message Misagh 2019-04-06 20:27:03 +02:00
  • f139178136 rpc_counts should be in .rpc Matthias 2019-04-06 20:01:29 +02:00
  • 4eb0ed9f2f Add Dockerfile.pi for building docker image for raspberry pi TL Nguyen 2019-04-06 21:11:14 +03:00
  • 7a598f32dc Move rpc-count calculation to _rpc class Matthias 2019-04-06 19:58:45 +02:00
  • b776336ebf Merge pull request #1740 from freqtrade/pyup/scheduled-update-2019-04-06 Matthias 2019-04-06 14:57:54 +02:00
  • 481df98f58 Update ccxt from 1.18.432 to 1.18.435 pyup-bot 2019-04-06 12:38:04 +00:00
  • 8cb1024ff6 Merge branch 'develop' into ccxt-parse_timeframe hroff-1902 2019-04-05 23:16:27 +03:00
  • 41ff2a9276 TemporaryError removed Misagh 2019-04-05 20:40:44 +02:00
  • acb99a03e3 adding stoploss on exchange manual cancel note Misagh 2019-04-05 20:30:54 +02:00
  • 4b2eb22989 conflict with develop resolved Misagh 2019-04-05 20:23:15 +02:00
  • a505826ec9 flake8 Misagh 2019-04-05 20:20:41 +02:00
  • 54d068de44 missing test added Misagh 2019-04-05 20:20:16 +02:00
  • 25d8e93a90 remove unnecessary comment Misagh 2019-04-05 19:53:15 +02:00
  • 9712fb2d57 removing unnecessary comment Misagh 2019-04-05 19:49:02 +02:00
  • 2b49a11b2a returning InvalidOrder exception for get_order Misagh 2019-04-05 19:46:43 +02:00
  • 1bfc667515 Merge pull request #1737 from freqtrade/doc/simplify Matthias 2019-04-05 19:21:30 +02:00
  • 4c5432be6f Added command line options in backtesting to override max_open_trades and stake_amount Your Name 2019-04-05 16:48:14 +03:00
  • 9dc2a30793 Merge pull request #1683 from gianlup/fix_bt_partial_data Misagh 2019-04-05 07:28:57 +02:00
  • 13e8f25ca9 Improve docs layout Matthias 2019-04-05 06:51:16 +02:00
  • ac1964edb1 Remove unnecessary comment Matthias 2019-04-05 06:49:15 +02:00
  • dbb1bbf101 Fix webhook documentation Matthias 2019-04-05 06:47:03 +02:00
  • 0ac80aacd1 Merge pull request #1736 from iuvbio/update/docs Matthias 2019-04-04 21:15:28 +02:00
  • 7486cb7c64 fix admonitions iuvbio 2019-04-04 21:05:26 +02:00
  • e3cdc0a05b typos and visual fixes iuvbio 2019-04-04 20:53:28 +02:00
  • 6913bce6a1 flake8, import in script/plot_profit.py hroff-1902 2019-04-04 21:30:08 +03:00
  • 7010c835d2 Improve commentign Matthias 2019-04-04 20:23:10 +02:00
  • 2aa1b43f01 get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead hroff-1902 2019-04-04 20:56:40 +03:00
  • 32cbb714f9 Improve commenting on backtsting and backtest_multi_tst Matthias 2019-04-04 19:44:03 +02:00
  • 7f4fd6168a test for canceled SL on exchange added Misagh 2019-04-04 17:23:21 +02:00
  • 647534a4f8 flake8 Misagh 2019-04-04 17:17:21 +02:00
  • 31fa857319 typo Misagh 2019-04-04 17:15:51 +02:00
  • a363d443bf stoploss on exchange canceled handled Misagh 2019-04-04 17:13:54 +02:00
  • 75c522e082 Merge pull request #1734 from freqtrade/pyup/scheduled-update-2019-04-04 Misagh 2019-04-04 14:56:55 +02:00
  • ebeaf64fbb Update mypy from 0.670 to 0.700 pyup-bot 2019-04-04 12:38:06 +00:00
  • 6afe232c4d Update ccxt from 1.18.430 to 1.18.432 pyup-bot 2019-04-04 12:38:05 +00:00
  • 05df7f3394 Merge pull request #1733 from mishaker/stake_amount_bug Matthias 2019-04-04 14:13:00 +02:00
  • 0cdbe714d2 stake amount not amount Misagh 2019-04-04 12:06:45 +02:00
  • 9d6d60dcf0 Merge pull request #1689 from hroff-1902/main_refactoring Misagh 2019-04-04 11:19:15 +02:00
  • 65350ad552 final flake happy hroff-1902 2019-04-03 22:14:42 +03:00
  • b437c3cf0c Merge pull request #1729 from mishaker/telegram_sl Matthias 2019-04-03 21:09:36 +02:00
  • 5488c66f53 flake8 Misagh 2019-04-03 20:35:37 +02:00
  • ef48193fad Merge pull request #1721 from hroff-1902/fix_1704 Misagh 2019-04-03 20:32:38 +02:00
  • 9ee1dd99eb tests fixed Misagh 2019-04-03 20:28:03 +02:00
  • 0307ba7883 Remove one branch - python does lazy evaluation Matthias 2019-04-03 20:04:04 +02:00
  • 1a5b0969b9 Fix tests (both tests where testing the same thing) Matthias 2019-04-03 19:52:06 +02:00
  • 3c399fbe3f Improve whitelist wordings Matthias 2019-04-03 19:51:46 +02:00
  • a9a5c4a052 Merge pull request #1731 from mishaker/msg_stake Matthias 2019-04-03 19:31:24 +02:00
  • d5498c8712 adding % Misagh 2019-04-03 19:29:44 +02:00
  • 09321ccc9c Merge pull request #1728 from mishaker/edge_rpc_msg Matthias 2019-04-03 19:27:14 +02:00
  • a3fe5f5757 adding stake amount to telegram message Misagh 2019-04-03 16:28:44 +02:00
  • dfed713647 Merge pull request #1730 from freqtrade/pyup/scheduled-update-2019-04-03 Matthias 2019-04-03 15:32:15 +02:00
  • 92dc3c89af Update sqlalchemy from 1.3.1 to 1.3.2 pyup-bot 2019-04-03 12:38:07 +00:00
  • eb610441b5 Update ccxt from 1.18.425 to 1.18.430 pyup-bot 2019-04-03 12:38:06 +00:00
  • 67eeb145e1 flake8 Misagh 2019-04-03 14:31:00 +02:00
  • a3835b1279 flake8 Misagh 2019-04-03 14:14:47 +02:00
  • 5f38d5ee63 removing % sign as it is already a pct Misagh 2019-04-03 14:07:33 +02:00
  • 53eaf85969 filtering edge pairs for RPC Misagh 2019-04-03 14:03:28 +02:00
  • d54acca53a move tests back to original codebase to minimize changes hroff-1902 2019-04-03 00:55:59 +03:00
  • 2959156070 Merge branch 'develop' into main_refactoring hroff-1902 2019-04-03 00:50:33 +03:00
  • b0ddb33acc tests cleanup: Worker --> FreqtradeBot where the Worker object is not really needed hroff-1902 2019-04-02 22:36:30 +03:00
  • 62141d3d27 test cloned, separate tests for worker and freqtrade states hroff-1902 2019-04-02 21:57:52 +03:00
  • 478c149bbb Merge pull request #1724 from mishaker/telegram_pct Matthias 2019-04-02 20:15:01 +02:00
  • 7b39a3084f formatting and readability Misagh 2019-04-02 20:08:10 +02:00
  • a6daf0d991 formatting pct Misagh 2019-04-02 20:00:58 +02:00
  • 54f11ad603 enriching TSL log Misagh 2019-04-02 18:57:06 +02:00
  • 40df0dcf3d tests fixed Misagh 2019-04-02 18:45:18 +02:00
  • 99d256422e adding InvalidOrder to exchange Misagh 2019-04-02 18:31:03 +02:00
  • 389feda65f Invalid order exception added Misagh 2019-04-02 18:25:17 +02:00
  • 5a8f0f3557 Merge pull request #1725 from freqtrade/pyup/scheduled-update-2019-04-02 Misagh 2019-04-02 16:37:58 +02:00
  • b9b76977b6 Update ccxt from 1.18.420 to 1.18.425 pyup-bot 2019-04-02 12:38:06 +00:00
  • 27917c2d89 Merge pull request #1720 from freqtrade/fix/fee_not_adjusted Misagh 2019-04-02 12:23:08 +02:00
  • 0cfdce0d5e Update function name from update_open_order to update_trade_state Matthias 2019-04-02 07:12:48 +02:00
  • ab0e657d77 Check for empty whitelist moved to _process() hroff-1902 2019-04-01 21:36:53 +03:00
  • 34b40500c3 Check whitelist fetched from config for emptiness hroff-1902 2019-04-01 20:45:59 +03:00
  • a3b0135557 documentation added for telegram Misagh 2019-04-01 19:25:13 +02:00