Library "JordanSwindenLibrary" TODO: add library description here getDecimals() Calculates how many decimals are on the quote price of the current market Returns: The current decimal places on the market quote price getPipSize(multiplier) Calculates the pip size of the current market Parameters: multiplier (int) : The mintick point multiplier...
Library "TradingHook_Library" This library is a client script for making a webhook signal formatted string to TradingHook webhook server. buy_message(password, amount, order_name) Make a buy Message for TradingHook. Parameters: password (string) : (string) password that you set in .env file. amount (float) : (float) amount. If not set,...
Library "whook" This library provides functions for generating trading alerts for `whook` check this -> github.com Currently supported exchanges: Kucoin futures Bitget futures Coinex futures Bingx OKX futures ( also its demo mode ) Bybit futures ( also Bybit testnet ) Binance futures ( also Binance futures testnet ) Phemex futures ( also Phemex testnet...
🔵 Introduction Technical analysis is a fundamental tool in financial markets, helping traders identify key areas on price charts to make informed trading decisions. The ICT (Inner Circle Trader) style, developed by Michael Huddleston, is one of the most advanced methods in this field. It enables traders to precisely identify and exploit critical zones such as...
Description: Boolean and alert functions that check if the latest user-selected symbol 'sym' has started printing. Alerts trigger by bar close. Usage: Mainly for 24/7 crypto exchanges. If an exchange you have alerts on goes offline, the alerts will not trigger. The offline alert is an alert to alert you of that. It's best to create the alerts while on...
Library "COM_Scanner_Library" - A Trader's Edge (ATE)_Library was created to assist in constructing COM Scanners TickerIDs(_string) TickerIDs: You must form this single tickerID input string exactly as described in the scripts info panel (little gray 'i' that is circled at the end of the settings in the settings/input panel that you can hover your cursor...
Library "JSONWebhooks" TODO: add library description here method buildWebhookJson(msg, constants) Builds the final JSON payload from a webhookMessage type. Namespace types: webhookMessage Parameters: msg (webhookMessage) : (webhookMessage) A prepared webhookMessage. constants (CONSTANTS) Returns: A JSON Payload. method...
Library "LightyearWebhook" This library provides functionality to create a webhook signal configuration for trading strategies. It generates a JSON string with relevant trading information which can be sent to external systems. signal_config(leverage, contract_size, token) signal_config @description Generates a JSON string containing the signal...
Library "MyTVBOT" TODO: add library description here buy_message(password, amount, order_name) Make a buy Message for TradingHook. Parameters: password (string) : (string) password that you set in .env file. amount (float) : (float) amount. If not set, your strategy qty will be sent. order_name (string) : (string) order_name. The...
🔵 Introduction Harmonic patterns blend geometric shapes with Fibonacci numbers, making these numbers fundamental to understanding the patterns. One person who has done a lot of research on harmonic patterns is Scott Carney.Scott Carney's research on harmonic patterns in technical analysis focuses on precise price structures based on Fibonacci ratios to identify...
Library "MyLibrary001" Library for calculating the number of bars in the last X trading days BarsInLastXDays(numTradingDays) BarsInLastXDays @description Calculates the number of bars in the last X trading days Parameters: numTradingDays (int) : int Number of trading days to consider Returns: tuple(float, float) A tuple with the number of bars and...
This libraray will be provide the liquity points that's will be help to find exact point people going to take trades and it will the most important area
Library "WebhookMessageLibrary" The webhook message library provides several functions for building JSON payloads method buildWebhookJson(msg, constants) Builds the final JSON payload from a webhookMessage type. Namespace types: webhookMessage Parameters: msg (webhookMessage) : (webhookMessage) A prepared webhookMessage. constants (CONSTANTS)...
🔵 Introduction "The Forex Trading Sessions" highlight the active periods across different markets where significant trading volume and influence on the forex market are evident. The primary trading sessions globally include the "Asian Session," "London Session," and "New York Session." A "Kill Zone" refers to a segment within a session characterized by high...
Library "WebhookMessageDev" The webhook message library provides several functions for building JSON payloads method buildWebhookJson(msg) Builds the final JSON payload from a webhookMessage type. Namespace types: webhookMessage Parameters: msg (webhookMessage) : (webhookMessage) A prepared webhookMessage. Returns: A JSON Payload. method...
Library "TRADING" This library is a client script for making a webhook signal formatted string to PoABOT server. 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...
Library "AlertSenderLibrary_TradingFinder" 🔵 Introduction The "Alert Sender Library" is a management and production program for "Alert Messages" that enables the creation of unique messages for any type of signal generated by indicators or strategies. These messages include the direction of the signal, symbol, time frame, the date and time the condition was...
Library "EagleEyeEmbeds" Pine Script library to build out a webhook that is catered to Discord Embed formatTimeframe() discordWebhookJSON(contentText, username, avatar_url, embeds) Constructs a JSON string for a Discord webhook message. This string includes optional fields for content, username, avatar URL, and embeds. Parameters: contentText...