Trongone Moving Average (TMA)
In his article "Moving Averages: Long On Talk, Short On Action" in this issue, Anthony Trongone demonstrates the advantages of using a 34-day moving average system over the traditional moving average-based systems.
Strategy Builder enables you to create the Trongone Moving Average (TMA) system:
Entry Long
return SMA(C, 34) < O;
Exit Long
return SMA(C, 34) > = O;
|
Download to import into Tradecision. 
How to use this indicator in Tradecision:
- Click Download.
- Save this indicator in a safe location on your hard drive.
- Open Tradecision and in the Tools menu click Indicator Builder.
- In the Indicator Builder dialog, click Import, locate the saved file and then click OK.
The indicator will be added to the Custom Indicators list.
|