34 lines
695 B
Markdown
34 lines
695 B
Markdown
### hamachi download and setup
|
|
|
|
https://youtu.be/XM8gBmVVIB8
|
|
|
|
network testhelloworld04@gmail.com
|
|
password world
|
|
|
|
TrdEnv.SIMULATE => https://openapi.futunn.com/futu-api-doc/quick/strategy-sample.html
|
|
|
|
progress:
|
|
|
|
1. 佢會計數 (KDJ, RSI, MACD)
|
|
-> 行 strategy (optimize strategy)
|
|
|
|
2. 堅做買賣
|
|
|
|
9:30 -> 12:00 -> 1:00 -> 4:00
|
|
|
|
excel
|
|
|
|
[ 1,2,3,4,5,6,7,8,9] -> k1 (?)
|
|
[k1,1,2,3,4,5,6,7,8] -> k2 (?)
|
|
[k2,1,2,3,4,5,6,7,8] -> k3 (?)
|
|
[k3,1,2,3,4,5,6,7,8] -> k4 (?)
|
|
[k4,1,2,3,4,5,6,7,8] -> k5 (?)
|
|
|
|
1. get futu realtime tick / history tick (futu api)
|
|
|
|
## -- 2. run calculation (KDJ) 3. run strategy (output to simulate market)
|
|
|
|
4. execute order (futu api)
|
|
|
|
https://github.com/FutunnOpen/py-futu-api
|