Alpaca Plugin
Alpaca is a
commision-free brokerage for algorithmic trading. The Alpaca API allows a
trading algo to access real-time price, place orders and manage portofolios
through a REST or a streaming interface.
The Alpaca plugin was developed by a Zorro user. It can be downlaoded from the author's GitHub
page (https://github.com/kzhdev/alpaca_zorro_plugin),
Place the Alpaca.dll file into the Plugin
folder under Zorro's root path. Generate an API key for your account on the
Alpaca website.
Zorro login fields
for Alpaca:
User: |
Alpaca API key |
Password: |
Alpaca Secret |
Remarks
- History is supported in M1 resolution.
- Market and limit orders are supported.
- The source code of the plugin can be downloaded from
https://github.com/kzhdev/alpaca_zorro_plugin
- This plugin was not developed by oP group. For support or reporting problems, please contact the author on his GitHub account or on the Zorro user forum.
Supported broker commands
The plugin supports the brokerCommand function with the following commands:
- SET_PATCH
- GET_COMPLIANCE
- GET_MAXTICKS
- GET_MAXREQUESTS
- GET_LOCK
- GET_POSITION
- SET_ORDERTEXT
- SET_SYMBOL
- SET_ORDERTYPE (1 - ICO, 2 - GTC, 3 - FOK (default), 4 -
DAY, 5 - OPG, 6 - CLS)
- SET_PRICETYPE
- SET_DIAGNOSTICS
See also:
Links, order, brokers, broker plugin, brokerCommand
► latest version online