Triangular Moving Average (TRIMA) is a moving average based indicator that is essentially a double smoothed Simple Moving Average that smooths out the data so clear trade signals are present during periods of volatility.
Recent
Legacy
Interface
Supported license & Trade types
Supported License
Supported Trade Types
​
Spot trading
Simple license
Margin trading
Advanced license
Leverage trading
Formula
The Triangular Moving Average (TRIMA) is an average of an average, of the last N prices (P).
First, calculate the Simple Moving Average (SMA):
1
SMA = (P1 + P2 + P3 + P4 + ... + PN) / N
Copied!
Then, take the average of all the SMA values to get TRIMA values.