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

talib.CDLUNIQUE3RIVER

Letalib.CDLUNIQUE3RIVER()fonction est utilisée pour calculer laRivière Unique 3 (graphique en ligne K: Rivière Unique 3).

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

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

talib.CDLTRISTAR talib.CDLUPSIDEGAP2CROWS