
|
|
Metastock Indicator Formula
Value1:=Input("Position Size $", 1000,1000000,10000);
Value2:=Input("A.T.R. (# Periods)",1,200,1);
Value3:=Input("Moving Average # Periods",1,1000,200);
((Value1/CLOSE)*Mov(ATR(Value2),Value3,S))/100
I take a quote from Chris Tates book to explain the use of the bang for buck, as it is not really an
indicator as such. The quote is apparently from Nick Radge who introduced the concept.
"This is not a trading system or stock-picking method. It's a selection filter to use
when faced with multiple buy signals and not enough capital to fund them all." (Tate,C. 2001,The Art
of Trading: a complete guide to trading the Australian markets, Wrightbooks, Milton)