Type/to search

MACD低买高卖自动跟单滑动止损

MACD
17
Follow
10
Followers
Source
JavaScript


Fixed = function(v) {
    return Math.floor(v*1000)/1000;
};

// for orders
WaitOrder = function(exchange, orderId, timeoutToCancel) {
    var ts = (new Date()).getTime();
    while (true) {
        Sleep(3000);
        var orderInfo = exchange.GetOrder(orderId);
Strategy parameters
Strategy parameters
交叉后第一柱
交叉后前一柱
滑动价格
止损点
买单超时(秒)
最小持仓
Comment
All comments (1)

    大佬程序有错误啊

    6 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)