【异动捉牛妖】:资金异动捉牛妖,副图+选股 全部送送送!
指标说明:副图指标,资金异动捉牛妖,副图+选股
https://pic-out.zhimg.com/v2-ddbb19edaa8bd206b9010fb2d938e665~resize:1440:q75.png?animatedImageAutoPlay=false&animatedImagePlayCount=1&auth_key=1768372223-0-0-e83b807c95a8785a40c8301f6ce4d3ec&bizSceneCode=article_draft&expiration=1768372223&incremental=false&mid=80df9180cb8b65d981fd54a89bf5771d&overTime=60&precoder=false&protocol=v2&retryCount=3&sampling=false&sceneCode=editor_copy_outbound&source=bfcaadb1
https://pic-out.zhimg.com/v2-3d2499f3d78832afdcd4eb35f1011f69~resize:1440:q75.png?animatedImageAutoPlay=false&animatedImagePlayCount=1&auth_key=1768372223-0-0-d9a90e619460890b330d3a7d27306f03&bizSceneCode=article_draft&expiration=1768372223&incremental=false&mid=80df9180cb8b65d981fd54a89bf5771d&overTime=60&precoder=false&protocol=v2&retryCount=3&sampling=false&sceneCode=editor_copy_outbound&source=bfcaadb1
https://pic-out.zhimg.com/v2-71563c71520ee9d812a7bb2072ac2d5e~resize:1440:q75.png?animatedImageAutoPlay=false&animatedImagePlayCount=1&auth_key=1768372223-0-0-8f6239f43ad228a5ce4184fe7e33d855&bizSceneCode=article_draft&expiration=1768372223&incremental=false&mid=80df9180cb8b65d981fd54a89bf5771d&overTime=60&precoder=false&protocol=v2&retryCount=3&sampling=false&sceneCode=editor_copy_outbound&source=bfcaadb1
https://pic-out.zhimg.com/v2-645214b879e064dabc4d7c186e4ac8eb~resize:1440:q75.png?animatedImageAutoPlay=false&animatedImagePlayCount=1&auth_key=1768372223-0-0-e3a9e9f58c118d024b73e79cc09b7a7e&bizSceneCode=article_draft&expiration=1768372223&incremental=false&mid=80df9180cb8b65d981fd54a89bf5771d&overTime=60&precoder=false&protocol=v2&retryCount=3&sampling=false&sceneCode=editor_copy_outbound&source=bfcaadb1
指标源码:
资金异动捉牛妖附图量化指标源码:
异动:=VOL/REF(MA(VOL,5),1);
主力:=HHV(REF(异动,1),10)<=异动;
DIF:=EMA(CLOSE,12)-EMA(CLOSE,26);
DEA:=EMA(DIF,9);
MACD:=(DIF-DEA)*2;
多头:=MACD>0;
MM1:=1,COLOR333333;
ININF:=主力;
MA5:=MA(C,3);
MA10:=MA(C,5);
MA20:=MA(C,10);
AA:=C>MA(C,60);
DDT:=MA5>MA10 AND MA10>MA20;
CC:=STICKLINE(ININF AND C>O AND O/REF(C,1)<=1.05 AND 多头 AND AA,0,1,2,0),COLORYELLOW;
内:=BARSLASTCOUNT(CC)=1;
STICKLINE(内,0,1,2,1),COLORYELLOW;
STICKLINE(内,0,1,0.6,0),COLORRED;
DRAWTEXT(内,0.8,' ★异动'),COLORRED;
DRAWICON(内,1,9);
https://pic-out.zhimg.com/v2-7ddae106174f4d2f88912a5812040ae7~resize:1440:q75.png?animatedImageAutoPlay=false&animatedImagePlayCount=1&auth_key=1768372223-0-0-123699488d35e99d1b12a39dcb1c1188&bizSceneCode=article_draft&expiration=1768372223&incremental=false&mid=80df9180cb8b65d981fd54a89bf5771d&overTime=60&precoder=false&protocol=v2&retryCount=3&sampling=false&sceneCode=editor_copy_outbound&source=bfcaadb1
选股指标源码:
异动:=VOL/REF(MA(VOL,5),1);
主力:=HHV(REF(异动,1),10)<=异动;
DIF:=EMA(CLOSE,12)-EMA(CLOSE,26);
DEA:=EMA(DIF,9);
MACD:=(DIF-DEA)*2;
多头:=MACD>0;
ININF:=主力;
MA5:=MA(C,3);
MA10:=MA(C,5);
MA20:=MA(C,10);
AA:=C>MA(C,60);
DDT:=MA5>MA10 AND MA10>MA20;
CC:=STICKLINE(ININF AND C>O AND O/REF(C,1)<=1.05 AND 多头 AND AA,0,1,2,0),COLORYELLOW;
内:BARSLASTCOUNT(CC)=1;
页:
[1]