PINE LIBRARY

DBTV

已更新
Library "DBTV"

entry_message(password, percent, leverage, margin_mode, kis_number)
  Create a entry message for POABOT
  Parameters:
    password (string): (string) [Required] The password of your bot.
    percent (float): (float) [Optional] The percent for entry based on your wallet balance.
    leverage (int): (int) [Optional] The leverage of entry. If not set, your levereage doesn't change.
    margin_mode (string): (string) [Optional] The margin mode for trade(only for OKX). "cross" or "isolated"
    kis_number (int): (int) [Optional] The number of koreainvestment account. Default 1
  Returns: (string) A json formatted string for webhook message.
發布通知
v2

업데이트됨
entry_message(password, percent, leverage, margin_mode, accnt_no)
  Create a entry message for ATCHART
  Parameters:
    password (string): (string) [Optional] The password of your bot.
    percent (float): (float) [Optional] The percent for entry based on your wallet balance.
    leverage (int): (int) [Optional] The leverage of entry. If not set, your levereage doesn't change.
    margin_mode (string): (string) [Optional] The margin mode for trade(only for OKX). "cross" or "isolated"
    accnt_no (string): (string) [Optional] The number of security account. Default 1
  Returns: (string) A json formatted string for webhook message.
發布通知
v3

더해짐
entry_msg(accnt_no, password, orderqty, orderkind)
  Create a entry message for ATCHART
  Parameters:
    accnt_no (string): (string) [Optional] The number of security account. Default 1
    password (string): (string) [Optional] The password of your bot.
    orderqty (int)
    orderkind (string)
  Returns: (string) A json formatted string for webhook message.

없어짐
entry_message(password, percent, leverage, margin_mode, accnt_no)
  Create a entry message for ATCHART
發布通知
v4
發布通知
v5

더해짐
db_buy(accnt_no, password, code, orderqty, orderkind)
  Parameters:
    accnt_no (string)
    password (string)
    code (string)
    orderqty (string)
    orderkind (string)

db_sell(accnt_no, password, code, orderqty, orderkind)
  Parameters:
    accnt_no (string)
    password (string)
    code (string)
    orderqty (string)
    orderkind (string)

db_entry(accnt_no, password, code, orderqty, orderkind)
  Parameters:
    accnt_no (string)
    password (string)
    code (string)
    orderqty (string)
    orderkind (string)

db_close(accnt_no, password, code, orderqty, orderkind)
  Parameters:
    accnt_no (string)
    password (string)
    code (string)
    orderqty (string)
    orderkind (string)

db_exit(accnt_no, password, code, orderqty, orderkind)
  Parameters:
    accnt_no (string)
    password (string)
    code (string)
    orderqty (string)
    orderkind (string)

in_trade(start_time, end_time, hide_trade_line)
  Parameters:
    start_time (int)
    end_time (int)
    hide_trade_line (bool)

없어짐
entry_msg(accnt_no, password, orderqty, orderkind)
  Create a entry message for ATCHART
發布通知
v6
alerts

Pine腳本庫

在真正的TradingView精神中,作者將這段Pine程式碼發佈為開源程式庫,以便我們社群的其他Pine程式設計師可以重複使用它。請向作者致敬!您可以私下使用這個函式庫,或在其他開源出版品中使用,但在出版物中再次使用這段程式碼將受到網站規則的約束。

免責聲明