Wpkenpachi

WpProbabilisticLib

Wpkenpachi Cập nhật   
Library "WpProbabilisticLib"
Library that contains functions to calculate probabilistic based on historical candle analysis

CandleType(open, close) This function check what type of candle is, based on its close and open prices
  Parameters:
    open: series float (open price)
    close: series float (close price)
  Returns: This function return the candle type (1 for Bullish, -1 Bearish, 0 as Doji candle)

CandleTypePercentDiff(open, close, qtd_candles_before, consider_dojis) This function calculates the percentage difference between Bullish and Bearish in a candlestick range back in time and which is the type with the least occurrences
  Parameters:
    open: series float (open price series)
    close: series float (close price series)
    qtd_candles_before: simple int (Number of candles before to calculate)
    consider_dojis: simple string (How to consider dojis (no consider "NO", as bearish "AS_RED", as bullish "AS_GREEN"))
  Returns: tuple(float, int) (Returns the percentage difference between Bullish and Bearish candles and which type of candle has the least occurrences)
Phát hành các Ghi chú:
v2
Just Changing the colors and the indicator direction. To avoid misunderstanding
Phát hành các Ghi chú:
v3
Overlay true removed
Thư viện Pine

Với tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này như một thư viện mã nguồn mở để các lập trình viên Pine khác từ cộng đồng của chúng tôi có thể sử dụng lại nó. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này một cách riêng tư hoặc trong các ấn phẩm mã nguồn mở khác, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy chung.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng thư viện này?

Sao chép văn bản vào khay nhớ tạm và dán nó vào tập lệnh của bạn.