PDA

View Full Version : RFE: Derived metric column


henry.omd
12-22-2007, 07:01 PM
Suppose I create columns A and B in MA. What I would like is a way to define a column C with the following formula

C = (A * (A+B) <= 0) ? 0 : A+B;

Obviously, I can create another indicator to do this, but it would be more convenient for me if I can do this in the MA itself.

Just a RFE. Thanks!

-Henry

NinjaTrader_Josh
12-22-2007, 09:22 PM
Thanks for the suggestion henry.omd. We'll put it on the list.