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

talib.CDLSPINNINGTOP

Letalib.CDLSPINNINGTOP()fonction est utilisée pour calculerSpinning Top (graphique en ligne K: Spinning Top).

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

Je ne peux pas vous dire ce que je veux.

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.CDLSPINNINGTOP(records)
    Log(ret)
}
import talib
def main():
    records = exchange.GetRecords()
    ret = talib.CDLSPINNINGTOP(records.Open, records.High, records.Low, records.Close)
    Log(ret)
void main() {
    auto records = exchange.GetRecords();
    auto ret = talib.CDLSPINNINGTOP(records);
    Log(ret);
}

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

talib.CDLSHORTLINE talib.CDLSTALLEDPATTERN