Looking for PTA updates? Check out PTA-Next instead!
PTA (PoE Trade Assistant) is currently a PoE-TradeMacro clone (with fewer features) that operates on the Official Path of Exile Trade website instead of third-party alternatives. It hopes to become a full fledged trade assistant tool in the future.
NOTE: As with any pricing tools, never trust or rely on its results entirely. If something seems off, confirm with a manual search. It could very well be an issue with the app itself.
PTA is licensed under GPL-3.0
Download the latest release from Releases OR a development build from here or here.
Extract the archive and run PTA.exe
If your PC is not running Windows 10 with the latest feature updates or you are getting a VC runtime error, you MUST download and install the Microsoft Visual C++ Redistributable!
- Simple and advanced item searches (Ctrl+D and Ctrl+Alt+D ala PoE-TradeMacro) on www.pathofexile.com/trade
- Custom macros with Client.txt support. See wiki for more information.
All shortcuts and macros can be re-configured in the settings.
- Visual Studio 2019
- Qt 5.12 (other versions such as Qt 5.14 are NOT supported)
- Node.js 12
Only Windows x64 is supported.
- Build the PTA executable using
PTA.sln
. cd ./PTA/search/
npm ci && npm run build