Next steps
You’ve just built a minimal, working Broker API implementation using mock data. Here's what you've done:
- Connected a broker implementation to the Widget Constructor.
- Enabled trading buttons in the UI.
- Populated the Account Manager and Order Ticket.
- Implemented basic logic for placing, modifying, and canceling mock orders.
This setup is enough to see the trading UI in action — but below is what you can explore next.
Ready to go further?
Support real-time quotes
Implement quote-related Datafeed API methods to ensure users see up-to-date pricing when placing or modifying orders and managing positions.
Extend Broker API sample
Explore a full mock implementation of the Broker API with simulated order and position handling used in our demo platform.
Check common issues
Review frequently encountered problems during Broker API implementation — like timeout or empty fields — and learn how to resolve them.
Enhance Account Manager
Add a custom page to the Account Manager to display additional trading data or insights — with support for real-time updates and dynamic content.
Support bracket orders
Learn how to implement bracket orders — protective stop-loss and take-profit orders that automatically manage user positions.
Customize Order Ticket
Learn how to tailor the Order Ticket to your needs: configure order types, add custom fields, enable preview, manage bracket controls, and more.