Les ressources ont été chargées... Je charge...

talib.CDLSTALLEDPATTERN

Letalib.CDLSTALLEDPATTERN()fonction est utilisée pour calculerModèle bloqué (graphique en ligne K: Modèle bloqué).

La valeur de rendement de latalib.CDLSTALLEDPATTERN()fonction est: un tableau unidimensionnel. séquence

Il y a un autre problème.

LeinPriceOHLCle paramètre est utilisé pour spécifier les données de la ligne K. Dans le prix OHLC vrai {@struct/Record Record} tableau de structure

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

LeCDLSTALLEDPATTERN()la fonction est décrite dans la documentation de la bibliothèque talib comme suit:CDLSTALLEDPATTERN(Records[Open,High,Low,Close]) = Array(outInteger)

talib.CDLSPINNINGTOP talib.CDLSTICKSANDWICH