atchart

DBTV

atchart Aktualisiert   
Library "DBTV"

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

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

더해짐
entry_msg(accnt_no, password, orderqty, orderkind)
  Create a entry message for ATCHART
  Parameters:
    accnt_no (string): (string) The number of security account. Default 1
    password (string): (string) 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
Versionshinweise:
v4
Versionshinweise:
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
Versionshinweise:
v6
Pine Bibliothek

In echter TradingView-Manier hat der Autor diesen Pine-Code als Open-Source-Bibliothek veröffentlicht, so dass andere Pine-Programmierer aus unserer Community ihn weiterverwenden können. Ein Hoch auf den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Publikationen verwenden, aber die Wiederverwendung dieses Codes in einer Publikation unterliegt den Hausregeln.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie diese Bibliothek nutzen?

Kopieren Sie die folgende Zeile und fügen Sie sie in Ihr Skript ein.