【TLSlopeEasy】
[code]inputs: PriceValue( numericseries ), StartBar( numericsimple ), EndBar( numericsimple ) ;variables: var0( 0 ) ;
var0 = StartBar - EndBar ;
if var0 <> 0 then
TLSlopeEasy = ( PriceValue[EndBar]- PriceValue[StartBar] ) / var0
else
TLSlopeEasy = 0 ;
[/code]
页:
[1]