siat 3.1.20__py3-none-any.whl → 3.1.21__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/stock_technical.py
CHANGED
@@ -2451,9 +2451,8 @@ def security_technical2(ticker,start='default',end='default', \
|
|
2451
2451
|
loc1='best',loc2='best', \
|
2452
2452
|
ticker_type='auto', \
|
2453
2453
|
|
2454
|
-
|
2455
|
-
|
2456
|
-
attention_values=[0,30,50,80]):
|
2454
|
+
attention_values=[0,30,50,80], \
|
2455
|
+
facecolor='papayawhip',price_line_color='gray'):
|
2457
2456
|
"""
|
2458
2457
|
|
2459
2458
|
功能:计算和绘制证券技术分析指标的简易图,仅供进一步探索使用,仅用于单个证券(股债基)
|
@@ -2682,7 +2681,7 @@ def security_technical2(ticker,start='default',end='default', \
|
|
2682
2681
|
ax2 = ax.twinx()
|
2683
2682
|
ylabeltxt2='收盘价'
|
2684
2683
|
ax2.set_ylabel(ylabeltxt2,fontsize=ylabel_txt_size)
|
2685
|
-
ax2.plot(df1.index,df1[indicator],label=ylabeltxt2,linestyle='dotted',color=
|
2684
|
+
ax2.plot(df1.index,df1[indicator],label=ylabeltxt2,linestyle='dotted',color=price_line_color)
|
2686
2685
|
ax2.legend(loc=loc2,fontsize=legend_txt_size)
|
2687
2686
|
|
2688
2687
|
titletxt=ticker_name(ticker)+': '+tech_list[technical1]+technical1
|
@@ -112,7 +112,7 @@ siat/stock_list_china_test.py,sha256=gv14UwMMvkZqtb6G7DCTSuehIwVHuVwu7w60p6gyHoo
|
|
112
112
|
siat/stock_prices_kneighbors.py,sha256=WfZvo5EyeBsm-T37zDj7Sl9dPSRq5Bx4JxIJ9IUum6s,36738
|
113
113
|
siat/stock_prices_linear.py,sha256=-OUKRr27L2aStQgJSlJOrJ4gay_G7P-m-7t7cU2Yoqk,13991
|
114
114
|
siat/stock_profile.py,sha256=B3eIwzEmiCqiCaxIlhfdEPsQBoW1PFOe1hkiY3mVF6Y,26038
|
115
|
-
siat/stock_technical.py,sha256=
|
115
|
+
siat/stock_technical.py,sha256=v84ZcykDJG4fj3zevqjIZRfnQKvM69XZ3cn6b8DVP7I,113818
|
116
116
|
siat/stock_test.py,sha256=E9YJAvOw1VEGJSDI4IZuEjl0tGoisOIlN-g9UqA_IZE,19475
|
117
117
|
siat/stooq.py,sha256=dOc_S5HLrYg48YAKTCs1eX8UTJOOkPM8qLL2KupqlLY,2470
|
118
118
|
siat/temp.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
@@ -133,7 +133,7 @@ siat/valuation.py,sha256=NKfeZMdDJOW42oLVHob6eSVBXUqlN1OCnnzwyGAst8c,48855
|
|
133
133
|
siat/valuation_china.py,sha256=Tde2LzPDQy3Z7xOQQDw4ckQMPdROp_z0-GjFE6Z5_lI,67639
|
134
134
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
135
135
|
siat/var_model_validation.py,sha256=f-oDewg7bPzyNanz_Y_jLH68NowAA3gXFehW_weKGG0,14898
|
136
|
-
siat-3.1.
|
137
|
-
siat-3.1.
|
138
|
-
siat-3.1.
|
139
|
-
siat-3.1.
|
136
|
+
siat-3.1.21.dist-info/METADATA,sha256=USf7kX9nSPN3E3jLaESifAfvZBR6tPudAjRsMdGLAJk,1448
|
137
|
+
siat-3.1.21.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
138
|
+
siat-3.1.21.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
139
|
+
siat-3.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|