PINE LIBRARY

PriceTimeInteractive

Actualizado
█ OVERVIEW
This library was intended to Get price of given time.input

█ CREDITS
Credits to TradingView for CAGR Custom Range.

█ FUNCTIONS

ohlc_time()
  : Get OHLC price of given time.input
  Parameters:
    : : Time (t) must be using time.input
  Returns: : OHLC

hlc_time()
  : Get HLC price of given time.input
  Parameters:
    : : Time (t) must be using time.input
  Returns: : HLC

hl_time()
  : Get HL price of given time.input
  Parameters:
    : : Time (t) must be using time.input
  Returns: : HL
Notas de prensa
v2

Added:
o_time()
  : Get Open price of given time
  Parameters:
    : : Time (t)
  Returns: : Open

h_time()
  : Get High price of given time
  Parameters:
    : : Time (t)
  Returns: : High

l_time()
  : Get Low price of given time
  Parameters:
    : : Time (t)
  Returns: : Low

c_time()
  : Get Close price of given time
  Parameters:
    : : Time (t)
  Returns: : Close

price_time()
  : Get any OHLC price of given time
  Parameters:
    : : Time (t)
  Returns: : OHLC
inputinputsohlcpriceTIMEtimesessions

Biblioteca Pine

Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.


También en:

Exención de responsabilidad