Git Product home page Git Product logo

poe-arbitrage's Introduction

Path of Exile Arbitrage

CLI tool to detect arbitrage opportunities by taking advantage of inefficient bid-ask spreads in the Bulk Item Exchange. This tool relies on the exchange API which is not officially supported by GGG.

Installation

A pre-built Windows 64-bit executable can be found under releases.

You can also build an executable directly by installing Go, cloning the repo and running go build poe-arbitrage. Additional documentation can be found here.

Feature

  • Fetch bulk trades from PoE Bulk Exchange API
  • Exclude AFK users by default
  • Ignore users
  • Favorite users
  • Print whispers for profitable arbitrage opportunities

Usage

# List all supported bulk items
poe-arbitrage list

# List bulk items with name containing "orb of" (case insensitive)
poe-arbitrage list --name "orb of"

# Check for opportunities when trading Chaos Orbs or Exalt Orbs (at least 2 items)
poe-arbitrage trade chaos exa

# Check for opportunities when trading the following 3 items
poe-arbitrage trade chaos exa gcp

# Check for opportunities with 100 Chaos, 0 Exalts and 20 GCPs
poe-arbitrage trade chaos exa gcp --capital chaos=100,gcp=20

# Configure the CLI behavior via CLI
# The config is stored as JSON locally and can be manually edited.
poe-arbitrage configure --league Standard
poe-arbitrage configure --hardcore false
poe-arbitrage configure --exclude-afk true
poe-arbitrage configure --ignore-player ABC
poe-arbitrage configure --favorite-player XYZ
poe-arbitrage configure --set-item "golden-oil,Golden Oil,10"

Given N items, CLI makes 2 * N!/(N-2)! number of API calls to determine possible trading opportunities. N!/(N-2)! is the number of trading pairs (order matters). Often it is more profitable to trade to an intermediate item rather than trading two items directly.

Some suggestions to cut down the number of API calls is selecting popular items with a high stack size and high innate value. Since users may be unresponsive, its important to choose items that you do not mind holding for extended periods of time.

Open Questions

  • How will the stack size affect trades?
    • Example: Exalt Orbs for Chaos Orbs where one trade is not enough.
    • Should trades be limited to 5 * 12 * stack size?
  • What are the API rate limits for POE exchange API?
  • Profitability of flipping inefficiently priced items.
    • Price rare items via ML.
    • Flipping via vendor recipes (e.g. quality gems or higher tier essences)

poe-arbitrage's People

Contributors

t73liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.