| Name: |
Cross-Market Evaluations with Normalized Average True Range |
| Description: |
In the article “Cross-Market Evaluations with Normalized Average True Range”, John Forman described N-ATR as a tool for improving one’s trading and/or market analysis by making a historical and multiple security comparison.
With the help of Indicator Builder, you can easily code the N-ATR indicator and insert in into a chart. The following is the code of the indicator:
input
length:"Length",14;
end_input
return AvgTrueRng(length)/C*100; |
| Function Name: |
CrossMarketEvaluations () |
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.
|