66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
---
|
|
tags: [vba, excel, stock-monitor]
|
|
---
|
|
|
|
# armandarmand
|
|
|
|
## quotation
|
|
|
|
HKD800
|
|
|
|
### notes
|
|
|
|
### lesson learned
|
|
|
|
- remember to install .net framework 3.5 (sp1 i tested on windows 10)
|
|
|
|
### references
|
|
|
|
https://github.com/VBA-tools/VBA-JSON
|
|
|
|
https://www.mrexcel.com/board/threads/web-scraping-using-vba.1232175/
|
|
|
|
https://github.com/florentbr/SeleniumBasic/releases/tag/v2.0.9.0
|
|
|
|
https://github.com/longvh211/SeleniumBasic/releases/tag/v2.0.9.0
|
|
|
|
https://chromium.cypress.io/win64/stable/98.0.4758.102
|
|
|
|
### history
|
|
|
|
translate the below into english, thanks
|
|
|
|
大致上會係咁,你睇下有冇問題?
|
|
ttps://youtu.be/ljmjEc9x6MQ
|
|
|
|
```
|
|
stock_Code # Code
|
|
stock_Name # Name
|
|
stock_Price # Price
|
|
10_day_Moving_Average # 10天平均值
|
|
20_day_Moving_Average # 20天平均值
|
|
50_day_Moving_Average # 50天平均值
|
|
100_day_Moving_Average # 100天平均值
|
|
250_day_Moving_Average # 250天平均值
|
|
P_E_Ratio_Expected # 市盈率/預期
|
|
Earnings_per_Share # 每股帳面淨值
|
|
Yield # 收益率
|
|
Fund_Flow # 資金流向
|
|
Short_Selling_Amount_Ratio_% # 沽空額_比率(%)
|
|
RSI_10 # RSI 10
|
|
RSI_14 # RSI 14
|
|
RSI_20 # RSI 20
|
|
MACD_8_17_days # MACD(8_17 天)
|
|
MACD_12_25_days # MACD(12/25 天)
|
|
```
|
|
|
|
<!-- no need, 1. 如果 V and W 正數, 成個 row 自動highlight -->
|
|
|
|
1. T 係 "Q-R, W 係 MACD (12/25), 呢兩個都係正數就成條 row highlight
|
|
1. D-E, E-F, 果幾條數
|
|
1. etnet.com.hk 撈 SMA20
|
|
|
|
咁我汁一汁先,過兩日再搵你
|
|
到時冇問題的話收埋尾數
|
|
再開個 call 係你部機 setup 啦,好嘛?
|