The Wayback Machine - https://web.archive.org/web/20210618225918/https://github.com/topics/trading-platform
Skip to content
#

trading-platform

Here are 172 public repositories matching this topic...

Lean
AlexCatarino
AlexCatarino commented Jun 7, 2021

Expected Behavior

Be able to update a series of indicators with a single command.

Actual Behavior

Python algorithm needs to make a historical data request that returns a pandas DataFrame that will be used to update indicators. If the algorithm uses EnableAutomaticIndicatorWarmUp instead, it will make the same historical data request if there is more than one indicator per Symbol.

Superalgos
WenceslaoGrillo
WenceslaoGrillo commented May 29, 2020

Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:

  • a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
  • some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te

A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.

  • Updated Mar 9, 2021
  • Python
nautilus_trader
cjdsellers
cjdsellers commented May 15, 2021

The intention is to move the testing framework completely over to pytest.
Currently all new tests are written in pytest however there remains a mixture of legacy unittest and pytest tests.

What this involves for each file which utilizes unittest is mainly the following:

  • Remove import unittest.
  • Change test class name to 'TestSomeName' (so starting with Test) to be 'discoverabl

Improve this page

Add a description, image, and links to the trading-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trading-platform topic, visit your repo's landing page and select "manage topics."

Learn more