Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 482 Bytes

Price-Scale-Api.md

File metadata and controls

22 lines (13 loc) · 482 Bytes

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