Die Ressourcen sind geladen. Beförderung...

talib.CDLHOMINGPIGEON

Dietalib.CDLHOMINGPIGEON()Die Funktion wird zur Berechnung derPigeon (K-Liniendiagramm: Pigeon).

Der Rücklaufwert dertalib.CDLHOMINGPIGEON()Funktion ist: ein einmaliges Array. Reihenfolge

Talib.CDLHOMINGPIGEON ((inPriceOHLC))

DieinPriceOHLCDer Parameter wird zur Angabe der K-Liniendaten verwendet. inPriceOHLC wahr {@struct/Record Record} Struktur-Array

function main() {
    var records = exchange.GetRecords()
    var ret = talib.CDLHOMINGPIGEON(records)
    Log(ret)
}
import talib
def main():
    records = exchange.GetRecords()
    ret = talib.CDLHOMINGPIGEON(records.Open, records.High, records.Low, records.Close)
    Log(ret)
void main() {
    auto records = exchange.GetRecords();
    auto ret = talib.CDLHOMINGPIGEON(records);
    Log(ret);
}

DieCDLHOMINGPIGEON()Die Funktion wird in der Dokumentation der Talib-Bibliothek wie folgt beschrieben:CDLHOMINGPIGEON(Records[Open,High,Low,Close]) = Array(outInteger)

talib.CDLHIKKAKEMOD talib.CDLIDENTICAL3CROWS