![]() |
|
PowerShell CLI for the Alera API - Printable Version +- Alera Forum (https://aleratrading.com/forum) +-- Forum: Alera Portfolio Manager (https://aleratrading.com/forum/forumdisplay.php?fid=1) +--- Forum: Tools and Plugins (https://aleratrading.com/forum/forumdisplay.php?fid=8) +--- Thread: PowerShell CLI for the Alera API (/showthread.php?tid=186) |
PowerShell CLI for the Alera API - admin - 08-26-2020 PowerShell CLI 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). RE: PowerShell CLI for the Alera API - SimranAlston - 10-30-2020 Thanks admin for this informative links about PowerShell CLI for the Alera API. |