Skip to content

All-in-one. Trading terminal with generic gateway implementation, tick backtester, charting, and performance evaluator for trading strategies.

License

Notifications You must be signed in to change notification settings

Indemos/Terminal

Repository files navigation

Trading Terminal and Backtester - Web Version

All-in-one. Trading terminal with generic gateway implementation, tick backtester, charting, and performance evaluator for trading strategies. Currently, supports stocks with experimental extension for FX, options, and futures.

Status

GitHub Workflow Status (with event) GitHub GitHub

Disclaimer

The app is in active development state and can be updated without any notice. May contain references to other apps in this list that were NOT included in the current repository.

Structure

  • Core - cross-platform .NET 5 class library that contains main functionality
  • Chart - canvas visualization
  • Tests - unit tests
  • Estimator - class library measuring performance metrics and statistics
  • Data - catalog with historical data, any format is acceptable as long as you implement your own parser
  • Connector - gateway implementations for brokers and exchanges, including historical and simulated data
  • Client - the main application that puts together orders, positions, performance metrics, and charts

Gateways

In order to create connector for preferred broker, implement interface IConnectorModel.

Trading Strategies

Examples of simple trading strategies can be found in Client catalog.

Preview

About

All-in-one. Trading terminal with generic gateway implementation, tick backtester, charting, and performance evaluator for trading strategies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published