█ 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...
█ OVERVIEW Contains various functions for manipulation with strings: - padright() / padleft() - Pad a string to the right or left with a given char. - trim2() - Trims not only spaces but also line breaks. - nz(string) - like nz(), replaces na with a supplied string █ FUNCTIONS nz(s, replacement) Similar to nz() but for strings. However,...
█ OVERVIEW Contains functions for concatenation and wrapping of the strings: - concatTrunc() / concatTrunc2() - Concatenate via a separator up to a given length truncating from left or right. concatTrunc2 returns also the number of overflowing chars (in a tuple) - print() - A powerful concatenate function truncating chars from left or right and/or lines...
█ OVERVIEW This library contains regular expression (regex) search functions which are helpful, in particular, in reading configuration inputs. feedRgx(): Searches for the first occurrence of `regex` pattern in the `src` and returns `src` split into parts as a tuple: ` `. If no match returns ` ` countRgx(): Counts `regex` occurrences in the...
█ OVERVIEW Contains methods for conversion of matrices to string. Supports matrices of int/float/bool/string/color/line/label/box/. - toStringMx(matrix) - converts matrix to a string matrix converting each of its elements to string - toS(matrix) - converts matrix to a string matrix (using toStringMx()) and outputs as string using str.tostring(matrix)...
█ OVERVIEW Contains to string conversion methods arrays of int/float/bool/string/line/label/box types - toS() - method works like array.join() with more flexibility and - toStringAr() - converts array to string on a per item basis and returns the resulting string array Conversion of each item to string is made using toS() function from moebius1977/ToS/1...
█ OVERVIEW Contains methods for conversion to string of simple types int/float/bool/string/line/label/box . - toS() - For bool/int/float works much the same as str.tostring() with some shorthand formatting options for int/float. For line/label/box displays their text and coordinates automatically formatting x coordinate as time or bar index. - ...
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 "COMET_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 "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 "Objects" A collection of frequently used objects functions in my scripts. method getType(this) Identifies an object's type. Namespace types: series int, simple int, input int, const int Parameters: this (int) : Object to inspect. Returns: A string representation of the type. method getType(this) Namespace types: series float,...
Library "books" this library contains excerpts from great books to help with trading. enhiridion() Fills the map with admonitions from Epictetus' "Enchiridion". Returns: map with admonitions
Library "Log" - Log methods that return input value for code readbility and cleaness. method str(input) str Namespace types: series float, simple float, input float, const float Parameters: input (float) method str(input) str Namespace types: series int, simple int, input int, const int Parameters: input (int) method str(input)...
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...