Strategy Applications, Not Chart-Bound Robots
In MT4/MT5, an automated strategy is bound to a single chart. In Fintechee, a Strategy Application (SA) can manage multiple accounts, monitor multiple charts, and coordinate with other SAs running in parallel.
What an SA Can Do
- Manage multiple accounts from a single SA instance
- Manage multiple charts simultaneously
- Coordinate with other SAs running at the same time
- Run backtests for multiple SAs in parallel
Bringing Existing Strategies Over
Existing MQL (C++) Strategy Applications can be compiled to WebAssembly and run on the Fintechee Runtime. See WASM / MQL Migration → for details and limitations.
Built on the SA SDK →.
FAQ
What is a Strategy Application (SA) in Fintechee?
An SA is Fintechee’s equivalent of an automated trading robot, built to operate beyond a single chart — it can manage multiple accounts and charts, and coordinate with other SAs.
Can multiple Strategy Applications run at the same time?
Yes, including SA-to-SA communication and parallel backtesting.