龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2023-10-27 12:42

【SessionLastBar】返回逻辑值,表明当前Bar是否为时段结束前的最后一根Bar。 如果当前Bar是交易时段的最后一根Bar则返回值为 True ,否则返回值为 False

SessionLastBar[table]
[tr][td][p=30, 2, left]返回逻辑值,表明当前Bar是否为时段结束前的最后一根Bar。 如果当前Bar是交易时段的最后一根Bar则返回值为 True ,否则返回值为 False 。[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]SessionLastBar[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]判断当前Bar是否为交易时段的最后一根Bar,将结果赋值给变量LastBar:[/p][p=30, 2, left]Variable:LastBar(False);
LastBar=SessionLastBar;[/p][/td][/tr]
[/table]

页: [1]