07 2019 档案
摘要:2019/7/31 1. ma30>$ma60 数量少,盈利强 ma30<$ma60 数量多,盈利差, 差异明细,可以仔细考虑。 ema10/ema20, wr89>50/wr89<50 wr89#4<<50 在加载指数日期和不加载指数日期效率均不错, 2. 其它采用sf parser分析的指标,加
阅读全文
posted @ 2019-07-31 18:37
Reboost
摘要:float calc_RSI(const int days,const float df){ float c,yc,o,rsi,rise = 0,drop = 0; for ( int i=0; i<days; ++i ){ o = get_OPEN(i); c = get_CLOSE(i); yc
阅读全文
posted @ 2019-07-24 22:16
Reboost
摘要:float calc_PSY(const int days){ int n = days; float close,yclose; int off = 0,count = 0; while ( n > 0 ){ close = get_CLOSE(off); yclose = get_CLOSE(o
阅读全文
posted @ 2019-07-24 21:54
Reboost
摘要:个股配置: rr23#10@@1;dr23>=1 / dr23@1;rr23>=1 指数配置 rr23#10@@1;dr23>=1 / dr23@0.5;rr23>=1 bottom_dis(%) bottom_tdis, top_dis, top_tdis eback vol_rank roc s
阅读全文
posted @ 2019-07-24 09:58
Reboost
摘要:CONDS:条件名称 SCNT:命中数量 SR:命中率 DR:命中日期率 W/L/P/N: 止盈数/止数/赢率>0数/赢率<0数 WR/LR/PR/NR: W/SCNT, L/SCNT, P/SCNT, N/SCNT WLR:W/L PNR:P/N DEALS:交易数量 MCR:最大回调率 MRR:
阅读全文
posted @ 2019-07-24 08:38
Reboost

浙公网安备 33010602011771号