TradingView
jeanpaulfd
2022年3月19日下午1點58分

DateLibrary 

Bitcoin / U.S. dollarBitstamp

描述

Library "DateLibrary"
TODO: add library description here

window()

BearishPeriod()

fun()

發布通知

v2

發布通知

v3

發布通知

v4

發布通知

v5

發布通知

v6

發布通知

v7

發布通知

v8

發布通知

v9

Added:
hi(val) Calculates the all-time high of a series.
  Parameters:
    val: 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: Series to use (low is used if no argument is supplied).
  Returns: The all-time low for the series.
更多