選股問題 [金字塔]
咨詢內(nèi)容:
老師好!
我想在選股中剔除數(shù)日連續(xù)漲停的股票,但現(xiàn)在滬深創(chuàng)科ST等漲幅限制不一,整了半天也不得要領(lǐng),還請老師幫助,多謝!
name:=STRLEFT(STKNAME , 1);
zf:=0.1;
if STRCMP(code,'300' ) and MARKETLABEL='SZ' then zf:=0.2;
if STRCMP(code,'688' ) and MARKETLABEL='SH' then zf:=0.2;
if STRICMP(name ,'*' ) or STRICMP(name ,'S' ) then zf:=0.3;
a:zf
定義好深圳創(chuàng)業(yè)、科創(chuàng)、st的不同漲幅技術(shù)交流:
多謝!我試試 技術(shù)交流:
code:=STRLEFT(stklabel , 3);
name:=STRLEFT(STKNAME , 1);
zf:=1.1;
if STRCMP(code,'300' ) and MARKETLABEL='SZ' then zf:=1.2;
if STRCMP(code,'688' ) and MARKETLABEL='SH' then zf:=1.2;
if STRICMP(name ,'*' ) or STRICMP(name ,'S' ) then zf:=1.05;
c=rounds(ref(c,1)*zf,2);
老師,這樣只能選出ST類的票,是寫的不對嗎?
我想在選股中剔除數(shù)日連續(xù)漲停的股票,但現(xiàn)在滬深創(chuàng)科ST等漲幅限制不一,整了半天也不得要領(lǐng),還請老師幫助,多謝!
?
?來源: www.tumamayizhan.com
金字塔資深技術(shù): code:=STRLEFT(stklabel , 3);name:=STRLEFT(STKNAME , 1);
zf:=0.1;
if STRCMP(code,'300' ) and MARKETLABEL='SZ' then zf:=0.2;
if STRCMP(code,'688' ) and MARKETLABEL='SH' then zf:=0.2;
if STRICMP(name ,'*' ) or STRICMP(name ,'S' ) then zf:=0.3;
a:zf
定義好深圳創(chuàng)業(yè)、科創(chuàng)、st的不同漲幅
資深技術(shù)02 發(fā)表于 2022-2-28 09:16
code:=STRLEFT(stklabel , 3);
name:=STRLEFT(STKNAME , 1);
zf:=0.1;
多謝!我試試
?
103820 發(fā)表于 2022-2-28 09:30
多謝!我試試
code:=STRLEFT(stklabel , 3);
name:=STRLEFT(STKNAME , 1);
zf:=1.1;
if STRCMP(code,'300' ) and MARKETLABEL='SZ' then zf:=1.2;
if STRCMP(code,'688' ) and MARKETLABEL='SH' then zf:=1.2;
if STRICMP(name ,'*' ) or STRICMP(name ,'S' ) then zf:=1.05;
c=rounds(ref(c,1)*zf,2);
老師,這樣只能選出ST類的票,是寫的不對嗎?
有思路,想編寫各種指標公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號:cxh99cxh99 進行 有償收費 編寫!
(注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容