Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
me = Month(); me1 = Ref(me, -1); MFC = me != me1; BSMFC = BarsSince(MFC)+1;
有人可以帮我理解这段代码吗?
newmonth=month()!=ref(month(),-1);
基本上是 MFC (==newmonth) 检查月份的变化吗?