█ OVERVIEW The library contains functions for parsing and importing complex CSV configurations (with a special simple syntax) into a special hierarchical object (of type objProps ) as follows: Functions: parseConfig() - reads CSV text into an objProps object. toT() - displays the contents of an objProps object in a table form, which allows to...
Library "StyleLibrary" A small library of Pine Script functions that return built-in style variables. method sizeStyle(size) Takes a `string` that returns the corresponding built-in size style variable. Namespace types: series string, simple string, input string, const string Parameters: size (string) : A `string` representing a built-in size...
Library "PubLibUtility" utilities for indicator and strategy development size(size) size to string conversion Parameters: size (string) Returns: const string tab_pos(tab_pos) table position to string conversion Parameters: tab_pos (string) Returns: const string time_string(time_in) time to string conversion Parameters: ...
Library "DynamicFunctions" Custom Dynamic functions that allow an adaptive calculation beginning from the first bar RoC(src, period) Dynamic RoC Parameters: src (float) : and period Custom function to calculate the actual period considering non-na source values period (int) dynamicMedian(src, length) Dynamic Median Parameters: src...
The AzLibConnector provides a comprehensive suite of functions for facilitating seamless communication and chaining of signal value streams between connectable indicators, signal filters, monitors, and strategies on TradingView. By adeptly integrating both positive and negative weights from Entry Long (EL), Exit Long (XL), Entry Short (ES), and Exit Short (XS)...
This library supplies a randomized list of 1-Move Chess Puzzles, this is 5/5 in my collection of puzzles on Tradingview. This library contains 730 chess puzzles, this is enough for 1 unique chess puzzle for 2 years (730/365 = 2) The Puzzles are sourced from Lichess's open-source database found here -> | database.lichess.org This data has been reduced to only...
This library supplies a randomized list of 1-Move Chess Puzzles, this is 4/5 in my collection of puzzles on Tradingview. This library contains 730 chess puzzles, this is enough for 1 unique chess puzzle for 2 years (730/365 = 2) The Puzzles are sourced from Lichess's open-source database found here -> | database.lichess.org This data has been reduced to only...
This library supplies a randomized list of 1-Move Chess Puzzles, this is 3/5 in my collection of puzzles on Tradingview. This library contains 730 chess puzzles, this is enough for 1 unique chess puzzle for 2 years (730/365 = 2) The Puzzles are sourced from Lichess's open-source database found here -> | database.lichess.org This data has been reduced to only...
This library supplies a randomized list of 1-Move Chess Puzzles, this is 2/5 in my collection of puzzles on Tradingview. This library contains 730 chess puzzles, this is enough for 1 unique chess puzzle for 2 years (730/365 = 2) The Puzzles are sourced from Lichess's open-source database found here -> | database.lichess.org This data has been reduced to only...
This library supplies a randomized list of 1-Move Chess Puzzles, this is 1/5 in my collection of puzzles on Tradingview. This library contains 730 chess puzzles, this is enough for 1 unique chess puzzle for 2 years (730/365 = 2) The Puzzles are sourced from Lichess's open-source database found here -> | database.lichess.org This data has been reduced to only...
Library "Word_Puzzle_Data_R2Z" This Library consists of functions for returning arrays of words starting with R through Z. By splitting the data through multiple libraries, I can import more tokens into my final compiled script, so having this data separately is extremely helpful. This library is the the container 1/3 for my database of 5 Letter words uses in...
Library "Word_Puzzle_Data_I2Q" This Library consists of functions for returning arrays of words starting with I through Q. By splitting the data through multiple libraries, I can import more tokens into my final compiled script, so having this data separately is extremely helpful. This library is the the container 1/3 for my database of 5 Letter words uses in...
Library "Word_Puzzle_Data_A2H" This Library consists of functions for returning arrays of words starting with A through H. By splitting the data through multiple libraries, I can import more tokens into my final compiled script, so having this data separately is extremely helpful. This library is the the container 1/3 for my database of 5 Letter words uses in...
Library "DynamicMAs" Custom MA's that allow a dynamic calculation beginning from the first bar, irrespective of lookback period. SMA(src, length) Dynamic SMA Parameters: src (float) length (int) EMA(src, length) Dynamic EMA Parameters: src (float) length (int) DEMA(src, length) Dynamic DEMA Parameters: src...
Library "forex_factory_decoding" Supporting Utility Library for the Live Economic Calendar by toodegrees Indicator; responsible for formatting and saving Forex Factory News events. isLeapYear() Finds if it's currently a leap year or not. Returns: Returns True if the current year is a leap year. daysMonth(M) Provides the days in a given month of the...
Library "forex_factory_events_id_B" Supporting Utility Library for the Live Economic Calendar by toodegrees Indicator; database with the second 500 Forex Factory News Event types. ff_titleB(ID) Converts a number to Forex Factory News title (second 500). Parameters: ID (string) : Identifier of the Forex Factory News Event. Please see the library for...
Library "forex_factory_events_id_A" Supporting Utility Library for the Live Economic Calendar by toodegrees Indicator; database with the first 500 Forex Factory News Event types. ff_titleA(ID) Converts a number to Forex Factory News title (first 500). Parameters: ID (string) : Identifier of the Forex Factory News Event. Please see the library for...
Library "forex_factory_utility" Supporting Utility Library for the Live Economic Calendar by toodegrees Indicator; responsible for data handling, and plotting news event data. isLeapYear() Finds if it's currently a leap year or not. Returns: Returns True if the current year is a leap year. daysMonth(M) Provides the days in a given month of the year,...