Runner — a program for running StockSharp trading strategies without a graphical interface: on a server, on a VPS or on a low-spec machine. A strategy runs live or on historical data in exactly the sa...
Runner — a program for running StockSharp trading strategies without a graphical interface: on a server, on a VPS or on a low-spec machine. A strategy runs live or on historical data in exactly the same way.
3
operating systems
3
strategy formats
0
heavy GUI
Running live
Instead of windows there is console output: you see the connection, subscriptions, portfolios and orders
Several strategies run at the same time
Live and historical testing are the same launch with different settings
Configuration
The strategy, connections and parameters are set in a settings file
The same configuration can be moved to another server as is
Windows, Linux and macOS
The same Runner works on all three — a server needs no graphical shell.
Any strategy
C# code, a Designer scheme or a ready DLL — all three ways run.