devalpha-io / devalpha-node

A stream-based approach to algorithmic trading and backtesting in Node.js
https://devalpha.io
GNU General Public License v3.0
246 stars 40 forks source link

Missing Custom Broker docs #6

Open unsaved opened 6 years ago

unsaved commented 6 years ago

According to https://www.reddit.com/r/algotrading/comments/8fqz9w/i_built_an_opensource_algorithmic_trading_platform/ , a month ago trams said regarding custom broker documentation,

Now I have finally pushed the docs update!

, yet at https://devalpha.io/documentation#custom-brokers today all it says regarding creation of custom brokers is:

Defining a createBroker function The createBroker function should return an object containing three functions.

type brokerCreator = (onFill) => ({

})

Is there product documentation somewhere other than the Git README.md's and https://devalpha.io/documentation ?