andre_007

MathOperator

andre_007 업데이트됨   
Library "MathOperator"
Methods to handle operators.

method add(value_a, value_b)
  Add value a to b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: float.

method subtract(value_a, value_b)
  subtract value b from a.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: float.

method multiply(value_a, value_b)
  multiply value a with b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: float.

method divide(value_a, value_b)
  divide value a with b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: float.

method remainder(value_a, value_b)
  remainder of a with b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: float.

method equal(value_a, value_b)
  equality of value a with b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method not_equal(value_a, value_b)
  inequality of value a with b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method over(value_a, value_b)
  value a is over b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method under(value_a, value_b)
  value a is under b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method over_equal(value_a, value_b)
  value a is over equal b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method under_equal(value_a, value_b)
  value a is under equal b.
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    value_b (float): float, value b.
  Returns: bool.

method and_(value_a, value_b)
  logical and of a with b
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.

method or_(value_a, value_b)
  logical or of a with b.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.

method not_(value_a)
  logical not of a.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
  Returns: bool.

method xor_(value_a, value_b)
  logical xor of a with b.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.

method xnor_(value_a, value_b)
  logical xnor of a with b.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.

method nand_(value_a, value_b)
  logical nand of a with b.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.

method nor_(value_a, value_b)
  logical nor of a with b.
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    value_b (bool): bool, value b.
  Returns: bool.
릴리즈 노트:
v2

Added:
method comparison_proposition(value_a, operator, value_b)
  Comparison Proposition
  Namespace types: series float, simple float, input float, const float
  Parameters:
    value_a (float): float, value a.
    operator (string): string, operator.
    value_b (float): float, value b.
  Returns: bool.

method logical_proposition(value_a, operator, value_b)
  Logical Proposition
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    value_a (bool): bool, value a.
    operator (string): string, operator.
    value_b (bool): bool, value b.
  Returns: bool.

To contribute to my work, I accept cryptocurrency and Paypal.
⚡Bitcoin Lightning Network: forwardocean64@walletofsatoshi.com
🟠Bitcoin: bc1qv0j28wjsg6l8fdkphkmgfz4f55xpph893q0pdh
🔵Paypal: www.paypal.com/donate/?hosted_button_id=96MNFFT9YR35S
파인 라이브러리

트레이딩뷰 정신에 따라 오써는 이 파인 코드를 오픈 소스 라이브러리로 퍼블리쉬하여 당사 커뮤니티의 다른 파인 프로그래머들이 쓸 수 있도록 하였습니다. 오써에게 찬사를! 여러분은 이 라이브러리를 프라이빗 또는 오픈 소스 퍼블리케이션에 쓸 수 있지만 퍼블리케이션에 재사용은 하우스룰을 따릅니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

이 라이브러리를 쓰시겠습니까?

텍스트를 클립보드에 카피한 뒤 님의 스크립트에 붙여 넣기.