input:percent(1.5); setinputname(1,"當日上漲幅度%");
input: length(20); setinputname(1,"均量期數");
input: VolumeXtime(3); setinputname(2,"量增倍數");
用在雷達 卻顯示 怪怪的 無法跳出當日上漲幅度
input:percent(1.5); setinputname(1,"當日上漲幅度%");
input: length(20); setinputname(1,"均量期數");
input: VolumeXtime(3); setinputname(2,"量增倍數");
用在雷達 卻顯示 怪怪的 無法跳出當日上漲幅度
跪求 您好
是否能請您提供 策略雷達匯出檔案(*.DSRX)匯出時記得勾選包含警示腳本 呢?
因為單看您貼的 input 我只知道您設定了這三個參數
但無法知道問題在哪@@
input:pratio(2);//股價上漲的幅度
input:vratio(80);//預估成交量比五日均量增加的幅度
if estvolume>=volume*(1+vratio/100)//預估量大於五日均量N%
and volume>800
and close>open
then ret=1;
一值無法編輯
跪求 您好
請幫我確認一下是否有設定"estvolume" 這個的參數或變數
如果您沒有宣告的話,是無法編譯的
3 評論