【TLValueEasy】
[code]inputs:PriceValue( numericseries ),
StartBar( numericsimple ),
EndBar( numericsimple ),
TgtBar( numericsimple ) ;
TLValueEasy = PriceValue[StartBar] + ( StartBar - TgtBar ) * TLSlopeEasy( PriceValue, StartBar,
EndBar )
[/code]
页:
[1]