Type/to search

币安新交易对上线监控

Common strategy
Created: 2024-01-23 16:07:28
Last modified: 2 years ago
1
Follow
1802
Followers
Source
JavaScript


let SaveSymbol = _G("SaveSymbol") || [];
//定义一个变量,保存已经通知过的项目
var Notified = _G("Notified") || [];

function TimeBetween(startDate, endDate) {
    let delta = Math.abs(endDate - startDate) / 1000;
    const isNegative = startDate > endDate ? -1 : 1;
    return [
        ["days", 24 * 60 * 60],
        ["hours", 60 * 60],
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)