请教一下OnBarOpen,OnBar,OnBarClose运动机制

我在每一个事件内都添加了fileappend函数写入文件,

我在日K线上加载,开始的时候都正常一天执行一次OnBarOpen,OnBar,OnBarClose

为什么后面就会一多执行N多次OnBarOpen,OnBar,OnBarClose呢??

 

onbar,onbarOpen,onbarClose的运行机制
请教事件域onbaropen运行机制
onbarclose和onbaropen功能bug反馈
多图层下onbaropen域执行机制疑问
序列函数Nthcon的使用在OnbarOpen and Onbar问题
onbaropen和onbarclose为什么不执行呢?
历史回测 onBar 触发机制
Onbar 和 OnbarClose中的变量是共享的吗
OnBar与OnBarOpen两个事件的执行顺序是什么?
请教版主个基本机制问题

感谢在线客服,问题找到,系统自动加载了industryadaptor公式造成,把industryadaptor去了就正常了!!

昨晚客服已解决

因为和一个系统公式略有冲突

要注意有额外订阅的情况

我的代码是这样的

不应该一直都是一天执行一次吗?因为我加载在日K上的呀!!