trade888 發表於 12-10-2 09:12
Buy ( "B" ) next bar at HighestFC( high, Length1 ) stop ;
其中 length1 看你用幾分鐘線,用多長,就該 ...
您好~
我的意思是我想要在盤中不管是在哪一根K棒出現最高貨是最低時,上面再去做一些標柱
意思是 我從今日開盤的K棒中要分別去抓取最高和最低的數值,再做加減併險是加減後的數值,不知是哪邊有問題
會出線每個低點的相關數值,能否只讓他顯是一筆最低(貨最高)的數值
Input:Length1(18),
if time>=1345 then value99=1;
if time = 1345 then value98= currentbar;
if date>date[1]and time<1345 then value99=0;
if value99=0 then begin
value1=value98-currentbar;
value2=highest(high,value1);
value3=lowest(low,value1);
value4=value3+Length1;
value16=value2-Length1;
if value3=lowest(low,value1) then value10=text_new(d,t,value4,text(value4));
|