if close>a1 then begin
sellshort(1,0,thisclose);
buy(holding=0,1,thisclose);
end
if close<a1 then begin
sell(1,0,thisclose);
buyshort(holding=0,1,thisclose);
end
补充对应时间段的历史数据
使用 工具 数据补充功能进行补充
这个是金字塔自己的交易时间。
打开对应的合约k线图之后按F10,就是金字塔时间和北京时间的对换方式,