변수 A~Z A~Z 리스트

기본제공 전역변수

기본제공 리스트 인덱스로 불러오기 기본제공 슬라이싱(특정 구간)

주기 데이터중 {idx}번째 {고가}

빈 리스트 블록 리스트 블록에 넣기

'func[' + idx + '][high]' high -> 정수 반환

date_data[idx][1] term_data[idx][1]

for{ exac() }

temp(idx, high)

get_recent_day_indicators(50, high, max) get_recent_term_indicators(50, high, max)

get_recent_indicators([], func(), func()) get_recent_indicators( date, scope , high, max)

high, max 작은 블록 toolbox에서 비활성화

get_recent_indicators(term[0:scope], high, max)

date[0:scope] term[0:scope]

{ high -> b return func[idx][b] }

a 모든 데이터 1~100 주기 데이터중 {idx}번째 {고가} 주기 데이터중 {idx+1}번째 {고가} % 새로운 리스트 b

'func[' + idx + '][high]'