Otalib.CDLGAPSIDESIDEWHITE()
função é usada para calcularLinhas brancas laterais de abertura para cima/para baixo (gráfico de linhas K: linhas brancas laterais de abertura para cima/para baixo).
O valor de retorno dotalib.CDLGAPSIDESIDEWHITE()
Função é: uma matriz unidimensional.
matriz
Talib.CDLGAPSIDESIDEWHITE ((emPriceOHLC)
OinPriceOHLC
O parâmetro é utilizado para especificar os dados da linha K.
inPriceOHLC
verdade
{@struct/Record Record} matriz de estrutura
function main() {
var records = exchange.GetRecords()
var ret = talib.CDLGAPSIDESIDEWHITE(records)
Log(ret)
}
import talib
def main():
records = exchange.GetRecords()
ret = talib.CDLGAPSIDESIDEWHITE(records.Open, records.High, records.Low, records.Close)
Log(ret)
void main() {
auto records = exchange.GetRecords();
auto ret = talib.CDLGAPSIDESIDEWHITE(records);
Log(ret);
}
OCDLGAPSIDESIDEWHITE()
A função é descrita na documentação da biblioteca talib como:CDLGAPSIDESIDEWHITE(Records[Open,High,Low,Close]) = Array(outInteger)