2011年9月5日 星期一

Tick Speed


input:
cap(15),
cap.color(darkgray);

if BarType = 0 then
begin 
	if date = date[1] then 
	begin
		value1 = (TimeToMinutes(time_s)-TimeToMinutes(time_s[1]));
		if value1 <= cap then 
		plot1(value1, "tick time")
		else
		plot1(cap,"Cap", cap.color);
	end;
end; 

沒有留言:

張貼留言