trading-platform
Here are 172 public repositories matching this topic...
-
Updated
Jun 16, 2021 - C#
-
Updated
Jun 17, 2021 - C++
-
Updated
Jun 18, 2021 - Go
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 2, 2021
-
Updated
Jun 18, 2021 - Python
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
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jul 19, 2020 - Python
-
Updated
Jun 11, 2021 - Java
-
Updated
Oct 29, 2020 - Python
-
Updated
Jun 18, 2021 - Ruby
-
Updated
Feb 8, 2021 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Dec 9, 2019 - Rust
-
Updated
Jun 7, 2021 - Java
-
Updated
Jun 5, 2021 - C++
-
Updated
Mar 9, 2021 - Python
目前要kbar必須一次獲取整日kbar資料。是否能在Streaming新增訂閱Kbar onopen onclose events,在開新bar或收bar時收到資料就好,這樣速度比較快,server loading也比較低,謝謝。
-
Updated
Jun 18, 2021 - HTML
-
Updated
May 24, 2021 - C++
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Jun 16, 2021 - Python
-
Updated
May 25, 2021 - C#
-
Updated
Jun 18, 2021 - C++
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
More indicators
-
Updated
Aug 30, 2018 - Java
-
Updated
Jun 13, 2021 - Python
Improve this page
Add a description, image, and links to the trading-platform topic page so that developers can more easily learn about it.
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."


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
EnableAutomaticIndicatorWarmUpinstead, it will make the same historical data request if there is more than one indicator per Symbol.