曾經看到單種,特大單(499) 請問在警示怎麼寫? 指定頻率設多少 謝謝
1 評論
(1)if GetField("成交量","Tick")=499 then ret=1;
若指定外盤499,則if GetField("內外盤","Tick")=1 and GetField("成交量","Tick")=499 then ret=1;
(2)頻率不限定。
1 評論