TradingView
a_dema
2021年3月26日晚上11點30分

Plot Level on Threshold Exceed 

E-mini S&P 500 FuturesCME

描述

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

發布通知

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

發布通知

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

發布通知

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

發布通知

Updated with additional capabilities for plotarrow and plotchar

發布通知

Updated for cross-based comparators

發布通知

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