From 9a27d7220c5df2011c05ed976b239908767e049e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 13 Dec 2019 22:02:49 +0000 Subject: [PATCH] - increased thresh_macd git-svn-id: http://moon:8086/svn/projects/Stock@309 fda53097-d464-4ada-af97-ba876c37ca34 --- pandas_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas_eval.py b/pandas_eval.py index ac73c5a..df43e0b 100644 --- a/pandas_eval.py +++ b/pandas_eval.py @@ -20,7 +20,7 @@ import os # https://ntguardian.wordpress.com/2016/09/19/introduction-stock-market-data-python-1 key = '0UO7Z2MVZ2YSQSVE' -thresh_macd = 1.0 +thresh_macd = 2.0 show_range_days = 20 show_title = [] k_euro = 1 / 1.11