Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
浮赢20点,如果价格回撤到开仓价,进行保本出场,怎么搞定?
variable:n=0
if 下单条件 and holding=0 then begin
开多语句;
n:=h;
end
if h>n then n:=h;
if h-c>20*mindiff and c<=enterprice then 平多语句;
是的
不等k线走完,触价就发出指令。
迷糊了,那里学到全局变量的用法