1 runmode:1; 2 3 upcond:=high>ref(high,1) and ref(high,1)>ref(high,2) and high>refx(high,1) and refx(high,1)>refx(high,2); 4 downcond:=low<ref(low,1) and ref(low,1)<ref(low,2) and low<refx(low,1) and refx(low,1)<refx(low,2); 5 6 drawicon(upcond,high,1); 7 drawicon(downcond,low,2); 8这个是序列模式,而且用了未来函数,请问有没有不用未来函数的
这段代码如果运行在逐K线模式下有影响吗,源代码是用在序列模式的