Bybit 算法接针 - VWAP (BTC)
0
Follow
165
Followers
Source
JavaScript
// 判断uid权限 (UID list + getAccount uid 校验)
function user_auth() {
user_list = [775536, 783571, 789086, 819490, 1265698, 1294567, 1299150]
user_id = account.Info.result[0].user_id
//Log(user_id)
if (user_list.indexOf(user_id) == -1) {
throw new Error('用户认证错误, 请联系微信: wangxiaoba')
}
}
// 计算获取VWAP及上下边界 Bybit
function VWAP() {Strategy parameters
Related strategies



