以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://www.weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://www.weistock.com/bbs/list.asp?boardid=4) ---- 请翻译成金字塔代码 (http://www.weistock.com/bbs/dispbbs.asp?boardid=4&id=30238) |
-- 作者:amao2003 -- 发布时间:2012/10/31 10:31:06 -- 请翻译成金字塔代码
就3句,好像是不错的交易系统:不懂trade station,客服能给解释一下或翻译成金字塔代码吗? inputs: Length( 60 ) ; Buy ( "PChLE" ) next bar at HighestFC( High, Length ) + 3 point stop ; Sell Short ( "PChSE" ) next bar at LowestFC( Low, Length ) - 3 point stop ; |
-- 作者:jinzhe -- 发布时间:2012/10/31 10:38:45 -- 能否解释下这3句话的含义? |