Cáctalib.WILLR()
hàm được sử dụng để tính toánWilliams
Giá trị trả lại củatalib.WILLR()
chức năng là: một mảng một chiều.
mảng
talib.WILLR ((inPriceHLC) talib.WILLR ((inPriceHLC, optInTimePeriod)
CácinPriceHLC
tham số được sử dụng để xác định dữ liệu đường K.
inPriceHLC
đúng
{@struct/Record Record} cấu trúc mảng
CácoptInTimePeriod
tham số được sử dụng để thiết lập khoảng thời gian, giá trị mặc định là 14.
optInTimePeriod
sai
số
function main() {
var records = exchange.GetRecords()
var ret = talib.WILLR(records)
Log(ret)
}
import talib
def main():
records = exchange.GetRecords()
ret = talib.WILLR(records.High, records.Low, records.Close)
Log(ret)
void main() {
auto records = exchange.GetRecords();
auto ret = talib.WILLR(records);
Log(ret);
}```
The ```WILLR()``` function is described in the talib library documentation as: ```WILLR(Records[High,Low,Close],Time Period = 14) = Array(outReal)```
talib.ULTOSC
talib.AVGPRICE