Commit Graph

  • 5488c66f53 flake8 Misagh 2019-04-03 20:35:37 +0200
  • ef48193fad
    Merge pull request #1721 from hroff-1902/fix_1704 Misagh 2019-04-03 20:32:38 +0200
  • 9ee1dd99eb tests fixed Misagh 2019-04-03 20:28:03 +0200
  • 0307ba7883 Remove one branch - python does lazy evaluation Matthias 2019-04-03 20:04:04 +0200
  • 1a5b0969b9 Fix tests (both tests where testing the same thing) Matthias 2019-04-03 19:52:06 +0200
  • 3c399fbe3f Improve whitelist wordings Matthias 2019-04-03 19:51:46 +0200
  • a9a5c4a052
    Merge pull request #1731 from mishaker/msg_stake Matthias 2019-04-03 19:31:24 +0200
  • d5498c8712 adding % Misagh 2019-04-03 19:29:44 +0200
  • 09321ccc9c
    Merge pull request #1728 from mishaker/edge_rpc_msg Matthias 2019-04-03 19:27:14 +0200
  • a3fe5f5757 adding stake amount to telegram message Misagh 2019-04-03 16:28:44 +0200
  • dfed713647
    Merge pull request #1730 from freqtrade/pyup/scheduled-update-2019-04-03 Matthias 2019-04-03 15:32:15 +0200
  • 92dc3c89af Update sqlalchemy from 1.3.1 to 1.3.2 pyup-bot 2019-04-03 12:38:07 +0000
  • eb610441b5 Update ccxt from 1.18.425 to 1.18.430 pyup-bot 2019-04-03 12:38:06 +0000
  • 67eeb145e1 flake8 Misagh 2019-04-03 14:31:00 +0200
  • a3835b1279 flake8 Misagh 2019-04-03 14:14:47 +0200
  • 5f38d5ee63 removing % sign as it is already a pct Misagh 2019-04-03 14:07:33 +0200
  • 53eaf85969 filtering edge pairs for RPC Misagh 2019-04-03 14:03:28 +0200
  • d54acca53a move tests back to original codebase to minimize changes hroff-1902 2019-04-03 00:55:59 +0300
  • 2959156070
    Merge branch 'develop' into main_refactoring hroff-1902 2019-04-03 00:50:33 +0300
  • b0ddb33acc tests cleanup: Worker --> FreqtradeBot where the Worker object is not really needed hroff-1902 2019-04-02 22:36:30 +0300
  • 62141d3d27 test cloned, separate tests for worker and freqtrade states hroff-1902 2019-04-02 21:57:52 +0300
  • 478c149bbb
    Merge pull request #1724 from mishaker/telegram_pct Matthias 2019-04-02 20:15:01 +0200
  • 7b39a3084f formatting and readability Misagh 2019-04-02 20:08:10 +0200
  • a6daf0d991 formatting pct Misagh 2019-04-02 20:00:58 +0200
  • 54f11ad603 enriching TSL log Misagh 2019-04-02 18:57:06 +0200
  • 40df0dcf3d tests fixed Misagh 2019-04-02 18:45:18 +0200
  • 99d256422e adding InvalidOrder to exchange Misagh 2019-04-02 18:31:03 +0200
  • 389feda65f Invalid order exception added Misagh 2019-04-02 18:25:17 +0200
  • 5a8f0f3557
    Merge pull request #1725 from freqtrade/pyup/scheduled-update-2019-04-02 Misagh 2019-04-02 16:37:58 +0200
  • b9b76977b6 Update ccxt from 1.18.420 to 1.18.425 pyup-bot 2019-04-02 12:38:06 +0000
  • 27917c2d89
    Merge pull request #1720 from freqtrade/fix/fee_not_adjusted Misagh 2019-04-02 12:23:08 +0200
  • 0cfdce0d5e Update function name from update_open_order to update_trade_state Matthias 2019-04-02 07:12:48 +0200
  • ab0e657d77 Check for empty whitelist moved to _process() hroff-1902 2019-04-01 21:36:53 +0300
  • 34b40500c3 Check whitelist fetched from config for emptiness hroff-1902 2019-04-01 20:45:59 +0300
  • a3b0135557 documentation added for telegram Misagh 2019-04-01 19:25:13 +0200
  • 8546db9dfd wording in the log message hroff-1902 2019-04-01 20:23:13 +0300
  • ab579587f2 adding percentage to telegram status messages Misagh 2019-04-01 19:13:45 +0200
  • ecd75e43b0
    Merge pull request #1722 from freqtrade/pyup/scheduled-update-2019-04-01 Matthias 2019-04-01 16:03:31 +0200
  • 061f91ba41 Update pytest from 4.3.1 to 4.4.0 pyup-bot 2019-04-01 12:38:07 +0000
  • 97b31352c2 Update ccxt from 1.18.418 to 1.18.420 pyup-bot 2019-04-01 12:38:06 +0000
  • 77d2479c75 tests adjusted hroff-1902 2019-04-01 14:08:41 +0300
  • f0b2798c37 fix #1704 hroff-1902 2019-04-01 14:08:03 +0300
  • 8002936fe3
    Merge pull request #1712 from freqtrade/log/tofile Misagh 2019-04-01 12:55:19 +0200
  • f440bb193d
    Merge pull request #1714 from freqtrade/cleanup_conftest Misagh 2019-04-01 12:52:49 +0200
  • faa5883f09
    Merge pull request #1716 from freqtrade/fix-jsonfull Misagh 2019-04-01 12:50:47 +0200
  • 7251e5bd62 bot state moved back to freqtradebot from worker hroff-1902 2019-03-31 23:39:55 +0300
  • 7be90f71d3 Add test as called from execute_buy Matthias 2019-03-31 19:56:01 +0200
  • 19d3a0cbac Update comment Matthias 2019-03-31 19:41:17 +0200
  • 0ddafeeabf Split test for open_orders from maybe_sell Matthias 2019-03-31 16:05:00 +0200
  • b2ad402df4 Split tests for update-open_order Matthias 2019-03-31 15:51:45 +0200
  • e46dac3fbd Test stoploss does not raise dependencyexception Matthias 2019-03-31 15:45:22 +0200
  • 5c8fbe2c6f Handle exception for stoploss independently of sell order Matthias 2019-03-31 15:41:10 +0200
  • f11a1b0122 Call update_open_order inline with buy Matthias 2019-03-31 15:40:16 +0200
  • 8f4cca47e9 Refactor update_open_order into it's own function Matthias 2019-03-31 15:39:41 +0200
  • 4fa736114c Don't set order_id to none here - it's used in "update_open_order". Matthias 2019-03-31 15:30:22 +0200
  • 13ac1e1957
    Merge pull request #1719 from freqtrade/pyup/scheduled-update-2019-03-31 Misagh 2019-03-31 14:58:16 +0200
  • c28a0374f1 Update pytest-mock from 1.10.2 to 1.10.3 pyup-bot 2019-03-31 12:38:04 +0000
  • 93229fc54b Update ccxt from 1.18.415 to 1.18.418 pyup-bot 2019-03-31 12:38:03 +0000
  • 997190a050
    Merge pull request #1709 from mishaker/sl_pct Matthias 2019-03-31 13:47:42 +0200
  • 707a5fca91 ifix typos in full_json_example Matthias 2019-03-31 13:30:22 +0200
  • 6d92b9b910 Merge branch 'develop' of https://github.com/freqtrade/freqtrade into sl_pct Misagh 2019-03-31 13:20:25 +0200
  • 9b38c04579 negating SL pct and adding tests Misagh 2019-03-31 13:15:35 +0200
  • 06144a1fc4 Wording in a comment hroff-1902 2019-03-30 23:33:52 +0300
  • 0d152eb907
    Merge pull request #1713 from freqtrade/pyup/scheduled-update-2019-03-30 Matthias 2019-03-30 13:53:43 +0100
  • 1a61bf7bff sort imports Matthias 2019-03-30 13:48:30 +0100
  • 87a296f728 No need to call patch_coinmarketcap each tim Matthias 2019-03-30 13:47:47 +0100
  • e98c0621d3 We don't need to call patch_coinmarketcap each time. Matthias 2019-03-30 13:47:30 +0100
  • 40c0b4ef2e Autopatch coinmarketcap Matthias 2019-03-30 13:47:09 +0100
  • 44142706c3 Update ccxt from 1.18.412 to 1.18.415 pyup-bot 2019-03-30 12:38:03 +0000
  • 208832e847 flake8, mypy resolved hroff-1902 2019-03-30 02:19:43 +0300
  • 12066411db Update docs with logfile methods Matthias 2019-03-29 20:19:40 +0100
  • e5008fbf93 Add test for logfile attribute Matthias 2019-03-29 20:16:52 +0100
  • d4ffdaffc2 Correctly add types Matthias 2019-03-29 20:16:41 +0100
  • bb5a310aec Add --logfile argument Matthias 2019-03-29 20:12:44 +0100
  • ba558b2d75
    Merge pull request #1711 from freqtrade/pyup/scheduled-update-2019-03-29 Matthias 2019-03-29 15:16:53 +0100
  • 82b344db1b Update ccxt from 1.18.407 to 1.18.412 pyup-bot 2019-03-29 12:38:05 +0000
  • f2599ffe90 pct default to None Misagh 2019-03-29 08:08:29 +0100
  • 50fc63251e added SL pct to DB Misagh 2019-03-28 21:18:26 +0100
  • b1ef39927c
    Merge pull request #1673 from freqtrade/refactor/persistance_stoplossupdate Misagh 2019-03-28 20:44:24 +0100
  • b4472a165e
    Merge pull request #1707 from mishaker/telegram_msg Matthias 2019-03-28 19:45:48 +0100
  • a87fc5f863 Fix tests - freqtrade should not be patched in this case Matthias 2019-03-28 19:37:50 +0100
  • 2f3f5f19cd sl percentage removed form rpc test Misagh 2019-03-28 16:26:59 +0100
  • e11eb4775e stoploss precentage in telegram msg removed Misagh 2019-03-28 16:21:49 +0100
  • a15a3ae810
    Merge pull request #1708 from freqtrade/pyup/scheduled-update-2019-03-28 Matthias 2019-03-28 14:45:56 +0100
  • daeb172ba1 Update ccxt from 1.18.406 to 1.18.407 pyup-bot 2019-03-28 12:38:05 +0000
  • 0e5b0ebda6 adding SL and SL percentage to telegram msg Misagh 2019-03-28 12:09:07 +0100
  • d5254dff7b
    Merge branch 'develop' into main_refactoring hroff-1902 2019-03-28 11:10:21 +0300
  • 146d6bf7fb
    Merge pull request #1698 from mishaker/edge_rpc Matthias 2019-03-28 06:22:38 +0100
  • 0a8c1528cf
    Merge pull request #1686 from iuvbio/refactor/binance Matthias 2019-03-28 06:22:02 +0100
  • 941921dd0f initial SL and SL added to RPC Misagh 2019-03-27 22:00:46 +0100
  • 0ca3a38ba6 moved date to top and show open order only if it is not none Misagh 2019-03-27 21:39:17 +0100
  • 1678a039ae removing close profit is trade is open Misagh 2019-03-27 21:32:56 +0100
  • e5406ed3cf typo in docs and comments Misagh 2019-03-27 21:22:25 +0100
  • 4d9ca71c82 shifting edge help message a line lower Misagh 2019-03-27 21:20:09 +0100
  • 6045f07a9c telegram message concatenation refactored Misagh 2019-03-27 21:12:57 +0100
  • 9b22d5cab1 Fix typo, add test for validate_order_tif Matthias 2019-03-27 20:51:55 +0100
  • 753b03d581 rolback on removing MD whitespaces Misagh 2019-03-27 18:19:42 +0100
  • 1e37d8ccb3 flake8 Misagh 2019-03-27 16:58:53 +0100
  • 4038cdf70a "Edge" test for rpc telegram Misagh 2019-03-27 16:04:05 +0100
  • d09b33ae93
    Merge pull request #1706 from freqtrade/pyup/scheduled-update-2019-03-27 Matthias 2019-03-27 14:15:51 +0100