Commit Graph

26 Commits

Author SHA1 Message Date
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 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 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
gcarq 996beae770 pylint fixes 2017-09-08 23:10:22 +02: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 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
gcarq 32cac11580 add typehints 2017-09-01 21:11:46 +02:00
Janne Sinivirta 072593c756 only buy when parabolic sar shows bullish trend 2017-09-01 21:45:30 +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
gcarq 029072c9af also use MACD indicator; minor changes 2017-06-05 21:17:10 +02:00
gcarq 0f5e00618b handle JSONDecodeError 2017-06-02 16:08:46 +02:00
gcarq 4d6897eb70 only respect dataframes younger than 10 minutes 2017-05-25 01:11:35 +02:00
gcarq b7f2a144e4 include ema 2017-05-24 23:28:40 +02:00
gcarq 1d55b7d452 user custom user agent 2017-05-24 22:23:20 +02:00
gcarq 8703f3ebe6 implement StochRSI buy signal handler 2017-05-24 21:52:41 +02:00