Commit Graph

  • 9513c39a17 Fix migration rounding test Matthias 2022-08-11 06:38:14 +0200
  • 3bcb47d75d Remove usage of Decimal Matthias 2022-08-11 06:34:12 +0200
  • 902afc2f02 Use FtPrecise in interest calculation Matthias 2022-08-10 20:56:04 +0200
  • da253f12fe Bump CCXT to required version Matthias 2022-08-10 20:45:54 +0200
  • 0e61c2d057 Replace Decimal with FtPrecise in trade_model Matthias 2022-08-10 20:31:03 +0200
  • df701b5862 Merge branch 'develop' into feat/freqai Matthias 2022-08-13 08:43:24 +0200
  • 2312b86a66 Update telegram-usage.md ecoppen 2022-08-12 19:59:08 +0100
  • ccc0ad6f64 fix - reload whitelist ecoppen 2022-08-12 19:58:41 +0100
  • 923f73a516 nobase -> baseonly ecoppen 2022-08-12 19:56:46 +0100
  • c97085ea9b clean up code, add docstrings robcaulk 2022-08-12 16:12:28 +0200
  • 01166e5f33 take dynamic sized tail off historic_predictions as return dataframe to strategy. robcaulk 2022-08-12 13:13:08 +0200
  • 7791139c5e allow fit_live_predictions access to current pair robcaulk 2022-08-10 19:44:22 +0200
  • 9ca40c8f1b avoid denormalizing labels twice robcaulk 2022-08-10 17:30:57 +0200
  • 30cdb4a3e2 debug classifier with predict proba robcaulk 2022-08-10 15:16:50 +0200
  • 83a773bfbc add predict_proba to base classifier, improve historic predictions handling robcaulk 2022-08-09 17:31:38 +0200
  • 96cfe14716
    Merge branch 'freqtrade:develop' into develop farmage 2022-08-12 15:55:49 +0300
  • fb4b73ce89 ensure dates are saved robcaulk 2022-08-12 12:03:44 +0200
  • b427c7ff13 Use diff. close time to avoid buggy behavior Matthias 2022-08-12 07:28:19 +0000
  • d93bb82193
    Add more Commits to failing test Matthias 2022-08-12 08:19:40 +0200
  • aa1bf2adbd Try fix windows testfailure Matthias 2022-08-12 06:43:34 +0200
  • cc885e25ac Improve NAN Handling in RPC Matthias 2022-08-11 20:16:07 +0200
  • de690b0a69 Use PEP440 compatible versioning Matthias 2022-08-11 20:08:40 +0200
  • 803c94f735 allowing custom rpc messages to be sent Emilio Basualdo 2022-08-11 13:46:41 -0300
  • dd4e44931e Improve NAN handling in RPC module Matthias 2022-08-11 15:02:52 +0000
  • f7502bcc92 slightly update dca_short test Matthias 2022-08-11 11:35:24 +0000
  • f755df2568
    Merge branch 'develop' into feature_keyval_storage Update rpc/telegram to use MAX_MESSAGE_LENGTH. eSeR1805 2022-08-11 11:26:45 +0300
  • 2cae3c42e6 remove trade database analyzer, clean up a bit robcaulk 2022-08-10 17:43:06 +0200
  • ace9626483 Update tests for sorted and nobase ecoppen 2022-08-10 15:04:24 +0100
  • c0d60c63ab Optional /whitelist args - sorted, nobase ecoppen 2022-08-10 14:56:38 +0100
  • ed004236ce Add float initializer to FtPrecise Matthias 2022-08-10 11:29:04 +0000
  • e7cb1b7375 Wrap Precise into FtPecise Matthias 2022-08-10 11:26:06 +0000
  • 91d0c91287 improve docs robcaulk 2022-08-10 11:56:42 +0200
  • adc8ee88e2 Move periodicCache to Utils package Matthias 2022-08-10 08:57:19 +0000
  • 573964b19f Dry Market orders should update "remaining" Matthias 2022-08-10 07:12:56 +0200
  • 53251e7140
    Merge pull request #7194 from freqtrade/rpc/partial_forceexit Matthias 2022-08-10 07:12:40 +0200
  • ce2c9bf26d Slight renaming of variable Matthias 2022-08-10 06:44:41 +0200
  • f4b71fa96c
    Update tests for sorted whitelists Ed Coppen 2022-08-09 21:09:42 +0100
  • f3b6f08850
    Sorted whitelist in rpc Ed Coppen 2022-08-09 20:17:51 +0100
  • 736884c5a9 Orders should be allowed to have empty fill/remaining values Matthias 2022-08-09 20:43:58 +0200
  • 71c2848aee
    Merge branch 'freqtrade:develop' into develop farmage 2022-08-09 21:16:14 +0300
  • b5c5a95b64 FTX: Use conditionalOrders endpoint to get proper stop-market order id Matthias 2022-08-09 20:09:35 +0200
  • 4289c5c684 update freqai logo robcaulk 2022-08-09 16:51:57 +0200
  • 5a16d5a512 Deactivate database analyzer if user does not use sqlite robcaulk 2022-08-09 16:36:22 +0200
  • e7de812948 Allow user to user pair_dict for persistent storage of custom data robcaulk 2022-08-09 16:03:10 +0200
  • aef086b02e Improved dict typing, timeframe parser, collect dates associated with training data points robcaulk 2022-08-09 15:30:25 +0200
  • 02646a4a08 Update scikit-learn in freqai deps Matthias 2022-08-09 06:23:16 +0200
  • 9a82898d6b Merge branch 'develop' into feat/freqai Matthias 2022-08-09 06:22:57 +0200
  • 77b3b8a134 Use main exchange instead of creating a separate instance. Matthias 2022-08-08 18:34:11 +0000
  • 20b4134787 Properly exclude catboost in ARM Matthias 2022-08-08 18:15:18 +0000
  • 8a18609be4
    Merge pull request #7201 from freqtrade/dependabot/pip/develop/types-requests-2.28.8 Matthias 2022-08-08 07:18:27 +0200
  • 0c7d862aae
    types-requests bump pre-commit Matthias 2022-08-08 06:54:00 +0200
  • 05fb4de68b
    Merge pull request #7198 from freqtrade/dependabot/pip/develop/flake8-5.0.4 Matthias 2022-08-08 06:53:09 +0200
  • 21649712a9
    Merge pull request #7202 from freqtrade/dependabot/pip/develop/ccxt-1.91.93 Matthias 2022-08-08 06:52:14 +0200
  • 001b6c087a
    Merge pull request #7199 from freqtrade/dependabot/pip/develop/scikit-learn-1.1.2 Matthias 2022-08-08 06:50:09 +0200
  • 77b6025f12
    Merge pull request #7200 from freqtrade/dependabot/pip/develop/jsonschema-4.9.1 Matthias 2022-08-08 06:49:49 +0200
  • 71c88244fe
    Bump ccxt from 1.91.55 to 1.91.93 dependabot[bot] 2022-08-08 03:01:38 +0000
  • 97c077171a
    Bump types-requests from 2.28.6 to 2.28.8 dependabot[bot] 2022-08-08 03:01:28 +0000
  • a45a35f38c
    Bump jsonschema from 4.9.0 to 4.9.1 dependabot[bot] 2022-08-08 03:01:25 +0000
  • 7fd3f98ae8
    Bump scikit-learn from 1.1.1 to 1.1.2 dependabot[bot] 2022-08-08 03:01:20 +0000
  • 11a2eb6cc5
    Bump flake8 from 5.0.1 to 5.0.4 dependabot[bot] 2022-08-08 03:01:16 +0000
  • ea64f43e52 bring back auto DF resizing for okx robcaulk 2022-08-08 01:13:13 +0200
  • 349368b55e
    Merge 70c378c779 into e48e82232d CryptoGraphyBTC 2022-08-07 15:14:58 -0300
  • 70c378c779
    Create codacy.yml CryptoGraphyBTC 2022-08-07 15:14:44 -0300
  • caf01e9a45
    Update exchange.py Robert Caulk 2022-08-07 15:28:53 +0200
  • 67c722c9c8 fix asyncio bug robcaulk 2022-08-07 14:48:39 +0200
  • 2b881e3789 fix asyncio.set_event_loop() missetting when FreqAI is active robcaulk 2022-08-07 14:39:21 +0200
  • e48e82232d Force response API to js to fix faulty system configs Matthias 2022-08-07 10:42:56 +0200
  • 0b2104fc7a Properly increment the api version Matthias 2022-08-07 10:13:22 +0200
  • 5182f755f1 Add debug setup documentation Matthias 2022-08-07 10:08:35 +0200
  • 6ded2d5b7c Improve forceexit API test Matthias 2022-08-04 16:28:36 +0200
  • d3780b931c Add test passing leverage to execute_entry Matthias 2022-08-02 20:21:02 +0200
  • d1998f7ed0 Fix forceexit calling Matthias 2022-08-02 20:16:01 +0200
  • eff8cd7ecb Add leverage to force_entry Matthias 2022-08-02 20:15:47 +0200
  • daf015d007 extract nested force_exit function to private instance function Matthias 2022-08-02 19:54:37 +0200
  • 82aecc81f3 Accept parameters to forceexit Matthias 2022-08-02 19:53:10 +0200
  • aaa5349003 Add script for patching conda libta-lib Achmad Fathoni 2022-08-07 13:44:09 +0700
  • 78e129034e Update docs to specify trading limit behaviour Matthias 2022-08-06 17:59:08 +0200
  • eb8bde37c1 Add lightgbm classifier, add classifier check test, fix classifier bug. robcaulk 2022-08-06 17:51:21 +0200
  • bfa859e618 Remove unnecessary method (simplify) Matthias 2022-08-06 17:45:18 +0200
  • 5250189f77 Add Rollback function to Trade Matthias 2022-08-06 15:08:13 +0200
  • 47a30047eb Fix typo Matthias 2022-08-06 15:02:35 +0200
  • b16f57cb0d Minor stylistic fixes Matthias 2022-08-06 14:55:46 +0200
  • c172ce1011 improve flexibility of user defined prediction dataframe Robert Caulk 2022-08-06 13:51:19 +0200
  • 45d68222a1 Reduce verbosity of Fiat Converter Matthias 2022-08-06 13:18:40 +0200
  • fdc82f8302 add doc section for classifier Robert Caulk 2022-08-06 09:45:26 +0200
  • f8f1ade163 Reduce function complexity by extracting message sending Matthias 2022-08-06 09:21:11 +0200
  • 2687633941 Test iterative sending of /status Matthias 2022-08-06 09:15:25 +0200
  • b12dd15f4f Send multiple messages in /status if required Matthias 2022-08-06 09:10:12 +0200
  • 07763d0d4f add classifier, improve model naming scheme Robert Caulk 2022-07-09 10:13:33 +0200
  • ce8fbbf743 ensure loading historical df matches frequi indices Robert Caulk 2022-08-06 07:25:59 +0200
  • 60d782e5c5 remove unnecessary function robcaulk 2022-08-05 21:31:32 +0200
  • a42a060ab5 fix DB once and for all. Make DBSCAN more efficient and robust. robcaulk 2022-08-05 21:26:39 +0200
  • a3799c4d5d start frequi with historical data if available Robert Caulk 2022-08-05 18:27:05 +0200
  • 29b7b014e5 fix bug in DB path initialization robcaulk 2022-08-05 18:19:26 +0200
  • db1d367941 fix bug associated to fit_live_predictions_candles robcaulk 2022-08-05 13:46:20 +0200
  • 26de992d20 ensure user sets startup candles in backtesting mode robcaulk 2022-08-05 12:23:14 +0200
  • 05ec5c5e54 generalize database url path for any db type robcaulk 2022-08-05 12:19:29 +0200
  • 9545402452 Improve defaults for config builder Matthias 2022-08-05 11:49:51 +0200
  • 29e41cc817 Update docs to reflect correct result Matthias 2022-08-05 11:15:44 +0200
  • 7675187c37 Use telegram message length to avoid constants Matthias 2022-08-05 07:29:49 +0200