Skip to main content
Esc

Type to search

Articles / broker-apis / Plugin SDK basics

Plugin SDK basics

May 11, 2026 · Source: help.ctrader.com · Topic:  broker-apis · mica-regulation · fintech

⦿ Executive Snapshot

  • What: Overview of the Plugin SDK for cTrader applications.
  • Who: Developers using cTrader SDK.
  • Why it matters: Enables seamless integration for trading functionalities and enhances user experience through reliable communication.

⦿ Key Developments

  • Installation requires the command: npm install @spotware-web-team/sdk @spotware-web-team/sdk-external-api rxjs @veksa/logger to set up the SDK and critical packages.
  • The plugin communicates with cTrader through established channels using postMessage or CustomEvent for messaging.
  • Plugins can subscribe to real-time data such as quotes and execution events, enhancing the trading experience.

⦿ Strategic Context

  • The Plugin SDK supports a growing ecosystem of trading applications that require real-time data and execution capabilities.
  • As trading technology evolves, such integrations become essential for maintaining competitive advantages in the market.

⦿ Strategic Implications

  • Immediate implications include improved user engagement and satisfaction through real-time data access and efficient trade execution.
  • Long-term implications involve the potential for expanded functionalities and integrations as the SDK evolves and adapts to new trading technologies.

⦿ Risks & Constraints

  • Potential risks include compliance issues with domain restrictions and security protocols that limit plugin capabilities.
  • Technical execution challenges may arise from ensuring reliable communication between the plugin and the host application.

⦿ Watchlist / Forward Signals

  • Upcoming milestones include enhancements to the SDK for better integration capabilities and additional functionalities.
  • Success will be indicated by increased adoption of the Plugin SDK among developers and improved user feedback on cTrader applications.
§ 08

Related Articles