@version 5
@version 5
// Groups
g0 = 'Options'
g1 = 'Asset Group 1'
g2 = 'Asset Group 2'
g3 = 'Asset group 3'
g4 = 'Table'
g5 = 'Other Settings'
// Tooltips
tt1 = 'Period (eg. 1 DAY) determines when the percentage change values reset and
from where they get cumulated. Timeframe determines which timeframe candles are
used in the calculation (leave this input as "Chart" unless you want to check the
structure of higher timeframe change)'
tt2 = 'Select the data that should be displayed. You can view % changes in
either price, open interest or on balance volume. You can also select which group
of 30 assets should be displayed'
tt3 = 'Select the type of the visualization (lines, circles, areas, columns) and
the coloring from 6 pre-prepared color palettes'
tt4 = 'Select the style and size of labels that display the asset name. You can
also uncheck the checkbox to hide the labels'
tt5 = 'Smooth the values with a Simple Moving Average of custom length'
tt6 = 'Highlight top and bottom X plots based on performance of percentage
change in a given period. Select the color of the plots that are shadowed'
tt7 = 'Select the mean of the asset group (average or first ticker on the list).
You can also choose to plot the mean with a custom color by checking the checkbox'
tt8 = 'Display a vertical profile of how the assets are distributed around the
mean. Profile can be moved left and right by adjusting the offset value.'
tt9 = 'Color the plots with a gradient based on max value, zero and min value.'
tt10 = 'Select the position and the size of the table'
tt11 = 'Select the size of table borders and table text'
tt12 = 'Select the length (number of historical bars) that is used for
calculating the correlation and beta'
tt13 = 'Select the length (number of historical bars), that is used for
calculating the Relative Strength Index'
tt14 = 'Select an exact point in time that is used as an anchor when Timestamp is
selected as a period.'
tt15 = 'Select the width of the plots (eg. lines)'
tt16 = 'Select the offset (number of bars to the right) for labels'
tt17 = 'Select the horizontal size of the distribution profile.'
show_tick = true
show_chg = input.bool(true, 'Percent Change ', group = g4, inline = 'ta4')
show_corr = input.bool(false, 'Correlation to Mean', group = g4, inline = 'ta4')
show_rsi = input.bool(false, 'RSI Value ', group = g4, inline = 'ta5')
show_beta = input.bool(false, 'Beta Value', group = g4, inline = 'ta5')