Letalib.CDLSHORTLINE()
fonction est utilisée pour calculer laLumière de ligne courte (graphique de ligne K: Ligne courte).
La valeur de rendement de latalib.CDLSHORTLINE()
fonction est: un tableau unidimensionnel.
séquence
Talib.CDLSShortLine ((en PrixOHLC) est une chaîne de télévision américaine.
LeinPriceOHLC
le 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.CDLSHORTLINE(records)
Log(ret)
}
import talib
def main():
records = exchange.GetRecords()
ret = talib.CDLSHORTLINE(records.Open, records.High, records.Low, records.Close)
Log(ret)
void main() {
auto records = exchange.GetRecords();
auto ret = talib.CDLSHORTLINE(records);
Log(ret);
}
LeCDLSHORTLINE()
la fonction est décrite dans la documentation de la bibliothèque talib comme suit:CDLSHORTLINE(Records[Open,High,Low,Close]) = Array(outInteger)