设为首页收藏本站

 找回密码
 注册
查看: 1669|回复: 2
打印 上一主题 下一主题

版主指点 [复制链接]

Rank: 4

精华
0
UID
3777
积分
477
帖子
25
主题
16
阅读权限
50
注册时间
2009-3-10
最后登录
2014-12-20
跳转到指定楼层
1#
发表于 2012-1-17 11:07:40 |只看该作者 |倒序浏览
我想把  A_CurrentEquity实时记录下来,做成指标曲线,好像有问题,不能显示指标,版主指点一下,龙年吉祥,谢谢。我的邮箱hxq@zhoushan.gov.cn
Vars
StringSeries  MyCurrentEquity("CurrentEquity");
NumericSeries ValueMyStr;
Begin
SetTBProfileString(DateTimeToString(Date+time)+"CurrentEquity",DateTimeToString(Date+time)+"CurrentEquity",Text(A_CurrentEquity()));
MyCurrentEquity = GetTBProfileString(DateTimeToString(Date+time)+"CurrentEquity",DateTimeToString(Date+time)+"CurrentEquity");
ValueMyStr= Value( MyCurrentEquity );
  PlotNumeric("CurrentEquity",ValueMyStr,0,green);
END

Rank: 10Rank: 10Rank: 10

精华
2
UID
4130
积分
20901
帖子
6519
主题
17
阅读权限
200
注册时间
2009-4-15
最后登录
2019-4-12
2#
发表于 2012-1-17 13:48:30 |只看该作者
回复 1# hxq316000


A_CurrentEquity这种A函数无法做成指标输出。

使用道具 举报

Rank: 4

精华
0
UID
3777
积分
477
帖子
25
主题
16
阅读权限
50
注册时间
2009-3-10
最后登录
2014-12-20
3#
发表于 2012-1-17 15:10:02 |只看该作者
噢,多谢您的回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

bottom

静态版|手机版|联系我们|交易开拓者 ( 粤ICP备07044698   

GMT+8, 2024-5-17 12:27

Powered by Discuz! X2 LicensedChrome插件扩展

© 2011-2012 交易开拓者 Inc.

回顶部