explaingit

pedro-quiterio/poeancientspricehelper

Analysis updated 2026-05-18

48C#Audience · generalComplexity · 2/5Setup · easy

TLDR

A Windows overlay tool that reads currency prices off your Path of Exile 2 screen and shows live market values from poe.ninja next to each item.

Mindmap

mindmap
  root((repo))
    What it does
      Reads screen text
      Shows live prices
      Overlay on game
    Tech stack
      C#
      .NET 8
      Tesseract OCR
    Use cases
      Trade decisions
      Uncut gem values
      Stacked item pricing
    Audience
      PoE2 players
      Traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Check live poe.ninja prices for currency items without leaving the game.

USE CASE 2

Decide whether a stacked currency trade is worthwhile using per-item pricing.

USE CASE 3

Avoid bad trades on uncut gems by seeing a question mark when the level is unclear.

What is it built with?

C#.NET 8TesseractWindows

How does it compare?

pedro-quiterio/poeancientspricehelperiammrmikeman/mt5ea-forextradingadvdebug/brovan
Stars485051
LanguageC#C#C#
Setup difficultyeasyeasymoderate
Complexity2/51/55/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Windows-only overlay, download the release zip and run it, no build required.

The explanation does not state license terms.

In plain English

PoeAncientsPriceHelper is a small Windows utility for players of Path of Exile 2, an online action game. When you are inside the game looking at a list of currency items you might want to trade, this tool reads that list from your screen and shows the current market prices right next to each item, without requiring you to switch to a browser tab. The price data comes from poe.ninja, a community website that tracks real-time trading prices for Path of Exile items. The tool fetches fresh prices automatically every 30 minutes. For stacked items it shows both the total value and the per-item value, for example displaying something like "2 (0.5 each)" so you can quickly decide whether a trade is worthwhile. One feature the README highlights is handling of uncut gems, which are items in the game whose value changes significantly based on level. Rather than show a potentially misleading price when the gem level cannot be read clearly from the screen, the overlay displays a question mark to indicate uncertainty. This is a deliberate design choice because neighboring gem levels can differ in value by several times. Setup is straightforward: download a zip file from the releases page, unzip it, and run a command file. No installation process and no additional software is required. The first time you run it, you drag a box around the in-game panel to calibrate where the tool should look on your screen. After that, keyboard shortcuts handle recalibration, debug views, and hiding the overlay. The overlay is click-through, meaning your mouse clicks pass through to the game underneath. The tool is built with C# and .NET 8, uses Tesseract for the screen reading, and runs on Windows only.

Copy-paste prompts

Prompt 1
Explain how PoeAncientsPriceHelper reads prices from my game screen using OCR.
Prompt 2
Walk me through downloading and calibrating PoeAncientsPriceHelper for the first time.
Prompt 3
What keyboard shortcuts does PoeAncientsPriceHelper support for recalibration and debug views?
Prompt 4
Why does PoeAncientsPriceHelper show a question mark instead of a price for some uncut gems?

Frequently asked questions

What is poeancientspricehelper?

A Windows overlay tool that reads currency prices off your Path of Exile 2 screen and shows live market values from poe.ninja next to each item.

What language is poeancientspricehelper written in?

Mainly C#. The stack also includes C#, .NET 8, Tesseract.

What license does poeancientspricehelper use?

The explanation does not state license terms.

How hard is poeancientspricehelper to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is poeancientspricehelper for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.