PINE LIBRARY

AllTimeHighLow

Library "AllTimeHighLow"
Provides functions calculating the all-time high/low of values.

hi(val)
  Calculates the all-time high of a series.
  Parameters:
    val (float): Series to use (`high` is used if no argument is supplied).
  Returns: The all-time high for the series.

lo(val)
  Calculates the all-time low of a series.
  Parameters:
    val (float): Series to use (`low` is used if no argument is supplied).
  Returns: The all-time low for the series.
MATH

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項