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...
Library "utils" TODO: add library description here maCustomseries(source, typeMa, length) Parameters: source (float) typeMa (simple string) length (simple int) barCrossoverCounter(signalPrice, basePrice) Parameters: signalPrice (float) basePrice (float) barCrossunderCounter(signalPrice, basePrice) Parameters: ...
Library "WHAlertCommand" f_WH_Risk(risk_Type_) Parameters: risk_Type_ (string) f_WH_Open_Position(uuid_, enable_Buy_, enable_Sell, enable_All_Group_Members_, enable_Close_Opposite_Side_, enable_Risk_, risk_Type_, signal_Type_Buy_Or_Sell) Parameters: uuid_ (string) enable_Buy_ (bool) enable_Sell (bool) ...
Library "DerivativeAlertPlaceHolders" TODO: Creation of Placeholders for Alerts, for using in FNO segment. BasicPH(CustomMessage) Parameters: CustomMessage (string) : TODO: Requires Custom Input of Message Returns: TODO: String with PH CustomPlaceHoldersFNO(CustomInputMessage, InputPrice) Parameters: CustomInputMessage (string) : TODO:...
The "Mizar_Library" is a powerful tool designed for Pine Script™ programmer’s, providing a collection of general functions that facilitate the usage of Mizar’s DCA (Dollar-Cost-Averaging) bot system. To begin using the Mizar Library, you first need to import it into your indicator script. Insert the following line below your indicator initiation line: import...
Library "FinandyHookLib" TODO: add library description here createOrderJson(model, hook_secret, options) Parameters: model (orderModel type from Hamster-Coder/OrderLib/7) hook_secret (string) options (textFormatOptions) textFormatOptions Fields: price_format (series__string) percent_format (series__string)
Library "SAT_BACKTEST" ex_timezone(tz) switch case return exact @timezone for timezone input Parameters: tz (simple string) Returns: syminfo.timezone or tz if_in_date_range(usefromDate, fromDate, usetoDate, toDate, src_timezone, dst_timezone) if_in_date_range : check if @time_close is range Parameters: usefromDate (simple bool)...
Library "Antares_messages_public" This library add messages for yours strategy for use in Antares trading system for binance and bybit exchanges. Данная библиотека позволяет формировать сообщения в алертах стратегий для Antares в более упрощенном для пользователя режиме, включая всплывающие подсказки и т.д. set_leverage(token, market, ticker_id, leverage)...
Library "WebhookMessage" The webhook message library provides several functions for building JSON payloads used as instructions to manage automated orders and positions with TradersPost.io. See: docs.traderspost.io For example, build a message that goes long 1 contract with a trailing stop of 0.75% sent to the broker: import TradersPostInc/WebhookMessage/1...
Library "Libre" TODO: add library description here MMMM(toe) Parameters: toe (string) OOOO(toe, toe1, toe2, toe3, toe4, toe5, init) Parameters: toe (string) toe1 (string) toe2 (string) toe3 (string) toe4 (string) toe5 (string) init (int) XXXX(toe) Parameters: toe (string) WWWW(toe)...
Library "string_utils" Collection of string utilities that can be used to replace sub-strings in a string and string functions that are not part of the standard library. This a more simple replacement of my previous string_variables library since it uses types for better performance due to data locality and methods that give a more intuitive API.
Library "PineTradingbotWebhook" makeWebhookJson(webhookKey, direction, qty, entryLimit, entryStop, exitLimit, exitStop, orderRef, contract) Creates a Webhook message for Tbot on Tradingboat Parameters: webhookKey : the unique key to the Flask (TVWB) server direction : the same as the strategy's direction qty entryLimit ...
Library "json" JSON Easy Object Create/stringiffy Functions to add/write JSON new (name , kind) -> object set (_item , _obj , _key ) -> key index for parent object's array add (_obj , _key , _item ) -> key index for parent object's array write (object , kind ) -> stringified object // (enter kind to cut off key...
Library "POA" This library is a client script for making a webhook signal formatted string to POABOT server. entry_message(password, percent, leverage, kis_number) Create a entry message for POABOT Parameters: password : (string) The password of your bot. percent : (float) The percent for entry based on your wallet balance. leverage :...
Library "PlurexSignalStrategy" Provides functions that wrap the built in TradingView strategy functions so you can seemlessly integrate with Plurex Signal automation. NOTE: Be sure to: - set your strategy default_qty_value to the default entry percentage of your signal - set your strategy default_qty_type to strategy.percent_of_equity - set your strategy...
Library "PlurexSignalCore" General purpose functions and helpers for use in more specific Plurex Signal alerting scripts and libraries plurexMarket() Build a Plurex market string from a base and quote asset symbol. Returns: A market string that can be used in Plurex Signal messages. tickerToPlurexMarket() Builds Plurex market string from the...
Library "libcompress" numbers compressor for large output data compression compress_fp24() converts float to base64 (4 chars) | 24 bits: 1 sign + 5 exponent + 18 mantissa Returns: 4-character base64_1/5/18 representation of x compress_ufp18() converts unsigned float to base64 (3 chars) | 18 bits: 5 exponent + 13 mantissa Returns: 3-character...