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.
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
發行說明
v6Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。