Set Grid = Technic.GetGridByName("Main")
Set History = Grid.GetHistoryData()
Close = History.Close(History.count-1)
假設(shè)加載在日周期圖表上,是不是只能得到日周期的數(shù)據(jù)?
如果我加載在日周期圖表上后,同時想在日周期圖表上通過History.Close(History.count-1)得到1小時周期的歷史數(shù)據(jù),怎么辦?
謝謝老師
你直接看marketdata下面屬性方法就清楚了,他不只是去生成數(shù)據(jù)對象
而historydata是完完全全的數(shù)據(jù)歷史對象