Commit Graph

  • 7134c15e86
    Merge pull request #1024 from freqtrade/feature/webhook Matthias 2018-07-18 20:39:57 +0200
  • 79b1030435 output duration in a more readable way Matthias 2018-07-18 20:08:55 +0200
  • ac6955fd3b
    Merge pull request #1041 from freqtrade/pyup-scheduled-update-2018-07-18 Matthias 2018-07-18 14:39:57 +0200
  • a374f95687 Update ccxt from 1.16.50 to 1.16.57 pyup-bot 2018-07-18 14:24:07 +0200
  • b2c5277fee Merge branch 'develop' of https://github.com/freqtrade/freqtrade into develop creslinux 2018-07-18 09:10:42 +0000
  • 6e384fabc7 Merge remote-tracking branch 'origin/develop' into develop creslinux 2018-07-18 09:04:24 +0000
  • f9f6a3bd04
    cast to int to keep exports constant Matthias 2018-07-18 09:29:51 +0200
  • 8e4d2abd4e
    Fix typo Matthias 2018-07-18 09:10:17 +0200
  • 08237abe20
    Fix wrong backtest duration Matthias 2018-07-18 09:06:12 +0200
  • 5b3fa3c635
    Merge pull request #1039 from Lufedi/develop Matthias 2018-07-18 08:57:56 +0200
  • ee8e890f50 Add docs to get_trade_stake_amount function Luis Felipe Diaz Chica 2018-07-18 01:36:39 -0500
  • 3184c85dca default settings to trigger low, take stop creslinux 2018-07-17 21:33:11 +0000
  • 3df79b8542 fix hanging intend Matthias 2018-07-17 21:12:05 +0200
  • a290286fef update documentation Matthias 2018-07-17 21:05:31 +0200
  • c82276ecbe add --disable-max-market-positions Matthias 2018-07-17 21:05:03 +0200
  • b29eed32ca update documentation Matthias 2018-07-17 20:29:53 +0200
  • e17618407b Rename --realistic-simulation to --enable-position-stacking Matthias 2018-07-17 20:26:59 +0200
  • 85fd4dd3ff rename analyze.py to exchange_helpers.py Janne Sinivirta 2018-07-17 12:12:25 +0300
  • 78205da4f0
    Merge pull request #1036 from freqtrade/pyup-scheduled-update-2018-07-17 Matthias 2018-07-17 14:40:25 +0200
  • e021d22c7f Update ccxt from 1.16.36 to 1.16.50 pyup-bot 2018-07-17 14:24:09 +0200
  • 8cea0517eb Added stop_stops creslinux 2018-07-17 11:22:38 +0000
  • ed4bf32f2a Fixed Stop closing in Index 0 when buy opening on Index 1 creslinux 2018-07-17 10:59:17 +0000
  • 4a26eb34ea fix plot_profit to use strategy instead of Analyze Janne Sinivirta 2018-07-17 11:47:09 +0300
  • 50b15b8052 fix plot_dataframe to use strategy instead of Analyze Janne Sinivirta 2018-07-17 11:41:21 +0300
  • e11ec28962 remove leftover commented-out code Janne Sinivirta 2018-07-17 11:13:35 +0300
  • baaf0a5b21 Handle when 0 trades are found in any pairs being tested. creslinux 2018-07-17 08:12:21 +0000
  • 06d024cc46 make pytest ignore this file Janne Sinivirta 2018-07-17 11:07:27 +0300
  • 084264669f fix the last failing unit test Janne Sinivirta 2018-07-17 11:02:07 +0300
  • dbc3874b4f __init__ must return None to please mypy Janne Sinivirta 2018-07-17 10:47:15 +0300
  • 78af4bc785 move and fix tests from Analyze to interface of strategy Janne Sinivirta 2018-07-17 10:21:53 +0300
  • 1be1e71d51 fixing tests... Gert Wohlgemuth 2018-07-16 21:41:42 -0700
  • 5a255e1110 fixed test? Gert Wohlgemuth 2018-07-16 21:33:49 -0700
  • 08c3ff65cd more test fixes Gert Wohlgemuth 2018-07-16 21:22:59 -0700
  • e4b3bb68af fixing? hyperopt Gert Wohlgemuth 2018-07-16 21:03:41 -0700
  • e880b94aeb fixed errors and making flake pass Gert Wohlgemuth 2018-07-16 20:40:17 -0700
  • a313917347 Handle a buy on the last candle creslinux 2018-07-16 18:59:48 +0000
  • 357c8c0ba0 sensible defaults creslinux 2018-07-16 18:32:41 +0000
  • 3b0cb7bc33 Added ujson and py_find_1st to setup.py creslinux 2018-07-16 18:06:31 +0000
  • 8d5da4e6ad changed defaults Seperated save trades and print trades options. creslinux 2018-07-16 17:48:11 +0000
  • ec1960530b Added Show trades option creslinux 2018-07-16 17:06:06 +0000
  • 99d16e82c0 disable time calcs output on vector displaying in debug. Excessive. creslinux 2018-07-16 16:30:11 +0000
  • 885a653439 Disabled full debug on in last commit Switched Stops to trigger on Low Switched Stops to pay stop-rate not close. creslinux 2018-07-16 16:18:54 +0000
  • 059aceb582 Disabled full debug on in last commit Switched Stops to trigger on Low Switched Stops to pay stop-rate not close. creslinux 2018-07-16 16:12:33 +0000
  • 0f3339f74f use ujson to load ticker files 30% faster from disk. creslinux 2018-07-16 16:09:42 +0000
  • 4a39a754f4 Fixed: self.use_backslap = Bool on line97 creslinux 2018-07-16 15:57:15 +0000
  • 5aaf454f12 GAS trades verified from candle data to excel by hand All pass 3 sells 1 stop loss creslinux 2018-07-16 15:48:06 +0000
  • fb0edd71ff in tech test creslinux 2018-07-16 14:16:35 +0000
  • eed29a6b8a update creslinux 2018-07-16 13:16:18 +0000
  • 2795db3ea0
    Merge pull request #1033 from freqtrade/pyup-scheduled-update-2018-07-16 Matthias 2018-07-16 15:02:44 +0200
  • 4f957728bf Update scikit-learn from 0.19.1 to 0.19.2 pyup-bot 2018-07-16 14:24:07 +0200
  • 62f4d734b9 Update ccxt from 1.16.33 to 1.16.36 pyup-bot 2018-07-16 14:24:06 +0200
  • 7174f27eb8 Rewrite to used algned numpy/dataframes updated logic added vector fill for abs/profit/duration in single hit on results. creslinux 2018-07-16 12:01:02 +0000
  • a3466f4b42
    Merge pull request #1031 from freqtrade/feat/update_configdict Samuel Husso 2018-07-16 10:00:46 +0300
  • 050afe2bc0
    Merge pull request #979 from creslinux/Check_timeframes Samuel Husso 2018-07-16 09:57:46 +0300
  • 5c87c420c7 restore one analyze test Janne Sinivirta 2018-07-16 08:59:14 +0300
  • aeb4102bcb refactor Analyze class methods to base Strategy class Janne Sinivirta 2018-07-16 08:11:17 +0300
  • f6b8c2b40f move parse_ticker_dataframe outside Analyze class Janne Sinivirta 2018-07-10 13:04:37 +0300
  • 85e6c9585a remove pass-through methods from Analyze Janne Sinivirta 2018-07-10 09:11:36 +0300
  • a74147c472 move strategy initialization outside Analyze Janne Sinivirta 2018-07-09 19:27:36 +0300
  • a8b62a21cc hmm creslinux 2018-07-15 17:03:47 +0000
  • 727f569e3a
    Merge pull request #1032 from freqtrade/pyup-scheduled-update-2018-07-15 Matthias 2018-07-15 14:42:35 +0200
  • 8f59759e97 Update ccxt from 1.16.16 to 1.16.33 pyup-bot 2018-07-15 14:24:05 +0200
  • 4e68362d46 Works with reporting output creslinux 2018-07-15 10:33:00 +0000
  • 71c3106f8f Added ABS and Fees Fixed Index Alignment that was off moving from scratch to FT Fixed Stoploss, its a negative in FT, had been using positve stop -1 in scratch creslinux 2018-07-15 09:30:01 +0000
  • 158226012a consistent use of the config dict within the test Matthias 2018-07-15 09:08:14 +0200
  • b4ba641131 Update config dict with attributes loaded from strategy Matthias 2018-07-15 09:01:08 +0200
  • 07175ebc5a up creslinux 2018-07-14 23:45:06 +0000
  • 90e3c38757 First cut, Bslap science project replacement for freqtrade backtest analysis creslinux 2018-07-14 22:54:23 +0000
  • facef28285 Update sqlalchemy from 1.2.9 to 1.2.10 pyup-bot 2018-07-14 14:24:09 +0200
  • 4c73cc4ae9 Update ccxt from 1.16.12 to 1.16.16 pyup-bot 2018-07-14 14:24:07 +0200
  • b86f4e4dbb rpc: dont re-use variables with different types Samuel Husso 2018-07-14 08:02:39 +0300
  • a7a420828d Update plotting.md peterkorodi 2018-07-14 00:07:38 +0200
  • 2319730da4 Update ccxt from 1.16.6 to 1.16.12 pyup-bot 2018-07-13 14:24:06 +0200
  • 7e81755a63 add tests for telegram.send_msg gcarq 2018-07-12 17:50:11 +0200
  • fc80233dad remove duplicate send_msg invocation gcarq 2018-07-12 17:29:02 +0200
  • dc0c90e717 status: return arrow object instead humanized str gcarq 2018-07-12 17:27:40 +0200
  • e31eb2cf4e use more granular msg dict for buy/sell notifications gcarq 2018-07-03 20:26:48 +0200
  • f7412a66de use dict as argument for rpc.send_msg gcarq 2018-06-25 00:04:27 +0200
  • dc6a6072d6 implement name property in abstract class gcarq 2018-06-23 12:28:32 +0200
  • b19fcc69fa refactor _rpc_balance gcarq 2018-06-22 04:08:51 +0200
  • cf68d0b8e4 return dict from _rpc_status and handle rendering in module impl gcarq 2018-06-22 03:54:10 +0200
  • 5f9b28fecb remove markdown formatting from exception string gcarq 2018-06-22 03:37:19 +0200
  • ef8b10d196 convert start, stop and reload_conf to return a dict gcarq 2018-06-22 03:32:45 +0200
  • 0ca13ec294 Update ccxt from 1.15.42 to 1.16.6 pyup-bot 2018-07-12 14:23:06 +0200
  • 474deead06 add missing s to Backtest cum results Matthias 2018-07-11 14:50:04 +0200
  • 07fbd34c82 Update ccxt from 1.15.35 to 1.15.42 pyup-bot 2018-07-11 14:23:06 +0200
  • 870a3b9308 Reafcotring Create Trade Jean-Baptiste LE STANG 2018-07-10 15:10:56 +0200
  • 09a15c98b1 Update ccxt from 1.15.28 to 1.15.35 pyup-bot 2018-07-10 14:23:08 +0200
  • 92f1f70981 replace "transparent" with rgb to fix exception in plotly 3.0.0 Matthias 2018-07-09 21:56:29 +0200
  • a9233c3ebe update plotly Matthias 2018-07-09 21:56:24 +0200
  • 76a42b9acb Update ccxt from 1.15.27 to 1.15.28 pyup-bot 2018-07-09 14:23:06 +0200
  • 4c61153522 Fixing database issues Gert Wohlgemuth 2018-07-08 22:43:34 -0700
  • 3d8fdacbb6 Add tests for change to open_rate Matthias 2018-07-08 20:18:34 +0200
  • 5d334d22f1 Use open-rates for backtesting Matthias 2018-07-05 20:20:52 +0200
  • 45b920b8fb Improve formattiong of table Matthias 2018-07-08 20:01:33 +0200
  • 86ad9e99e6 fix tests for backtest-result output table Matthias 2018-07-08 19:55:16 +0200
  • 7cc27c2d59 add cumsum to backtest-results Matthias 2018-07-08 19:55:04 +0200
  • b13966372f Update pandas from 0.23.2 to 0.23.3 pyup-bot 2018-07-08 14:23:07 +0200
  • 603a7c0f6b Update ccxt from 1.15.25 to 1.15.27 pyup-bot 2018-07-08 14:23:05 +0200
  • 00bf7b737b don't flag data as outdated which isn't Matthias 2018-07-08 13:34:47 +0200