Commit Graph

  • 8537e9f40f CI flake8 error Jean-Baptiste LE STANG 2017-12-27 21:33:42 +0100
  • d61d88559c Fixing daily profit, taking into account the time part of the date (removing it in fact) Jean Baptiste LE STANG 2017-12-27 21:06:05 +0100
  • 9b4c0f01f2 more unit tests for backtesting Janne Sinivirta 2017-12-26 08:05:49 +0200
  • 6c8253a4f5 Add more unittest (#241) Gérald LONLAS 2017-12-27 02:41:11 -0800
  • 6464373636 Update pymarketcap from 3.3.139 to 3.3.141 pyup-bot 2017-12-27 10:19:45 +0100
  • dcd0a0ec61
    Merge pull request #239 from glonlas/feature/value_in_fiat Janne Sinivirta 2017-12-27 11:19:38 +0200
  • 7f69230bdc Add more unittest Gerald Lonlas 2017-12-26 23:17:05 -0800
  • ff6b0fc1c9 Display profits in fiat Gerald Lonlas 2017-12-24 23:51:41 -0800
  • a514b92dcf
    catch MIN_TRADE_REQUIREMENT_NOT_MET as non-critical exception (#237) Michael Egger 2017-12-26 09:39:29 +0100
  • 6d5471ab99 implement test gcarq 2017-12-25 13:39:12 +0100
  • 8f40ede456 add MIN_TRADE_REQUIREMENT_NOT_MET to response validation gcarq 2017-12-25 13:39:01 +0100
  • de33d69eed Lint fixes (#236) Janne Sinivirta 2017-12-25 13:07:50 +0200
  • a1e95ea772 fix path operation that fails on windows Janne Sinivirta 2017-12-25 10:35:35 +0200
  • 95fc9f8276 simplify condition Janne Sinivirta 2017-12-25 09:52:58 +0200
  • 79c2965388 use proper variable name Janne Sinivirta 2017-12-25 09:52:45 +0200
  • b2927f1020 simplify asserts Janne Sinivirta 2017-12-25 09:49:24 +0200
  • 675fa0a845 fix import order Janne Sinivirta 2017-12-25 09:49:00 +0200
  • bbad85b3f7 allow globals in hyperopt.py Janne Sinivirta 2017-12-25 09:48:47 +0200
  • b7b1db7eb4 fix indentations Janne Sinivirta 2017-12-25 09:48:20 +0200
  • c774bce4a7 add type annotation to trade_count_lock Janne Sinivirta 2017-12-25 09:46:40 +0200
  • 4ddee50cf2 correct docstring Janne Sinivirta 2017-12-25 09:46:17 +0200
  • 9959d53f5e Logging improvements to Hyperopt (#235) Janne Sinivirta 2017-12-25 09:18:34 +0200
  • dda5a956bd fix an outdated comment Janne Sinivirta 2017-12-25 09:05:25 +0200
  • 74a3581cc6 remove unused import Janne Sinivirta 2017-12-25 08:39:36 +0200
  • 6768658300 Make get_signals async. This should speed up create_trade calls by at least 10x. (#223) Pan Long 2017-12-25 14:01:01 +0800
  • be3840bd14 remove unused result data variables Janne Sinivirta 2017-12-24 22:42:52 +0200
  • 447fa5fca0 remove unnecessary temp variables Janne Sinivirta 2017-12-24 22:42:29 +0200
  • 67720902d0 only log from hyperopt when result improves Janne Sinivirta 2017-12-24 22:36:27 +0200
  • 5e433e9518 consider making zero trades a failed hyperopt eval Janne Sinivirta 2017-12-24 20:27:30 +0200
  • 5072dfec93 Make get_signals async. This should speed up create_trade calls by at least 10x. Pan Long 2017-12-21 00:39:06 +0800
  • 40f5a62d54 shorten log text in hyperopt Janne Sinivirta 2017-12-24 11:54:09 +0200
  • cf05b3d277 remove unnecessary fields from hyperopt log messages Janne Sinivirta 2017-12-24 11:52:00 +0200
  • ed095ad87a make log texts go on new line Janne Sinivirta 2017-12-24 11:49:30 +0200
  • 9c56440699 Merge 1d95cb6b4d into 433bf409f4 Gérald LONLAS 2017-12-24 06:14:34 +0000
  • 433bf409f4
    Merge pull request #232 from gcarq/tweak-hyperopt Samuel Husso 2017-12-23 19:25:45 +0200
  • 353b0d2d34 balance hyperopt objective to adjusted profit calculations Janne Sinivirta 2017-12-23 18:38:16 +0200
  • e644d57dbe log should state profit is in BTC to avoid confusion Janne Sinivirta 2017-12-23 18:37:42 +0200
  • 50e7cef5f3 remove commented-out code Janne Sinivirta 2017-12-23 18:01:18 +0200
  • 1058820e1b just pass stake_amount instead of the whole config Janne Sinivirta 2017-12-23 17:26:22 +0200
  • 24bc3a8390 show more digits for profits Janne Sinivirta 2017-12-23 15:08:54 +0200
  • 5309ea3820 use newline for each log result for readability Janne Sinivirta 2017-12-22 16:56:59 +0200
  • a063680d32 calculate log line only if really logging Janne Sinivirta 2017-12-22 16:55:20 +0200
  • 10cf2ce853 remove unnecessary confusing division Janne Sinivirta 2017-12-22 16:54:04 +0200
  • 871357a2e3 just require positive results Janne Sinivirta 2017-12-22 16:53:31 +0200
  • efe0d77dbb
    Merge pull request #231 from gcarq/fix/hyperopt-filter-nan Janne Sinivirta 2017-12-23 15:07:40 +0200
  • 8d93363655 filter nan values from total_profit and avg_profit Samuel Husso 2017-12-23 09:21:04 +0200
  • b6dd9dd227
    Merge pull request #227 from gcarq/create-contribute-guideline Samuel Husso 2017-12-22 19:00:49 +0200
  • 95c6ada2ad link to contribution guide from README.md Janne Sinivirta 2017-12-22 14:31:08 +0200
  • 11585f9581
    Create contribution guideline Janne Sinivirta 2017-12-22 14:29:31 +0200
  • 8085a7b237
    Merge pull request #215 from seansan/patch-1 Janne Sinivirta 2017-12-22 14:09:06 +0200
  • c99e2c12ba
    Merge branch 'develop' into patch-1 Janne Sinivirta 2017-12-22 14:05:09 +0200
  • 44a4ff0cb2
    Merge branch 'develop' into patch-1 Janne Sinivirta 2017-12-22 13:58:13 +0200
  • f300af0fe2
    Merge pull request #200 from glonlas/fix_fees_calculation Janne Sinivirta 2017-12-22 13:55:02 +0200
  • 97c3613da2 Merge 381967bfb8 into ff186c7f65 seansan 2017-12-22 09:30:47 +0000
  • ff186c7f65
    Merge pull request #218 from glonlas/fix_hyperopt Samuel Husso 2017-12-22 10:48:45 +0200
  • 1d95cb6b4d Add expiremental feature to sell only if we make a profit Gerald Lonlas 2017-12-21 19:58:06 -0800
  • 41e22657e4 Fix hyperopt when using MongoDB Gerald Lonlas 2017-12-20 23:31:26 -0800
  • 381967bfb8
    Add loss instead of profit seansan 2017-12-21 15:26:38 +0100
  • 974815cb14
    Merge pull request #220 from seansan/patch-2 Samuel Husso 2017-12-21 10:16:47 +0200
  • 33beab9c47
    added Minimal (advised) system requirements seansan 2017-12-21 09:13:26 +0100
  • d258118b0a Fix the fee calculation, backtesting, and hyperopt fee calculation and avg_profit Gerald Lonlas 2017-12-18 21:58:02 -0800
  • bc872820fa added trailing stop loss config to config.json.example chrisapril 2017-12-20 15:42:01 +0100
  • 49b62f619d added trailing stop loss chrisapril 2017-12-20 15:36:16 +0100
  • 665b72274c trailng stop loss chrisapril 2017-12-20 15:16:31 +0100
  • 4dab39ed9e
    add % in status table for profit seansan 2017-12-20 13:58:18 +0100
  • 33293d5cdd
    Merge pull request #205 from gcarq/fix/travis-curl-redirect Janne Sinivirta 2017-12-19 09:26:42 +0200
  • 285308dcbe pass follow redirects for curl to fix travis Samuel Husso 2017-12-19 08:27:52 +0200
  • 08d6dd6a70 Fix wrong implementation of total_profit in Backtesting Gerald Lonlas 2017-12-17 23:00:16 -0800
  • c8fb6c4661 More lint fixes (#198) Janne Sinivirta 2017-12-18 18:36:00 +0200
  • a338277ac1 Merge 6726872d89 into 1a556198b2 Gérald LONLAS 2017-12-18 09:09:54 +0000
  • 1a556198b2
    Merge pull request #203 from gcarq/travis/fix-ssl Janne Sinivirta 2017-12-18 11:09:50 +0200
  • 98650acca0 use curl instead of wget (see travis-ci/issues/5059) Samuel Husso 2017-12-18 10:26:48 +0200
  • 123f2781a1
    Merge pull request #202 from gcarq/cache-talib Samuel Husso 2017-12-18 10:06:24 +0200
  • 6726872d89 Fix wrong implementation of total_profit in Backtesting Gerald Lonlas 2017-12-17 23:00:16 -0800
  • 92f6db5bd7 fix checking for cached ta-lib Janne Sinivirta 2017-12-18 09:36:29 +0200
  • e5f8c1e75d cache ta-lib folder, skip build if cache exists Janne Sinivirta 2017-12-18 09:29:17 +0200
  • 4c0a316e3e enable sudo for installing talib Janne Sinivirta 2017-12-18 09:14:40 +0200
  • d613d63fdc Fix the fee calculation Gerald Lonlas 2017-12-17 13:07:56 -0800
  • 7541bf8c65 Fix the fee calculation Gerald Lonlas 2017-12-17 13:07:56 -0800
  • e3941cde7e move wgetting and building of talib to an sh file Janne Sinivirta 2017-12-18 07:15:14 +0200
  • f4a8783262 matplotlib.use() must be called before pyplot import Janne Sinivirta 2017-12-18 07:08:49 +0200
  • 642422d5c4 cache pip dependencies (#199) Janne Sinivirta 2017-12-17 22:19:50 +0200
  • 043e23c0a7 cache pip dependencies Janne Sinivirta 2017-12-17 21:54:10 +0200
  • b4cc1fa470 two more line breakings Janne Sinivirta 2017-12-17 21:45:23 +0200
  • cf7d7961a9 make pep8 error fails the build Janne Sinivirta 2017-12-17 21:35:17 +0200
  • 771a5ea26b fix plot_dataframe.py lint warnings Janne Sinivirta 2017-12-17 14:42:41 +0200
  • 2770808b82 remove unused imports Janne Sinivirta 2017-12-17 14:37:52 +0200
  • 4e9e4636b1 autopep fixes Janne Sinivirta 2017-12-17 14:33:01 +0200
  • 117ec4e64d
    Merge pull request #195 from gcarq/feature/travis-smoke-tests Samuel Husso 2017-12-17 15:45:14 +0200
  • 0219584bfe
    Merge pull request #197 from gcarq/fix_plotting Samuel Husso 2017-12-17 15:43:01 +0200
  • d3947fc893 create config.json for backtesting Janne Sinivirta 2017-12-17 15:19:35 +0200
  • fe0c26f536 create config.json for hyperopt Janne Sinivirta 2017-12-17 15:13:39 +0200
  • e83e4909a0 install freqtrade module for hyperopting Janne Sinivirta 2017-12-17 15:01:11 +0200
  • ed05a1db9d Merge branch 'develop' into feature/travis-smoke-tests Janne Sinivirta 2017-12-17 14:51:26 +0200
  • 21a11f5589 run pytest, hyperopt and backtesting in parallel Janne Sinivirta 2017-12-17 14:45:31 +0200
  • 6288adfefd fix plotting broken by refactoring Janne Sinivirta 2017-12-17 14:14:57 +0200
  • 6a1caafb7a
    Merge pull request #196 from gcarq/fix/hyperopt Janne Sinivirta 2017-12-17 13:50:25 +0200
  • ce51749177 fix hyperopt not getting default ticker_interval Samuel Husso 2017-12-17 12:34:26 +0200
  • a68ca31684 add smoke test commands under script block Samuel Husso 2017-12-17 12:01:08 +0200
  • 5f1b9943d1 add smoke tests to run a round of hyperopt and backtesting Samuel Husso 2017-12-17 11:55:34 +0200