Jim Dean![]() Elite ![]() ![]() ![]() Posts: 1059 Joined: 10/11/2012 Location: L'ville, GA ![]() | Hi Steve Do it one of two ways: 1. Create a second set of the simple indic's that use [1], and add them as additional columns, such as Return atr(14)[1] … or … 2. Add a parameter to the indic's that allow you to change the lookback using the right-click edit > parameters option, ie: #indicator #param "DaysAgo", 0 Return atr(14)[DaysAgo] That's better than plotting them, since you won't have to flip from chart to chart and mess with the cursor to get the value. You can btw use SnagIt to capture the focus list including the custom column outputs as a text file - but that's another story entirely ;-) [Edited by Jim Dean on 3/13/2013 3:12 PM] |