devalpha-node icon indicating copy to clipboard operation
devalpha-node copied to clipboard

Missing Custom Broker docs

Open unsaved opened this issue 7 years ago • 0 comments

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 ?

unsaved avatar Jul 01 '18 15:07 unsaved