|
Posted 3/29/2007 11:58:51
|
|
|
|
I want to create a ATR type of indicator.
It will have no other indicators as Inputs, but needs to look back a few bars.
What is the best base class to derive from?
www.finantic.de
Our Trading System at C2: Topaz
|
|
Posted 3/29/2007 12:21:33
|
|
|
|
| IndicatorBase should be fine (easiest one to implement). You have access to the calculated values. DrKoch (3/29/2007) I want to create a ATR type of indicator.
It will have no other indicators as Inputs, but needs to look back a few bars.
What is the best base class to derive from?
|
|
|
|