についてtalib.MIDPOINT()
計算するために使用されます.期間の中点 (中点).
返金値がtalib.MIDPOINT()
この関数は1次元の配列です
配列
タリブ.ミッドポイント (inReal) タリブ.ミッドポイント (inReal, optInTimePeriod)
についてinReal
パラメータはK線データを指定するために使用されます.
リアル
本当
{@struct/Record Record} 構造配列,数値配列
についてoptInTimePeriod
パラメーターは,期間を設定するために使用されます. デフォルト値は14です.
optInTimePeriod について
偽り
番号
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)