NinjaScript > Educational Resources > Reference Samples > Indicator >

Using custom events to output the current Level II data book

Print this Topic Previous pageReturn to chapter overviewNext page

Custom events allow you the flexibility to access indicator/price information whenever you deem it necessary. You do not need to wait for the next incoming tick or next bar update before you can process some code logic.

 

Key concepts in this example

Creating a custom event from a Timer object
Printing Level II books whenever you receive a Timer event

 

Important related documentation

List
Timer
TriggerCustomEvent()
OnTermination()
MarketDataType
Operation

 

Import instructions

1.Download the file contained in this Help Guide topic to your PC desktop
2.From the Control Center window, select the menu File > Utilities > Import NinjaScript
3.Select the downloaded file and click Import.

 

SampleCustomEvents_NT7.zip