Type/to search

common

Template
Created: 2021-01-08 16:38:10
Last modified: 4 years ago
3
Follow
0
Followers
Source
JavaScript


function GetCurrencyEx(ex, baseOrQuote) {
  let curr = ex.GetCurrency()
  let s = curr.split('_')
  return s[baseOrQuote ? 0 : 1]
}

function cancelOrdersPending(ex, orderType, orderOffset) {
  while (true) {
    const orders = ex.GetOrders()
    if (!orders) {
Strategy parameters
Strategy parameters
重试延迟
是否测试
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)