Cáctalib.CDLLADDERBOTTOM()
chức năng được sử dụng để tính toánBottom of the ladder (K-line chart: Bottom of the ladder) Bottom of the ladder (Bottom of the ladder) Bottom of the ladder (Bottom of the ladder) Bottom of the ladder (Bottom of the ladder) Bottom of the ladder Bottom of the ladder Bottom of the ladder Bottom of the ladder Bottom of the ladder.
Giá trị trả lại củatalib.CDLLADDERBOTTOM()
chức năng là: một mảng một chiều.
mảng
talib.CDLLADDERBOTTOM ((inPriceOHLC)
CácinPriceOHLC
tham số được sử dụng để xác định dữ liệu đường K.
inPriceOHLC
đúng
{@struct/Record Record} cấu trúc mảng
function main() {
var records = exchange.GetRecords()
var ret = talib.CDLLADDERBOTTOM(records)
Log(ret)
}
import talib
def main():
records = exchange.GetRecords()
ret = talib.CDLLADDERBOTTOM(records.Open, records.High, records.Low, records.Close)
Log(ret)
void main() {
auto records = exchange.GetRecords();
auto ret = talib.CDLLADDERBOTTOM(records);
Log(ret);
}
CácCDLLADDERBOTTOM()
chức năng được mô tả trong tài liệu thư viện talib như sau:CDLLADDERBOTTOM(Records[Open,High,Low,Close]) = Array(outInteger)