Board logo

标题: [大智慧指标] [转载]短线快手(主图 源码) [打印本页]

作者: 龙听    时间: 2018-10-15 16:38     标题: [转载]短线快手(主图 源码)

短线快手

n=3


  1. MA1:MA(CLOSE,1),Color00FFFF,LAYER0;
  2. MA3:MA(CLOSE,n),ColorFFC286,LAYER0;
  3. 买:=CROSS(MA1,MA3);
  4. 卖:=CROSS(MA3,MA1);
  5. {DRAWTEXT(买,L*0.95,'买'),COLORRED;
  6. DRAWTEXT(卖,H*1.05,'卖'),COLORGREEN;}
  7. STICKLINE(CLOSE>=OPEN and OPEN<>0,HIGH,LOW,0.5,0),color0000A3;
  8. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,8,0),color070084;
  9. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,7,0),color0000A3;
  10. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,6,0),color0000B7;
  11. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,5,0),color0000CD;
  12. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,4,0),color0000E9;
  13. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,2,0),color0754E9;
  14. STICKLINE(CLOSE>=OPEN and OPEN<>0,CLOSE,OPEN,0.5,0),Color68B8FF;
  15. STICKLINE(CLOSE<OPEN and OPEN<>0,HIGH,LOW,0.5,0),Color008400;
  16. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,8,0),Color006400;
  17. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,7,0),Color007500;
  18. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,6,0),Color008400;
  19. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,5,0),Color009900;
  20. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,4,0),Color00AE00;
  21. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,2,0),Color00BD00;
  22. STICKLINE(CLOSE<OPEN and OPEN<>0,CLOSE,OPEN,0.5,0),Color8EFF8E;
  23. 总股本:=FINANCE2(35) ;
  24. 流通股:=FINANCE2(37);
  25. 限售A股:=FINANCE2(41);
  26. 每股收益:=FINANCE2(3);
  27. 市盈率:=DYNAINFO(39);
  28. 每股公积金:=FINANCE2(7);
  29. 所属板块:=BKNAME;
  30. DRAWTEXTABS(12,8, '所属板块: '+所属板块),Color5E5E5E;
  31. DRAWTEXTABS(12,21,'每股收益: '+NUMTOSTRN(每股收益,2)+'元 '+' 市盈率:'+NUMTOSTRN(市盈率,1)+'倍 '+' 每股公积金:'+NUMTOSTRN(每股公积金,2)+'元'),Color5E5E5E;
  32. DRAWTEXTABS(12,34,'总 股 本: '+NUMTOSTRN(总股本,2)+'  万股'),Color5E5E5E;
  33. DRAWTEXTABS(12,47,'流通 A股: '+NUMTOSTRN(流通股,2)+'  万股'),Color5E5E5E;
  34. DRAWTEXTABS(12,60, '限售 A股: '+NUMTOSTRN(限售A股,2)+'  万股'),Color5E5E5E;
复制代码


微信截图_20181015163706.png




图片附件: 微信截图_20181015163706.png (2018-10-15 16:38, 600.41 KB) / 下载次数 63
http://www.qhlt.cn/attachment.php?aid=4552&k=b48e8ad058ecee3830ed2471a94a2b63&t=1714641541&sid=oLffVX






欢迎光临 龙听期货论坛 (http://www.qhlt.cn/) Powered by Discuz! 7.2