Conversation
|
It seems that the pipeline is broken, the error isn't related to my changes. |
Abhijais4896
left a comment
There was a problem hiding this comment.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
Abhijais4896
left a comment
There was a problem hiding this comment.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
|
@Abhijais4896 Sorry, I don't get your point, could you please add more description? |
Abhijais4896
left a comment
There was a problem hiding this comment.
REG_CN = "cn"
REG_US = "us"
REG_TW = "tw"
REG_HK = "hk"
Epsilon for avoiding division by zero.
EPS = 1e-12
Abhijais4896
left a comment
There was a problem hiding this comment.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
},
}
|
Thanks for adding HK market support! I have a few suggestions regarding the configuration values: 1.
|
Add HK as supported region.
Description
As title.
Motivation and Context
Support train model for HK stock market.
Types of changes