Skip to content

Price Scale Api

Kai Mun Lee edited this page Nov 20, 2018 · 1 revision

Price Scale API

getMode()

Returns current mode of the price scale.

setMode(newMode)

  1. newMode - new mode for the price scale

Changes current mode of the price scale.

Primitive Types

PriceScaleMode

Available modes price scale can operate in:

  • 0 - normal mode of the price scale
  • 1 - logarithmic mode of the price scale
  • 2 - percentage mode of the price scale
  • 3 - indexed to 100 mode of the price scale
Clone this wiki locally