Market Analyzer Column

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference >

Market Analyzer Column

Previous page Return to chapter overview Next page

Custom Market Analyzer columns can be used to further enhance your Market Analyzer experience by providing custom columns displaying values of your choosing. The methods and properties covered in this section are unique to custom Market Analyzer Column development.

 

In this section

CurrentText

Sets text to be displayed in the Market Analyzer column.

CurrentValue

The value to be displayed in the Market Analyzer Column.

DataType

Determines the data type displayed in a Market Analyzer Column.

FormatDecimals

Rounds the value contained in CurrentValue to a specified number of decimal places before displaying it in the Market Analyzer column.

IsEditable

Determines if a Market Analyzer Column is editable.

PriorValue

Contains the last value of CurrentValue. PriorValue is assigned the value of CurrentValue immediately before CurrentValue is updated.