analyser_hj3415 2.7.5__tar.gz → 2.7.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/PKG-INFO +1 -1
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/eval.py +2 -1
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/pyproject.toml +1 -1
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.DS_Store +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.gitattributes +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.gitignore +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/LICENSE +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/README.md +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/__init__.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/lstm.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/myprophet.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/mysklearn.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/mysklearn2.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/score.py +0 -0
- {analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/analyser_hj3415/workroom/trash.py +0 -0
@@ -372,8 +372,9 @@ class Red:
|
|
372
372
|
# 원하는 기대수익률로 클래스 세팅
|
373
373
|
Red.expect_earn = expect_earn_in
|
374
374
|
AnalyserSettingsManager().set_value('RED_RANKING_EXPECT_EARN', str(expect_earn_in))
|
375
|
+
red = Red('005930')
|
375
376
|
for i, code in enumerate(myredis.Corps.list_all_codes()):
|
376
|
-
red =
|
377
|
+
red.code = code
|
377
378
|
red_score = red.get(refresh=refresh_in).score
|
378
379
|
if red_score > 0:
|
379
380
|
data[code] = red_score
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.7.
|
7
|
+
version = "2.7.6"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.7.5 → analyser_hj3415-2.7.6}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|