Scripts which are assigned to the Quote Board context are displayed under the widget's Tools menu. For example, you could create a script which doubles up any open position on markets currently listed in the quote board.
The script receives the following information in its
| Member | Description |
| scriptContext | Set to "quoteboard" |
| listedInstruments[] | Array of all markets currently loaded into the quote board (potentially including markets filtered out, and not currently visible) |
| filteredInstruments[] | Array of all markets which meet any filtering, and are currently visible in the quote board |
| selectedInstruments[] | Array of markets which are currently selected by the user (and highlighted) in the quote board |