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

talib.CDLSHOOTINGSTAR

Letalib.CDLSHOOTINGSTAR()fonction est utilisée pour calculer laÉtoile filante (graphique en K: Étoile filante).

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

Talib.CDLShootingSTAR (en anglais)

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

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

talib.CDLSEPARATINGLINES talib.CDLSHORTLINE