Using custom events to output the current Level II data book
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
Import instructions
- Download the file contained in this Help Guide topic to your PC desktop
- From the Control Center window, select the menu Tools > Import > NinjaScript
- Select the downloaded file

