龙听期货论坛's Archiver
C
+
+
版
量
化
微信:
QQ:
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【EaseOfMovement】
龙听
发表于 2022-11-1 13:30
【EaseOfMovement】
[code]if BarType >= 2 and BarType < 5 then
EaseOfMovement = 100 * MFI( Volume ) * ( ( H + L ) - ( H + L )[1] ) * .5
else
EaseOfMovement = 100 * MFI( Ticks ) * ( ( H + L ) - ( H + L )[1] ) * .5 ;
[/code]
页:
[1]