PINE LIBRARY

SizeAndPlace

Actualizado
Library "SizeAndPlace"
size and location shortcuts

posYtoInt(string) posYtoInt as titled..
  Parameters:
    string: _inp

posXtoInt(string) posXtoInt as titled..
  Parameters:
    string: _inp

sizeToInt(string) sizeToInt as titled..
  Parameters:
    string: size

sizeToString(int) sizeToString as titled..
  Parameters:
    int: size

sizeStringToSize(string) sizeStringToSize as titled..
  Parameters:
    string: size

locationIntToStr(int) locationIntToStr as titled..
  Parameters:
    int: inp

locStringToLoc(string) locStringToLoc as titled..
  Parameters:
    string: location

posIntToString(int, int) posIntToString as titled..
  Parameters:
    int: _x
    int: _y
Notas de prensa
v2

Breaking...
cleanup.

Added:
table_posittion(_inp)
  table posittion from integer
  Parameters:
    _inp: 1-9

size(txtSize)
  Size by Short String for input to string
  Parameters:
    txtSize

location(_inp)
  location from number
  Parameters:
    _inp: Sttring name

Removed:
posYtoInt(_inp)
  posYtoInt as titled..

posXtoInt(_inp)
  posXtoInt as titled..

sizeToInt(size)
  sizeToInt as titled..

sizeToString(size)
  sizeToString as titled..

sizeStringToSize(txtSize)
  sizeStringToSize as titled..

locationIntToStr(inp)
  locationIntToStr as titled..

locStringToLoc(location)
  locStringToLoc as titled..

posIntToString(_x, _y)
  posIntToString as titled..
formatting

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.

Exención de responsabilidad