..talib.MIDPOINT()
फलन का उपयोग गणना के लिए किया जाता हैअवधि में मध्य बिंदु (मध्य बिंदु).
रिटर्न मूल्यtalib.MIDPOINT()
समारोह एक एक आयामी सरणी है।
सरणी
तालिब.मिडपॉइंट ((इनरियल) talib.MIDPOINT ((inReal, optInTimePeriod)
..inReal
पैरामीटर का उपयोग के-लाइन डेटा को निर्दिष्ट करने के लिए किया जाता है।
वास्तविक
सच
{@struct/Record Record} संरचना सरणी, संख्यात्मक सरणी
दoptInTimePeriod
पैरामीटर अवधि सेट करने के लिए प्रयोग किया जाता है, डिफ़ॉल्ट मान 14 है।
optInTimeपीरियड
झूठी
संख्या
function main() {
var records = exchange.GetRecords()
var ret = talib.MIDPOINT(records)
Log(ret)
}
import talib
def main():
records = exchange.GetRecords()
ret = talib.MIDPOINT(records.Close)
Log(ret)
void main() {
auto records = exchange.GetRecords();
auto ret = talib.MIDPOINT(records);
Log(ret);
}
..MIDPOINT()
कार्य तालिब पुस्तकालय प्रलेखन में वर्णित हैःMIDPOINT(Records[Close],Time Period = 14) = Array(outReal)