Getting Started

Since the package is registered, you can simply install it using

using Pkg
Pkg.add("Trading")

After this, it is recommended to set up a Broker. For the moment only Alpaca is supported, and to make the API work, you'll need to generate a set of api keys.

Then you can create an AlpacaBroker and you're good to go.

See the Tutorial on creating a full strategy, or start with reading about the Trader, the heart of this framework.