Available translations

Trend Meter

foundations.png
Summary: This indicator calculates the output of an MACD crossover, two different length RSI, and two Moving Average crosses to produce a consensus output.
Trend Meter on the Charts
The consensus output from each of the indicators produces a chart where the trader can make a decision on entering a long or short trade.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
TrendMeter TrendMeter trendBar1, trendBar2, TrendMeter1-3, trendBar3staus
The moving average lengths can be adjusted, while the RSI and MACD lengths are fixed. The adjustable options can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "Trend Meter" Procedure Loop.
Example:
A simple entry condition could be performed with the following example, when all of the meters and bars are aligned as true, and the trendBarStatus3 has a value of 1:
 chart.at01hs.TrendMeter.trendBar1 && chart.at01hs.TrendMeter.trendBar2 && chart.at01hs.TrendMeter.trendMeter1 && chart.at01hs.TrendMeter.trendMeter2 && chart.at01hs.TrendMeter.trendMeter3 && record.trendBars3status == 1
Maintainer:
Previous
Aggregated By @quantum8
Next
Donchian Trend Ribbon

Aggregated Data Mine — TOC

You just read page 2 in the topic.

1. Aggregated By @quantum8

2. Trend Meter

3. Donchian Trend Ribbon

4. PPO Aggregate