# OG Algo

ATM OG Algo is our first algorithm, designed to suit the majority of traders.

It discovers tokens based on on-chain indicators (more in[ ATM Core](/docs/algo-core.md)) and discovers 72 signals per day. The key indicator is Professional Traders’ Activity.

### Core Characteristics

* **Focus:** Mid-cap tokens ($100K – $2M MC)
* **Discovery timing:** After first strong on-chain traction, before mass awareness
* **Key signal:** Professional Traders’ Activity — entry from historically profitable wallets
* **Use case:** Best fit for consistent 2x setups and short-term plays

### Signal overview

Available in the Telegram bot and on the ATM website.

<figure><img src="/files/hHOO2WtLfGYLghAhg0Ks" alt=""><figcaption><p>Signal on Telegram Bot</p></figcaption></figure>

<table><thead><tr><th width="249">Information</th><th>How it looks like</th><th>Why it's important</th></tr></thead><tbody><tr><td>Trending token signal time</td><td><div><figure><img src="/files/R5rlEPtmT03xRtQW24nc" alt=""><figcaption></figcaption></figure></div></td><td>Helps refine entry and exit strategies</td></tr><tr><td>Wallets in/out</td><td><img src="/files/Xxcg4DTvMbwX6wYs6oU9" alt="Website screen, also available on TG Bot"></td><td>Shows the number of profitable wallets that bought the token and the number of wallets (from wallets in) that have already sold at least part of their tokens (even if a wallet sold just 5% of what it bought — it still counts as “wallets out”).</td></tr><tr><td>Number of tokens pro traders' bought/sell</td><td><div><figure><img src="/files/kqM3cI3mj5S8qChlSSUh" alt=""><figcaption></figcaption></figure></div></td><td><p>Shows the number of tokens bought vs sold by profitable wallets.</p><p>Helps assess the strength of buy-side conviction from smart wallets.</p></td></tr><tr><td>Volume in/out</td><td><img src="/files/Nx72Bw3wigCmfYNlzZeL" alt=""></td><td><p>Complements the two previous metrics — helps clarify how much profitable wallets actually sold (and how strong the signal really is).</p><p>For example: 29 wallets bought $11K worth, but only 24 of them sold $465 — meaning most are still holding.</p></td></tr><tr><td>Avg buy/sell price</td><td><div><figure><img src="/files/6SnBKMpW5uY2QOooEt8B" alt=""><figcaption></figcaption></figure></div></td><td><p>The difference between the entry price of profitable wallets and the current price.</p><p>The smaller the gap, the closer you are to where smart wallets entered.</p></td></tr><tr><td>DEX Paid/not paid</td><td><img src="/files/cVZJchPTqbjh2Ozw0vjH" alt=""></td><td><p></p><p>Whether Dexscreener is paid — shows how serious the dev might be.</p><p>In the tg bot, the Audit line has the following states:</p><p>🟢 DEX Paid, Not Mintable, Not Freezable</p><p>🟡 DEX not paid</p><p>🔴 Freezable / Mintable </p></td></tr><tr><td>Token Mintable/Not Mintable</td><td><img src="/files/go9zd8R9SqM03x9WGGuh" alt=""></td><td><p>Not mintable = no new tokens can be created (total supply is fixed).</p><p>If Mintable — there’s a high risk of a rug, as the dev can mint unlimited tokens.</p></td></tr><tr><td>Token Freezable/Not Freezable (or "Blacklist")</td><td><img src="/files/FU2nOs9J66BtGNE8BFIG" alt=""></td><td><p>Not freezable (or blacklist) = the token owner cannot freeze or block other users’ tokens (including traders).</p><p>If Freezable — there’s a high rug risk, as the dev can lock users’ funds.</p></td></tr><tr><td><p>Strategy suggestions </p><p>(available only on TG bot)</p></td><td><div><figure><img src="/files/wsyvdP1djC7tAMSUFCbP" alt=""><figcaption></figcaption></figure></div></td><td>Strategy suggestions help you quickly see how other ATM Pro users plan to exit, making it easier to shape your own approach </td></tr></tbody></table>

### Historical Performance (April 2025)

* **Tokens analyzed:** 2,140&#x20;
* **Winrate:** 77%
* **Avg ROI to ATH:** 190%
* **Avg Time to ATH:** 11 hours
* **Avg Market Cap at ATH:** $770K
* **Top performer:** $TROLL — 490x from discovery

### Best Use Case

OG Algo is best suited for traders who:

1. Want to catch tokens in their early growth phase, but after the first on-chain confirmation
2. Have medium risk-tolerance (consistency over high rewards)
3. Prefer doing quick research post-signal (e.g. social scan, chart, holders)
4. Use a defined entry/exit framework

{% hint style="info" %}
**Strategy tip:** our recommendation is to start with 100% trailing take profit, 50% stop loss
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://atm-day.gitbook.io/docs/algorithms/og-algo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
