Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:文化改成金字塔

1楼
qq代人发帖 发表于:2020/5/22 8:53:53
请教:C>HV(C,N),BPK;
C<LV(C,N),SPK;
AUTOFILTER;
2楼
FireScript 发表于:2020/5/22 10:30:27
 if C>ref(hHV(C,N),1) then
begin
sellshort(holding<0,1,market);
buy(holding=0,1,market);    
end

if C<ref(LlV(C,N),1) then
begin
sell(holding>0,1,market);
buyshort(holding=0,1,market);    
end

共2 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.02612 s, 3 queries.