这句代码你想得出什么值?
试试 下面代码行不行
zg:=CALLSTOCK(STKLABEL ,vthigh ,6 , 0);
zd:=CALLSTOCK(STKLABEL ,vtlow ,6 , 0);
cc:CALLSTOCK(STKLABEL ,vtclose ,6 , 0);
zf:(zg-zd)/cc;
不用客气 感谢对金字塔的支持
請教
zg:=CALLSTOCK(STKLABEL ,vthigh ,6 , 0);
zd:=CALLSTOCK(STKLABEL ,vtlow ,6 , 0);
cc:CALLSTOCK(STKLABEL ,vtclose ,6 , 0);
zf:(zg-zd)/cc;
已經用在1分鐘圖上,收到數據,但是交易信號沒有了
zg:=CALLSTOCK(STKLABEL ,vthigh ,6 , 0);
zd:=CALLSTOCK(STKLABEL ,vtlow ,6 , 0);
cc:CALLSTOCK(STKLABEL ,vtclose ,6 , 0);
zf:(zg-zd)/cc;
加在我的程序里面,一個信號都沒有了