IVariableMetaDataProvider Last update: 18.06.2026 interface IVariableMetaDataProvider Base interface for ITradeStudy3 job info and results Author Dave Functions Name Summary getAllVariableMetaData abstract fun getAllVariableMetaData(path: String): Array<DHVariable>Get the metadata of all variables within a specified path. getVariableMetaData abstract fun getVariableMetaData(fullName: String): DHVariableGet the metadata of a variable.