Commit Graph
57 Commits
Author SHA1 Message Date
Janne Sinivirta a2f7709cfd disable debug level logging when running backtesting 2017-09-28 17:00:14 +03:00
Janne Sinivirta 9a64522f45 Merge pull request #25 from alangvand/whitelist-on-sale
add whitelist to execute_sell and append sold pair to it
2017-09-28 11:02:23 +03:00
Janne Sinivirta e7620b46ae Merge pull request #29 from gcarq/backtesting
Backtesting
2017-09-28 10:52:42 +03:00
Janne Sinivirta 41849c4a1e add three more currency pairs to back testing. redownloaded all test data 2017-09-25 22:01:54 +03:00
Janne Sinivirta c9dcc1e57c disable the backtesting by default 2017-09-25 21:39:43 +03:00
Janne Sinivirta 9f7a72a990 shorten report text 2017-09-25 21:39:28 +03:00
Janne Sinivirta 5f98649b7d backtesting over 7 different coins and a month of 5min ticker data 2017-09-25 21:06:15 +03:00
Janne Sinivirta 4198220b68 extract sell criteria to it's own method for testing 2017-09-25 21:05:37 +03:00
Janne Sinivirta 877dd6d3fa simplify sell conditions 2017-09-25 15:17:29 +03:00
Janne Sinivirta f3ccca1c66 try running analyze_ticker with mock data 2017-09-24 17:23:29 +03:00
Janne Sinivirta 9b63f02e1c add set of test data 2017-09-24 17:20:25 +03:00
Janne Sinivirta 72432c1285 Fix link markup for issues 2017-09-21 09:08:13 -07:00
Janne Sinivirta 73ad3b4c85 Updated README.md 2017-09-20 08:06:10 -07:00
Janne Sinivirta 2bd51d8be3 Merge pull request #26 from gcarq/bid-balance
Set balance for bid price between ask and last
2017-09-20 07:58:20 -07:00
Janne Sinivirta 358a1eb73f add type hint for ticker 2017-09-20 07:34:47 -07:00
Janne Sinivirta e5a742cf2e add a little more explanation for ask_last_balance to README 2017-09-18 05:09:45 -07:00
Janne Sinivirta 4d651e0082 add ask_last_balance to README.md 2017-09-18 05:08:05 -07:00
Janne Sinivirta 465dc47b23 balance bid price between ask and last 2017-09-17 23:21:46 +03:00
Janne Sinivirta 989682457e add a field to config for setting balance between trying to buy with ask price and last price 2017-09-17 22:37:46 +03:00
Janne Sinivirta 1280670ea3 use five minute ticker for a much more stable indicators 2017-09-12 10:53:42 +02:00
Janne Sinivirta cedc207097 remove unused import 2017-09-12 10:49:30 +02:00
Janne Sinivirta a5b3428552 rename variable to get rid of bunch of pylint shadowing complaints 2017-09-12 10:49:10 +02:00
Janne Sinivirta 2221a0fbbc implement new buying strategy 2017-09-12 10:47:23 +02:00
Janne Sinivirta 8bf5f15125 use DataFrames own functions to manipulate the Bittrex JSON 2017-09-10 09:51:56 +03:00
Janne Sinivirta 4069e73039 test for buy signal 2017-09-09 19:20:06 +03:00
Janne Sinivirta 2f3fd1de8a rename populate_trends to populate_buy_trend. make it produce buy and buy_price columns 2017-09-09 19:20:06 +03:00
Janne Sinivirta 1bcd51d6e0 first unit tests for analyze.py 2017-09-09 19:20:06 +03:00
Janne Sinivirta 507f12e92a combine analyzation steps to one method 2017-09-09 19:20:06 +03:00
Janne Sinivirta 8a736ba38d separate calculating indicators from parsing the data 2017-09-09 19:20:06 +03:00
Janne Sinivirta 00400d906d separate calling ticker api from parsing the result 2017-09-09 19:20:06 +03:00
Janne Sinivirta a3b318cb03 set stake_currency to be an enum of available markets in Bittrex 2017-09-08 08:51:10 +03:00
Janne Sinivirta 768eae31e8 set minimum of max_open_trades to 1 2017-09-08 08:49:50 +03:00
Janne Sinivirta ac6d25c8f4 set stake_amount minimum to match minimum bid in Bittrex 2017-09-08 08:45:27 +03:00
Janne Sinivirta 69bfc2d777 remove unnecessary parentheses 2017-09-08 08:03:24 +03:00
Janne Sinivirta a1d616f8c2 update README to document stoploss 2017-09-07 17:39:16 +03:00
Janne Sinivirta 75f891194e sell immediately if we go below stoploss 2017-09-07 17:34:34 +03:00
Janne Sinivirta bd161ea0a9 extract selling to a method 2017-09-07 17:33:04 +03:00
Janne Sinivirta 83b14523ca add stoploss to example config and json schema validation 2017-09-07 17:31:55 +03:00
Janne Sinivirta cf309f1987 Merge branch 'master' into parabolic-sar 2017-09-04 12:07:13 +03:00
Janne Sinivirta c6daf47e76 restore EMA plots 2017-09-04 10:19:05 +03:00
Janne Sinivirta e28e2f62cd install TA-lib in Dockerfile 2017-09-03 17:35:58 +03:00
Janne Sinivirta 44b9da5159 Merge branch 'master' into parabolic-sar 2017-09-03 16:43:20 +03:00
Janne Sinivirta 82b90f24e7 let TA-lib calculate macd, macdsignal and macdhistogram. remove the now unnecessary StockStats library 2017-09-02 11:56:56 +03:00
Janne Sinivirta 0643438580 use TA-lib to calculate StochRSI 2017-09-02 11:41:30 +03:00
Janne Sinivirta c2d7854d62 add TA-lib dependency 2017-09-02 11:37:12 +03:00
Janne Sinivirta 072593c756 only buy when parabolic sar shows bullish trend 2017-09-01 21:45:30 +03:00
Janne Sinivirta 330b67b857 add TA-lib dependency 2017-09-01 21:45:30 +03:00
Janne Sinivirta 1620f02ab2 update all dependencies to latest versions 2017-09-01 18:58:23 +03:00
Janne Sinivirta ace556e3bf move _should_stop from module global to class variable 2017-08-31 16:53:47 +03:00
Janne Sinivirta c46f718b40 upgrade several dependencies 2017-08-30 22:07:33 +03:00
Janne Sinivirta b9e53bcaa6 fix indentation 2017-08-28 08:53:20 +03:00
Janne Sinivirta 5e940e964b reordering import statements 2017-08-28 08:53:20 +03:00
Janne Sinivirta 98f9d7cc21 use lazy-evaluating form of logger (pylint W1202) 2017-08-28 08:53:20 +03:00
Janne Sinivirta 06d92042fd avoid single char variable names 2017-08-28 08:53:20 +03:00
Janne Sinivirta e82f6e0da8 fix using JSONDecodeError in two different ways 2017-08-27 15:47:09 +03:00
Janne Sinivirta e229ba0ba8 rename conf to CONFIG as it is a constant 2017-08-27 15:38:20 +03:00
Janne Sinivirta f223f89f8a add pylint rule file that allows to use logger in lowercase 2017-08-27 15:37:11 +03:00