█ OVERVIEW This indicator is an educational indicator which was stripped down from Regression Channel Alternative MTF to display 3 timeframes based on timeframe scenarios. The timeframe scenarios are defined based on Position, Swing and Intraday Trader. █ INSPIRATION It is possible to use array.new_bool, array.indexof and switch to get this outcome. Credits to...
Library "pta_plot" pta_plot: This library will help you to plot different value. I will keep updating with your requirement print_array(array_id, border_color) Display array element as a table. Parameters: array_id : Id of your array. border_color : Color for border (`color.black` is used if no argument is supplied). Returns: Display array...
█ OVERVIEW This library is complementary for XABCD Harmonic Pattern Custom Range Interactive PriceDiff() : Price Difference Parameters: : : price_1, price_2 Returns: : PriceDiff TimeDiff() : Time Difference Parameters: : : time_1, time_2 Returns: : TimeDiff ReturnIndexOf3Arrays() : Return Index Of 3 Arrays Parameters: : :...
Library "swap" Side / Boundary Based All Types Swapper - three automagical types for Arrays, Matrixes, and Variables -- no signal : Long/ Short position autoswap -- true / false : Boolean based side choice -- Src / Thresh : if source is above or below the threshold - two operating modes for variables, Holding mode only for arrays/matrixes -- with two ...
█ OVERVIEW This indicator was intended as educational purpose only and alternative way to show value in table as shown in Harmonic Pattern Possibility Table . █ CREDITS Credit to Scott M Carney, Harmonic Trading Volume 3: Reaction vs. Reversal. █ USAGE EXAMPLE
Library "ArrayMatrixHUD" Show Array or Matrix Elements In Table For Arrays: Set the number of rows you want the data displayed in and it will generate a table, calculating the columns based on the size of the array being displayed. For Matrix: It will automatically match the Rows and Columns to the values in the matrix. Note: On the left, the table shows the...
█ OVERVIEW This indicator was intended as educational purpose only based on Harmonic Pattern Table (Source Code) and Ratio For Harmonic Points to show Harmonic Pattern Possibility. █ INSPIRATION This indicator was build upon realizing there are some overlap for B = XA among Alternate Bat, Bat, Crab and Gartley. Hence, the values split up to showcase the...
Library "ColorArray" Simple color array gradient tool. makeGradient(size, _col1, _col2, _col3, _col4, _col5) Color Gradient Array from 5 colors. Parameters: size : : default 10 _col1 : : default #ff0000 _col2 : : default #ffff00 _col3 : : default #00ff00 _col4 : : default #00ffff _col5 : : default #0000ff Returns: array of...
█ OVERVIEW This indicator is to show constant in table using built-in math name space, coded in latest Pine Script version 5. █ CREDITS Credits to PineCoders. █ FEATURES - Display table by changing table position, font size and color.
█ OVERVIEW This indicator was intended as educational purpose only based on Harmonic Pattern Table (Source Code) to show indication of ratio for each Harmonic points from Point B until Stop Loss. █ CREDITS Credit to Scott M Carney, Harmonic Trading Volume 3: Reaction vs. Reversal. █ USAGE EXAMPLE
This is an INDEX page where educational links/scripts are sorted in the script itself (see below) For example: - where is the link of the 'var' article/idea? -> search in the script comments below for Keywords -> var -> look for the date -> now you will find the link at the date of update
A fun way to express Selamat Aidil Fitri to all muslims. Selamat Hari Raya Aidil Fitri Maaf Zahir Dan Batin.
Hello All, There are built-in and published Pivot Point High Low indicators in Public Library but as far as I see none of them is for Higher Time frames. so I decided to write & publish this script. I hope it would be useful while trading or developing your own scripts. I also did this to use in one of my future projects (we will see it in a few weeks/months ;)...
█ 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...
Simple Example Table for Displaying Price, RSI, Volume of multiple Tickers on selected Timeframe Displays Price, RSI and Volume of 3 Tickers and Timeframe selected by user input Conditional Table Cell coloring Price color green if > than previous candle close and red if < previous candle close RSI color green if < 30 and red if > 70 (RSI14 by default) Volume...
Library "_3d" A library containing helper functions for 3d Array. _presetInfo(int) Get preset _info key. Parameters: int : idx Returns: _info key. _presetInfo(string) Get preset index number of an _info key. Parameters: string : key Returns: Index value. _presetSortBy(int) Get preset _sort_by key. Parameters: int :...