# 2. Indicators

<div class="mb-4" id="bkmrk-the-platform-indicat">The platform indicators are calculated on internal servers and serve as the basis for analyzing data on trading pairs and/or coins.

Almost all indicators on the platform can be used on all popular timeframes on the chart.

All indicators are collected in a convenient list on this page:

[https://docs.google.com/spreadsheets/d/16vOvJwCx8z6dASyn7Y2ja9HtWW3Lzc2qf6\_mYGg8Pp8/edit#gid=707377575](https://docs.google.com/spreadsheets/d/16vOvJwCx8z6dASyn7Y2ja9HtWW3Lzc2qf6_mYGg8Pp8/edit#gid=707377575)

This reference has the following structure:

- Column A — a group number for easier working with the list.
- Column B “Group name ENG” — the indicator group name in English.
- Column C “Indicator ENG” — the indicator name in English.
- Column D “Alerts” — shows whether the indicator is available for creating alerts.
- Columns E–M — show which timeframes the indicator is available on.
- Column N “Additional information” — contains extra notes on the indicator, e.g., how it is calculated.
 
<div class="table-responsive mb-3"> <table class="table table-bordered"> <thead> <tr> <th>Group</th> <th>Description</th> </tr> </thead> <tbody> <tr style="background-color: #FFF2CC;"> <td>Group 1</td> <td>TA</td> </tr> <tr style="background-color: white"> <td>Group 2</td> <td>Onchain</td> </tr> <tr style="background-color: #FFFF00"> <td>Group 3</td> <td>Wallets</td> </tr> <tr style="background-color: #C9DAF8"> <td>Group 4</td> <td>Volume, deals</td> </tr> <tr style="background-color: #FFF2CC"> <td>Group 5</td> <td>Delta</td> </tr> <tr style="background-color: #CFE2F3"> <td>Group 6</td> <td>Buy-to-sell</td> </tr> <tr style="background-color: #DBDBDB"> <td>Group 7</td> <td>Compare&amp;avg</td> </tr> <tr style="background-color: #EDEDED"> <td>Group 8</td> <td>Sectors</td> </tr> <tr style="background-color: #00FF00"> <td>Group 9</td> <td>Market coins</td> </tr> </tbody> </table>

 </div>Separately, note the cohort analysis indicators available in the Onchain indicators section on the chart

<div class="card-img-actions mb-3"> [ ![](https://wiki.whalepro.org/uploads/images/gallery/2025-08/scaled-1680-/fQjimage15-png.png) ](https://wiki.whalepro.org/uploads/images/gallery/2025-08/scaled-1680-/fQjimage15-png.png) </div>###### 2.1. TA (technical indicators)

This group contains classic technical indicators used for analyzing price charts. They include:

- Moving averages (MA, EMA, WMA)
- Oscillators (RSI, Stochastic)
- Volume indicators (OBV)
- Volatility indicators (Bollinger Bands)
- And other classic technical indicators
 
These indicators help determine trends, overbought/oversold levels, and potential reversal points.

###### 2.2. Onchain

Onchain indicators use data directly from the blockchain to analyze market participants’ activity and behavior. Among them:

1. **Cohort balances** — the total BTC balances in the whale wallet cohorts
2. **Cohort quantity** — the number of wallets in whale cohorts
3. **Cohort profit by tf** — the sum of realized profit in USD in a specific whale cohort on a specific timeframe, calculated only for sell transactions. For buys the value is zero.
4. **Cohort cumulative profit** — the cumulative realized profits in the cohort wallets at a given point in time.
5. **Cohort total money spent USD** — the cumulative amount of money spent by cohort wallets on purchases up to the current transaction moment (type spent). Zero on sell transactions.
6. **Cohort total money received USD** — the cumulative amount of money received by cohort wallets from sales up to the current transaction moment (type received). Zero on buy transactions.
7. **Cohort delta total money** — the difference between total\_money\_received\_usd and total\_money\_spent\_usd for the current transaction.
8. **Cohort total money spent USD with previous sells** — same as “spent”, but does not reset to zero on sells; it keeps the last valid value.
9. **Cohort total money received USD with previous buys** — same as “received”, but does not reset to zero on buys; it keeps the last valid value.
10. **Cohort delta total money with sells/buys** — the sum of deltas of accumulated received and spent money in the cohort on a given TF.
11. **Cohort PNL** — a logical filter for the delta total money metric where we look only at wallet sells.
12. **Cohort average price of assets** — the average asset cost in a wallet at the current transaction moment. Computed from spent amounts and balances (only buys).
13. **Cohort average buy price** — the average price at which wallets bought BTC. On the chart we show the average for all wallets in the cohort.
14. **Cohort average sell price** — the average price at which wallets sold BTC. On the chart we show the average for all wallets in the cohort.
 
###### 2.3. Volume, deals

Volume and deals indicators show trading activity and market volume distribution. They help determine trend strength and potential reversal points.

They include:

- Trading volumes by time intervals
- Distribution of deals by size
- Ratio of large to small trades
- Abnormal trading volumes
 
###### 2.4. Averages

Average-based indicators help smooth price fluctuations and reveal general market trends. They include various moving averages and derivatives.

###### 2.5. Delta

Delta indicators show the difference between buys and sells, helping to determine buyer or seller pressure.

They are especially useful for identifying hidden accumulation or distribution by large players.

###### 2.6. Buy-to-sell

Buy-to-sell ratio indicators show the balance between buying and selling activity on the market.

###### 2.7. Compare previous

Comparison-with-previous-period indicators allow you to compare current market activity with historical data to reveal anomalies and patterns.

###### 2.8. Market coins

These indicators analyze the behavior of various cryptocurrencies, their relationships and influence on each other, helping identify leaders and laggards.

###### 2.9. Sectors

Sector-based indicators analyze segments of the crypto market such as DeFi, NFT, Layer 1, Layer 2 and others to determine which sectors show strength or weakness.

</div>