Commit Graph

  • c412cd9e57 Add information about dataframe Matthias 2019-01-22 19:44:56 +0100
  • 86a0863e30 Clarify logmessage Done fetching Matthias 2019-01-22 19:25:58 +0100
  • a06593e6e9 Fix test Matthias 2019-01-22 19:17:21 +0100
  • 89ddfe08f4 Add additional-pairs (sample) to defaultstrategy Matthias 2019-01-22 19:17:08 +0100
  • 580e9ccaf3
    Merge pull request #1506 from freqtrade/pyup/scheduled-update-2019-01-22 Samuel Husso 2019-01-22 14:49:44 +0200
  • 7c71b9513c Update ccxt from 1.18.141 to 1.18.144 pyup-bot 2019-01-22 13:32:11 +0100
  • 188c391444
    Merge pull request #1504 from freqtrade/development_guide Misagh 2019-01-22 11:20:01 +0100
  • c77607b997 Fix tests after rebase Matthias 2019-01-22 07:38:15 +0100
  • 3221f883d3 Wrap line correctly Matthias 2019-01-22 06:58:51 +0100
  • 1e7431a7b8 Blackify Matthias 2019-01-22 06:56:54 +0100
  • e66808bb02 Add additional pairs to refresh call Matthias 2019-01-22 06:55:40 +0100
  • fc92491a47 Add documentation for additional_pairs Matthias 2019-01-21 20:22:49 +0100
  • 6e2de75bcb Add additional_pairs to strategy Matthias 2019-01-21 20:22:27 +0100
  • d6cdfc58af Fix mypy hickup after changing list to tuples Matthias 2019-01-21 20:19:34 +0100
  • 7b138ef3b4 Add warning about strategy/backtesting Matthias 2019-01-21 20:03:19 +0100
  • 27b2021726 Only run once per pair Matthias 2019-01-21 19:56:15 +0100
  • e7800aa88a Import only what's necessary Matthias 2019-01-21 19:30:59 +0100
  • a2bc1da669 Remove private var from class instance Matthias 2019-01-21 19:28:53 +0100
  • 1e749a0f9b Rename variable to be clearer Matthias 2019-01-21 19:25:39 +0100
  • d7df5d5715 Keep last_pair_refresh as tuple asw ell Matthias 2019-01-05 06:44:08 +0100
  • 6525a838d1 Adjust documentation to tuple use Matthias 2018-12-30 10:25:47 +0100
  • f0af4601f9 Adopt plot_dataframe to work with --live Matthias 2018-12-30 07:20:03 +0100
  • a9abc25785 Improve data-provider tests Matthias 2018-12-30 07:15:49 +0100
  • 0aa0b1d4fe Store tickers by pair / ticker_interval Matthias 2018-12-30 07:15:21 +0100
  • 5f61da30ed Adjust tests to 3tuple return value from async method Matthias 2018-12-29 19:30:47 +0100
  • d6df3e55c0 Return ticker_interval from async routine Matthias 2018-12-29 14:32:24 +0100
  • e503d811bd Change logmessages to match functions called Matthias 2018-12-29 14:18:49 +0100
  • b981cfcaa0 remove comment which proves untrue now Matthias 2018-12-29 14:15:13 +0100
  • a206777fe5 Rename refresh_tickers to refresh_latest_ohlcv Matthias 2018-12-29 13:13:07 +0100
  • 06ec106079 simplify refresh_tickers Matthias 2018-12-29 13:07:22 +0100
  • 646e98da55 Always return dataframe Matthias 2018-12-29 13:00:50 +0100
  • 2b029b2a86 Only return ohlcv if available (Live and dry modes) Matthias 2018-12-29 09:13:20 +0100
  • 9edb88051d Add dataprovider documentation Matthias 2018-12-29 08:47:25 +0100
  • 35c8d1dcbe Update comment Matthias 2018-12-29 08:47:14 +0100
  • 8f3ea3608a some cleanup Matthias 2018-12-26 14:58:16 +0100
  • 5ecdecd1eb remove unused local variable persistance Matthias 2018-12-26 14:37:25 +0100
  • 58f1abf287 Add dp / wallets to strategy interface Matthias 2018-12-26 14:32:17 +0100
  • d3a37db79a Provide available pairs Matthias 2018-12-26 14:23:21 +0100
  • f034235af4 Tests for RunMode Matthias 2018-12-25 14:35:48 +0100
  • 1340b71633 Add RunMode setting to determine bot state Matthias 2018-12-25 14:23:59 +0100
  • fed3ebfb46 Change enum from 0 to 1 according to the documentation Matthias 2018-12-25 14:05:40 +0100
  • a7db4d74cb Add some simple dataprovider tests Matthias 2018-12-25 13:56:30 +0100
  • 84cc4887ce Add copy parameter Matthias 2018-12-25 13:37:15 +0100
  • e38c06afe9 Small fixes Matthias 2018-12-25 13:20:25 +0100
  • f1a5a8e20e provide history Matthias 2018-12-17 06:52:13 +0100
  • 4ab7edd3d6 small adaptations Matthias 2018-12-17 06:43:01 +0100
  • 05570732c6 add get_runmode Matthias 2018-12-02 21:57:30 +0100
  • 7206287b00 Use Dataprovider Matthias 2018-12-02 15:57:49 +0100
  • b119a767de Some more restructuring Matthias 2018-12-02 09:16:35 +0100
  • a6d74a1463 Draft of dataprovider Matthias 2018-11-30 20:42:16 +0100
  • 70881f12d2 Merge branch 'master' of https://github.com/freqtrade/freqtrade into develop AxelCh 2019-01-21 22:08:59 -0400
  • 1be3d57b60 Improve developer docs Matthias 2019-01-21 19:53:14 +0100
  • 07577ac18d
    Merge pull request #1503 from freqtrade/pyup/scheduled-update-2019-01-21 Samuel Husso 2019-01-21 14:57:42 +0200
  • e4a399039b Update ccxt from 1.18.137 to 1.18.141 pyup-bot 2019-01-21 13:32:07 +0100
  • 34b617065d
    Merge pull request #1500 from freqtrade/fix/1491_typeerror Misagh 2019-01-20 16:13:02 +0100
  • 2a16e9b6a0
    Merge pull request #1501 from freqtrade/pyup/scheduled-update-2019-01-20 Matthias 2019-01-20 15:57:54 +0100
  • 8a3615dea3
    Merge pull request #1502 from macd2/patch-2 Matthias 2019-01-20 15:57:41 +0100
  • 6fb50e35c9
    JSON standard does not allow single quoted strings macd2 2019-01-20 14:21:42 +0100
  • a733630083 Update ccxt from 1.18.134 to 1.18.137 pyup-bot 2019-01-20 13:32:07 +0100
  • b48430f922 Return list not None Matthias 2019-01-19 20:21:33 +0100
  • 4e760e1a5e Test for errors found in 1491 Matthias 2019-01-19 20:03:04 +0100
  • 30e3b52b1e catch errors found in #1491 Matthias 2019-01-19 20:02:37 +0100
  • b52da0ad09
    Merge pull request #1498 from Axel-CH/patch-1 Matthias 2019-01-19 19:10:11 +0100
  • 797ac71376
    fix stoploss_on_exchange_interval type Axel CHERUBIN 2019-01-19 13:26:30 -0400
  • e8423d8155
    Merge pull request #1496 from freqtrade/pyup/scheduled-update-2019-01-19 Matthias 2019-01-19 13:57:46 +0100
  • b421e437ab Update wrapt from 1.11.0 to 1.11.1 pyup-bot 2019-01-19 13:32:07 +0100
  • 2b65e3f35c Update ccxt from 1.18.133 to 1.18.134 pyup-bot 2019-01-19 13:32:06 +0100
  • c2578c7321
    Merge pull request #1474 from mishaker/tsl_on_exchange Matthias 2019-01-18 19:29:39 +0100
  • 87329a393c adding stop loss last update to test persistence misagh 2019-01-18 12:14:00 +0100
  • a2618208ef wrapping in parantheses instead of line breaks misagh 2019-01-18 12:07:51 +0100
  • 70780bb01e using dict.get to fetch interval misagh 2019-01-18 12:02:29 +0100
  • 89eddfd349 refactoring english … misagh 2019-01-18 12:00:53 +0100
  • 1c4ee35eca using italic for “off exchange” misagh 2019-01-18 12:00:02 +0100
  • e41e45413f adding tailing_stop to docs misagh 2019-01-18 11:58:23 +0100
  • c7ebd8228e
    Merge pull request #1495 from freqtrade/fix_mypy_issue Matthias 2019-01-17 20:48:55 +0100
  • cc6466388e update mypy Matthias 2019-01-17 20:31:00 +0100
  • 27d907e71b
    Merge pull request #1493 from freqtrade/pyup/scheduled-update-2019-01-17 Matthias 2019-01-17 20:30:45 +0100
  • a2c01916e1 Add type-ignores to floatfmt Matthias 2019-01-17 20:28:21 +0100
  • 357c28d5ea
    Merge pull request #1494 from freqtrade/fix_mypy_issue Misagh 2019-01-17 19:38:05 +0100
  • 648def69ca Remove unversioned install of most dev packages Matthias 2019-01-17 19:05:28 +0100
  • 97a8341436 Update ccxt from 1.18.131 to 1.18.133 pyup-bot 2019-01-17 13:32:07 +0100
  • 30cdf85ffa
    Merge pull request #1492 from mishaker/patch_unreachable Matthias 2019-01-16 21:34:50 +0100
  • 75cedfafb8 unreachable code removed misagh 2019-01-16 20:03:34 +0100
  • 9d6c54791b added note for only binance misagh 2019-01-16 19:23:55 +0100
  • e682eceae4 stop loss documentation added misagh 2019-01-16 19:22:06 +0100
  • 2533112254 added referral to stop loss documentation misagh 2019-01-16 19:12:52 +0100
  • 08d98773f3 added SL interval to configuration document misagh 2019-01-16 19:10:13 +0100
  • da51ef40f8 SL interval added to CONF_SCHEMA misagh 2019-01-16 19:04:43 +0100
  • 91c714c7d1 stoploss_on_exchange_interval added to full config misagh 2019-01-16 18:58:12 +0100
  • 5e2e96acd2 compatibility with edge added misagh 2019-01-16 18:38:20 +0100
  • 611b48dbb9 fix return value from info hash: value is in string misagh 2019-01-16 16:15:36 +0100
  • 50bc20134f adding whitespace misagh 2019-01-16 15:17:28 +0100
  • baa5cc5b9e logs enriched misagh 2019-01-16 15:10:31 +0100
  • aa03a864f7 comments added for TSL on exchange function misagh 2019-01-16 15:00:35 +0100
  • a44f781284 Merge branch 'develop' into tsl_on_exchange misagh 2019-01-16 14:56:27 +0100
  • d108138999
    Merge pull request #1486 from freqtrade/fix/roi_problem Misagh 2019-01-16 14:51:27 +0100
  • cffc9ce890 last step: stop loss on exchange added to trailing misagh 2019-01-16 14:49:47 +0100
  • 6d588b3b0b trailing stop loss on exchange extracted to a separate function misagh 2019-01-16 14:28:52 +0100
  • bfb7121583 refactoring handle_stoploss_on_exchange misagh 2019-01-16 12:16:32 +0100
  • e31fa8721f Merge branch 'develop' into tsl_on_exchange misagh 2019-01-16 11:52:23 +0100