Suchin 0 Report post Posted November 4, 2020 Hello Guys, I need to last exited trade API in forex account using GAIN API.(I need to Stop and Limit value for last exited trade) 1) How to get last exited trade using GAIN API with response model? Share this post Link to post
Physicsman 25 Report post Posted November 4, 2020 Hello Suchin, If you make a ListTradeHistory call, filter for those with a status = 9 (Closed) and sort by date order you will see your most recently closed trade in that list. Kind Regards, PM Share this post Link to post