trading-platform
Here are 192 public repositories matching this topic...
-
Updated
Nov 13, 2021 - C#
-
Updated
Nov 13, 2021 - Python
-
Updated
Oct 12, 2021 - C++
-
Updated
Nov 12, 2021 - Go
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
Sep 7, 2021
-
Updated
Nov 10, 2021 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Oct 26, 2021 - Java
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Oct 23, 2021 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Dec 9, 2019 - Rust
-
Updated
Oct 5, 2021 - Java
-
Updated
Mar 9, 2021 - Python
-
Updated
Sep 29, 2021 - C
-
Updated
Oct 30, 2021 - HTML
code improvement
in data_loader.py: a merge between _fetch_data_range() and fetch_data_range() would improve code quality (need to make sure all flows are covered by unit tests)
-
Updated
Oct 26, 2021 - TypeScript
-
Updated
Jul 26, 2021 - C++
-
Updated
Nov 12, 2021 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Oct 30, 2021 - C#
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 13, 2021 - C++
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
Supports: Relative Moving Average (RMA)
Actual Behavior
Indicator not yet supported.
Checklist
masterbranch