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