【TLValue】
[code]inputs:StartPriceValue( numericsimple ),
StartBar( numericsimple ),
EndPriceValue( numericsimple ),
EndBar( numericsimple ),
TgtBar( numericsimple ) ;
TLValue = StartPriceValue + ( StartBar - TgtBar ) * TLSlope( StartPriceValue, StartBar,
EndPriceValue, EndBar ) ;
[/code]
页:
[1]