c语言sscanf函数的用法是什么
303
2022-08-31
最小金额交易单元配比
配比
//变量自动设置
if (BarInterval == 1) { Fast = 5; Slow = 30; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"c9000.DCE01") ) slot = 1; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"fu000.SHFE01") ) slot = 1; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"m9000.DCE01") ) slot = 1; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"MA000.CZCE01") ) slot = 1; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"rb000.SHFE01") ) slot = 1; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"TA000.CZCE01") ) slot = 1; } if (BarInterval == 30) { Fast = 20; Slow = 200; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"c9000.DCE130") ) slot = 5; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"fu000.SHFE130") ) slot = 4; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"m9000.DCE130") ) slot = 3; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"MA000.CZCE130") ) slot = 6; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"rb000.SHFE130") ) slot = 6; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"TA000.CZCE130") ) slot = 3; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"JD000.CZCE130") ) slot = 4; }
交易资金:11.5万,最大回撤资金预备:10.5万 每年盈利:6.6万 年化57%
2020年,仅有06年和17年亏损,最大亏损年2017年,亏损金额接近2.8万。亏损率24%
部分品种,数据未满20年。
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~