Api Interface
The `Api` interface allows communication back to Bookmap. It is provided in the `initialize()` method and should be stored for later use.
The `Api` interface allows communication back to Bookmap. It is provided in the `initialize()` method and should be stored for later use.
This guide covers implementing the `OnlineCalculatable` interface for indicators that support both historical scrollback and real-time updates.
A complete trading strategy demonstrating custom settings panels, indicator registration, bar data processing, and order placement.
This guide covers price conversion in Bookmap add-ons, explaining the relationship between Level 1 (raw) prices and human-readable prices, and how to use the `pips` value correctly.