PowerShell CLI
You can download a PowerShell script from here to connect to the Alera API. You will need to run
in PowerShell to give permissions to ps1 files to run.
You will want to make sure you set the port and strategy id to match the strategy you want to connect to through the API. You also want to make sure to enable the API in APM (in the account settings). If it doesn't work, restart APM and ensure the API is enabled.
This script was built in conjunction with Systematic Investors Group. You can see a demo of the script at https://www.youtube.com/watch?v=ZH3D7duJABo (starting at 33:00).
You can download a PowerShell script from here to connect to the Alera API. You will need to run
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
You will want to make sure you set the port and strategy id to match the strategy you want to connect to through the API. You also want to make sure to enable the API in APM (in the account settings). If it doesn't work, restart APM and ensure the API is enabled.
This script was built in conjunction with Systematic Investors Group. You can see a demo of the script at https://www.youtube.com/watch?v=ZH3D7duJABo (starting at 33:00).