siat 3.6.6__py3-none-any.whl → 3.6.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- siat/grafix.py +1 -1
- siat/security_trend2.py +1 -1
- siat/stock.py +2 -2
- siat/translate.py +5 -3
- {siat-3.6.6.dist-info → siat-3.6.7.dist-info}/METADATA +1 -1
- {siat-3.6.6.dist-info → siat-3.6.7.dist-info}/RECORD +9 -9
- {siat-3.6.6.dist-info → siat-3.6.7.dist-info}/LICENSE +0 -0
- {siat-3.6.6.dist-info → siat-3.6.7.dist-info}/WHEEL +0 -0
- {siat-3.6.6.dist-info → siat-3.6.7.dist-info}/top_level.txt +0 -0
siat/grafix.py
CHANGED
@@ -362,7 +362,7 @@ def plot_line(df0,colname,collabel,ylabeltxt,titletxt,footnote,datatag=False, \
|
|
362
362
|
plt.xlabel(footnote,fontsize=xlabel_txt_size,ha='center')
|
363
363
|
plt.title(titletxt,fontweight='bold',fontsize=title_txt_size)
|
364
364
|
|
365
|
-
plt.legend()
|
365
|
+
plt.legend(loc=loc,fontsize=legend_txt_size)
|
366
366
|
plt.show()
|
367
367
|
plt.close()
|
368
368
|
|
siat/security_trend2.py
CHANGED
@@ -418,7 +418,7 @@ def security_trend(ticker,indicator='Close',adjust='', \
|
|
418
418
|
attention_value=attention_value,attention_value_area=attention_value_area, \
|
419
419
|
attention_point=attention_point,attention_point_area=attention_point_area, \
|
420
420
|
datatag=datatag,power=power,graph=graph, \
|
421
|
-
source=source, \
|
421
|
+
source=source,loc=loc1, \
|
422
422
|
mark_top=mark_top,mark_bottom=mark_bottom, \
|
423
423
|
mark_end=mark_end,ticker_type=ticker_type, \
|
424
424
|
facecolor=facecolor)
|
siat/stock.py
CHANGED
@@ -635,7 +635,7 @@ def security_indicator(ticker,indicator, \
|
|
635
635
|
average_value=False, \
|
636
636
|
datatag=False,power=0,graph=True,source='auto', \
|
637
637
|
mark_top=True,mark_bottom=True,mark_end=True, \
|
638
|
-
ticker_type='auto',facecolor='whitesmoke'):
|
638
|
+
ticker_type='auto',facecolor='whitesmoke',loc='best'):
|
639
639
|
"""
|
640
640
|
功能:单只证券的全部指标
|
641
641
|
"""
|
@@ -746,7 +746,7 @@ def security_indicator(ticker,indicator, \
|
|
746
746
|
attention_value=attention_value,attention_value_area=attention_value_area, \
|
747
747
|
attention_point=attention_point,attention_point_area=attention_point_area, \
|
748
748
|
mark_top=mark_top,mark_bottom=mark_bottom,mark_end=mark_end, \
|
749
|
-
facecolor=facecolor)
|
749
|
+
facecolor=facecolor,loc=loc)
|
750
750
|
|
751
751
|
return erdf3
|
752
752
|
|
siat/translate.py
CHANGED
@@ -1089,11 +1089,11 @@ def codetranslate0(code):
|
|
1089
1089
|
['^SMI','瑞士SMI指数'],['^MOEX','俄罗斯莫斯科指数(卢布计价)'],
|
1090
1090
|
['^UX','乌克兰UX指数'],['^RTS','俄罗斯市值加权指数(美元计价)'],
|
1091
1091
|
['^AEX','荷兰阿姆斯特丹指数'],['^ATH','希腊雅典综合指数'],
|
1092
|
-
['^BEL20','比利时20指数'],['^
|
1093
|
-
['^
|
1092
|
+
['^BEL20','比利时20指数'],['^BVSP','巴西圣保罗指数'],
|
1093
|
+
['^MXX','墨西哥IPC指数'],['^IPSA','智利IPSA指数'],
|
1094
1094
|
['^JCI','印尼雅加达指数'],['^KOSPI','韩国综合指数'],
|
1095
1095
|
['^KLCI','马来西亚吉隆坡指数'],
|
1096
|
-
['^MRV','阿根廷MERVAL指数'],['M.BA','阿根廷MERVAL指数'],
|
1096
|
+
['^MRV','阿根廷MERVAL指数'],['^MERV','阿根廷MERVAL指数'],['M.BA','阿根廷MERVAL指数'],
|
1097
1097
|
['^MT30','沙特TASI指数'],['^NZ50','新西兰50指数'],
|
1098
1098
|
['^PSI20','葡萄牙PSI20指数'],['^PSEI','菲律宾PSEi指数'],
|
1099
1099
|
['^SET','泰国SET指数'],['^STI','新加坡海峡时报指数'],
|
@@ -1268,6 +1268,8 @@ def codetranslate0(code):
|
|
1268
1268
|
|
1269
1269
|
#期货==================================================================
|
1270
1270
|
["HG=F",'COMEX铜矿石期货'],["CL=F",'NYM原油期货'],
|
1271
|
+
["NG=F",'NYM天然气期货'],["MTF=F",'NYM煤炭期货'],
|
1272
|
+
["GC=F",'COMEX黄金期货'],["MGC=F",'COMEX微型黄金期货'],
|
1271
1273
|
["6B=F",'CME英镑兑美元期货'],
|
1272
1274
|
["S=F",'CBT大豆期货'],["C=F",'CBT玉米期货'],
|
1273
1275
|
["ES=F",'CME标普500指数期货'],["YM=F",'CBT道指期货'],
|
@@ -60,7 +60,7 @@ siat/future_china.py,sha256=F-HsIf2Op8Z22RzTjet1g8COzldgnMjFNSXsAkeGyWo,17595
|
|
60
60
|
siat/future_china_test.py,sha256=BrSzmDVaOHki6rntOtosmRn-6dkfOBuLulJNqh7MOpc,1163
|
61
61
|
siat/global_index_test.py,sha256=hnFp3wqqzzL-kAP8mgxDZ54Bd5Ijf6ENi5YJlGBgcXw,2402
|
62
62
|
siat/google_authenticator.py,sha256=ZUbZR8OW0IAKDbcYtlqGqIpZdERpFor9NccFELxg9yI,1637
|
63
|
-
siat/grafix.py,sha256=
|
63
|
+
siat/grafix.py,sha256=yhWxVk0b-u5ZbP_DS32tZLudl5rwFlUBquiF4JrhXq8,107612
|
64
64
|
siat/grafix_test.py,sha256=kXvcpLgQNO7wd30g_bWljLj5UH7bIVI0_dUtXbfiKR0,3150
|
65
65
|
siat/holding_risk.py,sha256=G3wpaewAKF9CwEqRpr4khyuDu9SU2EGyQUHdk7cmHOA,30693
|
66
66
|
siat/holding_risk_test.py,sha256=FRlw_9wFG98BYcg_cSj95HX5WZ1TvkGaOUdXD7-V86s,474
|
@@ -102,10 +102,10 @@ siat/security_prices.py,sha256=Zhn6pvwLy996mbBHDorbqWQdQw9RHdr9m0yzke3ya8M,10859
|
|
102
102
|
siat/security_prices_test.py,sha256=OEphoJ87NPKoNow1QA8EU_5MUYrJF-qKoWKNapVfZNI,10779
|
103
103
|
siat/security_trend.py,sha256=o0vpWdrJkmODCP94X-Bvn-w7efHhj9HpUYBHtLl55D0,17240
|
104
104
|
siat/security_trend2-20240620.py,sha256=QVnEcb7AyVbO77jVqfFsJffGXrX8pgJ9xCfoAKmWBPk,24854
|
105
|
-
siat/security_trend2.py,sha256=
|
105
|
+
siat/security_trend2.py,sha256=mamJtFAbXC1orGgMEmp0taPk-yUqWm-jdGf64bjhn2Q,29756
|
106
106
|
siat/setup.py,sha256=up65rQGLmTBkhtaMLowjoQXYmIsnycnm4g1SYmeQS6o,1335
|
107
107
|
siat/shenwan index history test.py,sha256=JCVAzOSEldHalhSFa3pqD8JI_8_djPMQOxpkuYU-Esg,1418
|
108
|
-
siat/stock.py,sha256=
|
108
|
+
siat/stock.py,sha256=sDYEXGE9XYnzRYzxv1AUJqMqAu6ISZx7skiu82L1Z7Y,158613
|
109
109
|
siat/stock_advice_linear.py,sha256=-twT7IGP-NEplkL1WPSACcNJjggRB2j4mlAQCkzOAuo,31655
|
110
110
|
siat/stock_base.py,sha256=uISvbRyOGy8p9QREA96CVydgflBkn5L3OXOGKl8oanc,1312
|
111
111
|
siat/stock_china.py,sha256=zyUyghIrkkkYWlHRRP7Hoblxzfp-jrck60pTJpwMahg,91553
|
@@ -131,7 +131,7 @@ siat/transaction_test.py,sha256=Z8g1LJCN4-mnUByXMUMoFmN0t105cbmsz2QmvSuIkbU,1858
|
|
131
131
|
siat/translate-20230125.py,sha256=NPPSXhT38s5t9fzMvl_fvi4ckSB73ThLmZetVI-xGdU,117953
|
132
132
|
siat/translate-20230206.py,sha256=-vtI125WyaJhmPotOpDAmclt_XnYVaWU9ByLWZ6FyYE,118133
|
133
133
|
siat/translate-20230215.py,sha256=TJgtPE3n8IjljmZ4Pefy8dmHoNdFF-1zpML6BhA9FKE,121657
|
134
|
-
siat/translate.py,sha256=
|
134
|
+
siat/translate.py,sha256=aAWk9museEsdxDstXjEy_SXiEzvKD_6fDi0W4TrBiwI,241364
|
135
135
|
siat/translate_20240606.py,sha256=63IyHWEU3Uz9mjwyuAX3fqY4nUMdwh0ICQAgmgPXP7Y,215121
|
136
136
|
siat/translate_241003_keep.py,sha256=un7Fqe1v35MXsja5exZgjmLzrZtt66NARZIGlyFuGGU,218747
|
137
137
|
siat/universal_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
|
@@ -140,8 +140,8 @@ siat/valuation_china.py,sha256=CVp1IwIsF3Om0J29RGkyxZLt4n9Ug-ua_RKhLwL9fUQ,69624
|
|
140
140
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
141
141
|
siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
|
142
142
|
siat/yf_name.py,sha256=7uLAcOc8XwfYDjuLqWDiUZHfdMpEbytW7E2ayNNT3f4,20069
|
143
|
-
siat-3.6.
|
144
|
-
siat-3.6.
|
145
|
-
siat-3.6.
|
146
|
-
siat-3.6.
|
147
|
-
siat-3.6.
|
143
|
+
siat-3.6.7.dist-info/LICENSE,sha256=NTEMMROY9_4U1szoKC3N2BLHcDd_o5uTgqdVH8tbApw,1071
|
144
|
+
siat-3.6.7.dist-info/METADATA,sha256=vhM0Z4lhSt8gGEQbaP8AvVOSR-k63r5nc-5YnBXjts8,8009
|
145
|
+
siat-3.6.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
146
|
+
siat-3.6.7.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
147
|
+
siat-3.6.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|