金字塔决策交易系统

 找回密码
 

微信登录

微信扫一扫,快速登录

搜索
查看: 3327|回复: 3

请教老师,这个是什么原因?

[复制链接]

12

主题

55

帖子

55

积分

等级: 免费版

注册:
2021-7-13
曾用名:
发表于 2021-12-24 11:27 | 显示全部楼层 |阅读模式
本帖最后由 技术006 于 2021-12-24 13:10 编辑

请教老师,这个是什么原因?
截图202112241127381984.png
回复

使用道具 举报

37

主题

9879

帖子

5万

积分

Rank: 8Rank: 8

等级: 超级版主

注册:
2021-5-18
曾用名:
wenarm
发表于 2021-12-24 13:10 | 显示全部楼层
因为你相关的设置中,参数不再这个范围内。如:固定时间间隔时间等。具体要看你在哪个界面弹的了。
金字塔提供一对一VIP专业技术指导服务,技术团队实时响应您的日常使用问题与策略编写。联系电话:021-20339086
回复

使用道具 举报

12

主题

55

帖子

55

积分

等级: 免费版

注册:
2021-7-13
曾用名:
 楼主| 发表于 2021-12-27 09:07 | 显示全部楼层
ma13:ma(c,13);
ma21:ma(c,21);
ma34:ma(c,34);

variable:zsp1:=0,zsp2:=0;

if c<zsp1 and holding>0 then
begin
多止损:sell(1,holding,market);
zsp1:=0;   
end

if c>zsp2 and holding<0 then
begin
空止损:sell(1,holding,market);
zsp2:=0;   
end



if cross(ma13,ma34) and ma13>ma21 and holding=0 then
begin
buy(1,10,market);
zsp1:=l;
end


if cross(ma34,ma13) and ma13<ma21 and holding=0 then
begin
buyshort(1,10,market);
zsp2:=h;
end

if cross(ma13,c) and holding>0 then
begin
sell(1,holding,market);
zsp1:=0;   
end

if cross(c,ma13) and holding<0 then
begin
sellshort(1,holding,market);
zsp2:=0;   
end
   这个程序的五分钟界面就出现上面这个错误,请问老师需要怎么修改?
回复

使用道具 举报

37

主题

9879

帖子

5万

积分

Rank: 8Rank: 8

等级: 超级版主

注册:
2021-5-18
曾用名:
wenarm
发表于 2021-12-27 09:09 | 显示全部楼层
和归本公司没有关系。就是你操作的界面。可能是程序化设置启动设置界面造成的。自己检查设置
金字塔提供一对一VIP专业技术指导服务,技术团队实时响应您的日常使用问题与策略编写。联系电话:021-20339086
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 微信登录

本版积分规则

手机版|小黑屋|上海金之塔信息技术有限公司 ( 沪ICP备13035422号 )

GMT+8, 2025-5-15 22:38 , Processed in 0.126584 second(s), 24 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表