請問各別取9日內最高和最低價的語法要怎打?
1 評論
input:bpl(9);
variable:hbp(0),lbp(0);
hbp=highest(high,bpl);
lbp=lowest(low,blp);
1 評論