Available translations

Hull Suite

foundations.png
Summary: The Hull suite uses two Hull Moving Averages to display the trend direction.
Hull Suite on the Charts
The Hull Suite, originally by InSilico on TradingView, basically plots the Hull Moving Average against its own value from 2 periods ago. This has the effect of highlighting the current trend direction when viewed on the chart.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Hull-Suite hullSuite value, hull2
The indicator's parameters can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Initialization under "Hull Suite" Procedure Loop.
Example:
This indicator can be used to enter a trade when the price action rises above the Hull Suite value:
 chart.at02hs.candle.close > chart.at02hs.hullSuite.value && chart.at02hs.hullSuite.value > chart.at02hs.hullSuite.hull2
Maintainer:
Next
Pinbar Rejection