Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if 条件a then n:=a;
if 条件b then n:=b;
然后策略用n来计算
公式的使用参数是n,
经过这样的处理之后就,n就变成在条件1的时候变为1,在条件2的时候变为2
variable:n1=drawnull,n2=drawnull;
if 条件1 then begin
n1:=0.2;
n2:=0.5;
end
if 条件2 then begin
n1:=2;
n2:=5;