高等数学三角函数图像:<最佳买入点>指标源码,主图

来源:百度文库 编辑:中财网 时间:2024/05/12 15:19:17
主图完整公式代码,摘自人生随笔,http://www.docin.com/jiareil以下源码在大智慧新一代软件中测试未通过,LINE2:未定义的变量! drawtext(close>open and count(close-open>0,6)<4 and (hhv(high,5)-llv(low,5))/hhv(high,5)>0.05 and ref(high,1)ref(high,1)*(1+0.1*1/8),low,'大关键点:买'),colorred;
verline(close>open and count(close-open>0,6)<4 and (hhv(high,5)-llv(low,5))/hhv(high,5)>0.05 and ref(high,1)ref(high,1)*(1+0.1*1/8),1),coloryellow;