Library "multi_conditions_matrices" : facilitate including multiple AND / OR conditions to a script such as two entry / exit inputs groups. method addConditions(conditions, conditionPair) Helper to append conditions to a matrix condition array Namespace types: matrix Parameters: conditions (matrix) conditionPair (array) : array A condition...
Example method of how to use an input text area to import, offset, and plot CSV data using an array. Note that when using this method there is a limit of 4096 total characters per input. For working with data sets larger than 4096 total characters an alternative method of pasting CSV data directly within the script can be seen below : NOTICE: This is an...
Library "functionStringToMatrix" Provides unbound methods (no error checking) to parse a string into a float or int matrix. to_matrix_float(str, interval_sep, start_tk, end_tk) Parse a string into a float matrix. Parameters: str : , string, the formated string to parse. interval_sep : , string, cell interval separator token. start_tk : ,...
█ OVERVIEW This library was intended to Get price of given time.input █ CREDITS Credits to TradingView for CAGR Custom Range. █ FUNCTIONS ohlc_time() : Get OHLC price of given time.input Parameters: : : Time (t) must be using time.input Returns: : OHLC hlc_time() : Get HLC price of given time.input Parameters: : : Time (t) must...
Library "external_input_utils" Collection of external input utilities for conversion and other hacky functions str_to_src(value) str_to_src - Convert the string value to the coresponding source series. It can be used to limit the "input.source" choices provided to the end user. The most interesting part is that it can be used to overcome the "one...
█ OVERVIEW Simple method to convert from input.text_area to array using str.split. Reshape table using switch, not necessary must use matrix.reshape. Might be useful pine script to replace input.symbol. █ FEATURES Table can positioned by any position and font size can be resized. Reshape table and sorting array if necessary. █ CREDITS Credits...
Hello traders, Here is a script that i've done for testing the timestamp and the input.time fonction. You can see verticals lines blue and yellow. The blue are the ECB meeting date (7 dates) The yellow are the FED meeting date. (10 Dates) // In the parameter you can enter the next rolling month date for ECB and FED // I don't figure out how to add label / Txt...
This script is designed to handle and provide quick and easy access to up to 9 different moving averages in one indicator and one tab. Basically, it leverages the 'inline' and 'group' arguments of the 'input' function to provide you with a simple and straightforward way to: - define your favorite moving averages by choosing type, length, source and color in the...
This line charts uses simple input.source. By default, use close, can choose open, low, high, etc.