TradingView
a_dema
Mar 26, 2021 11:30 PM

Plot Level on Threshold Exceed 

E-mini S&P 500 FuturesCME

Description

This script plots a line for X minutes, when the given reference source (which could be another indicator like volume, etc), exceeds the fixed value threshold.

There is a line limit in TV, so only the most recent 40 lines are plotted

Release Notes

Added numerous other threshold types (sma, ema, wma, rma, swma, percentiles)
Added custom comparator logic (<, <=, =, >, >=)
Added threshold multiplier
Added ability to plot threshold itself

Release Notes

Added in sample session filter (only include samples during desired session times)
Added in percentiles and stddev/ma thresholds
Added in efficiencies for line management
Added in plotshape functionality

Release Notes

Threshold offset field added to prevent current bar influencing the threshold itself (if desired)

Release Notes

Updated with additional capabilities for plotarrow and plotchar

Release Notes

Updated for cross-based comparators

Release Notes

Updated arrow logic to be in line with threshold break direction, or alternatively select to reverse this logic.
More