龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【TLAngle】
龙听
发表于 2022-11-2 13:56
【TLAngle】
[code]inputs:
StartPriceValue( numericsimple ),
StartBar( numericsimple ),
EndPriceValue( numericsimple ),
EndBar( numericsimple ) ;
TLAngle = ArcTangent( TLSlope( StartPriceValue, StartBar, EndPriceValue, EndBar ) ) ;
[/code]
页:
[1]