value1 = getfield("外資買張","D");
value2 = getfield("投信買張","D");
condition1 = value1>v1;
condition2 = value2>v1;
condition3 = trueall(condition1,day) and trueall(condition2,day);
if volume<>0 then
value3 = value1/volume;
condition4 = (value4 = value3*100);
condition5 = trueall(condition4,day);
if condition3 and condition5 then ret=1;
請問要怎麼寫大於10%
1 評論