🔶 OVERVIEW • This educational script will sort an array of tickers alphabetically and place these values in an table , together with the according current price value next to each ticker . 🔶 SORT ALPHABETICALLY 🔹 I. We make a User Defined Type (UDT) obj , with: · ticker - the string name of the ticker · price ...
"In a world of ever pervasive and universal deceit, telling a simple truth is considered a revolutionary act." INTRO: First, how about a little bit of philosophic poetry with another dimension applied to it? The "matrix of control" is everywhere... It is all around us, even now in the very place you reside. You can see it when you look at your digitized...
█ OVERVIEW This indicator displays zigzag based on high and low, which is using user-defined types (UDT) or objects . █ CREDITS LonesomeTheBlue █ FEATURES 1. Label can be resized. 2. Label can be display either short (Eg : HH, LL, H, L, etc) and long (Eg : Higher Low, etc) 3. Color can be customized either contrast color of chart background, trend...
█ OVERVIEW This indicator is intend to be helper to help Elliot Wave user to properly Elliot Wave tools according to correct degree such as 12345 or ABCWXY. The abbreviation changes according to timeframe. █ FEATURES 1. Abbreviation degree adaptive to timeframe. Eg : Subminutte for 1 minute chart, etc. 2. Works for custom timeframe. Eg : Subminutte for 1 to...
█ OVERVIEW This table indicator was intended as helper / reference for using XABCD Pattern drawing tool. The values shown in table was based on Harmonic Trading Volume 3: Reaction vs. Reversal written by Scott M Carney. Code upgrade from Harmonic Pattern Table (Source Code) and based on latest User-Defined Type (UDT) . As a result, code appeared more...
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 ;)...
This project is about: - VPSV - array.new_line() - array.new_box() VPSV (pine) is one of the rare features that draws lines/figures BETWEEN bars It doesn't run on Pine script, which makes it possible to do such things. I wanted to have something similar while a restriction of Pine script is the impossibility to draw between bars, the only way I could think...
The new array feature is extremely powerful, as it will allow pinescript users to do more complex things, or compute existing calculations more efficiently, it will also be possible to shine some light to some already existing functions, one of them being percentile_nearest_rank . We have been working on this new feature with our pal alexgrover, and made this...
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...
█ 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...
A fun way to express Selamat Aidil Fitri to all muslims. Selamat Hari Raya Aidil Fitri Maaf Zahir Dan Batin.
This table indicator was intended as helper / reference for using XABCD Pattern. Indikator berjadual bertujuan sebagai bantuan / rujukan untuk kegunaan XABCD Pattern. The values shown in table was based on Harmonic Trading Volume 3: Reaction vs. Reversal written by Scott M Carney. Nilai yang ditunjukkan dalam jadual adalah berdasarkan buku Harmonic Trading...
This indicator was build upon based on Gann Angle and Gann Multiplier as refered of The Tunnel Thru The Air Or Looking Back From 1940, written by WD Gann . Credits to FaizHebat for calculation. Indicator features : 1. Font size from tiny to huge. 2. Table position. 3. Color for cell table and plot can be input or reversed. 4. Plot can be show or hide and also...
Pinescript - Common Label & Line Array Functions Library by RagingRocketBull 2021 Version 1.0 This script provides a library of common array functions for arrays of label and line objects with live testing of all functions. Using this library you can easily create, update, delete, join label/line object arrays, and get/set properties of individual label/line...
█ 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...
This table indicator was intended as educational purpose only for Harmonic Trading Ratios. The ratios are used for Harmonic AB=CD and XAB=CD. Ratio calculation are shown for Retracement and Projection based Primary, Primary Derived, Secondary Derived and Secondary Derived Extreme. Primary Retracement : 0.618 Primary Projection : 1.618 Please take note that...
This script calculates the covariance and correlation coefficient between two markets using arrays. Lookback: How many bars to perform the calculation on. Source: Price source to calculate the correlation on. Reference Market: The reference market to compare to the current market. It's a simple indicator, but very useful for determining how correlated your...