![]() |
Get last used Trade ID from API - Printable Version +- Alera Forum (https://aleratrading.com/forum) +-- Forum: Alera Portfolio Manager (https://aleratrading.com/forum/forumdisplay.php?fid=1) +--- Forum: Feature Requests (https://aleratrading.com/forum/forumdisplay.php?fid=5) +--- Thread: Get last used Trade ID from API (/showthread.php?tid=406) |
Get last used Trade ID from API - patelgopesh - 05-27-2021 Hi, I am using Google Sheets to generate orders in csv file and I would like to keep track of the last used trade ID. Is it possible to get that through API in JSON or TEXT ? I can then import the last ID back to my Google Sheet and thus not have to bother with remembering the used IDs. The APM by the way shows that but would be nice to read it through API at the end of day. Many thanks. RE: Get last used Trade ID from API - admin - 05-30-2021 (05-27-2021, 02:24 AM)patelgopesh Wrote: Hi, Are you referring to the Signals IDs used by APM? As specified here? If you're setting these Signal IDs yourself, is it possible for you to keep track of the last Signal ID that you used inside your google sheet? APM doesn't modify the last Signal ID used on its own, so it should be possible to keep track of it on your end. We will add the last Signal ID to the API soon anyways in a future version, but ideally you should be able to keep to track of this yourself to minimize the number of moving components in your trading system. RE: Get last used Trade ID from API - patelgopesh - 06-01-2021 (05-30-2021, 11:02 AM)admin Wrote:(05-27-2021, 02:24 AM)patelgopesh Wrote: Hi, |