Yaga Calls Academy

A practical knowledge base for tools, tactics, and the money management that actually compounds.

No images — clear, fast learningEducational only

Core Tools & Tactics

Tool

ATR Stops (14)

Volatility‑adjusted stops using Average True Range to avoid noise‑driven exits.

Why ATR Stops Matter

Fixed‑distance stops ignore regime changes. In quiet regimes, they are too wide (wasting RR); in volatile regimes, they are too tight (death by a thousand cuts). ATR (Average True Range) measures recent volatility, letting your stop “breathe” when the market expands and tighten when it compresses.

Core Definitions

  • ATR(14): 14‑period average of true range (max of high−low, |high−prevClose|, |low−prevClose|).
  • Stop Multiplier k: Volatility buffer factor; typical k ∈ [1.0, 2.5].
  • Structure Stop: A stop placed beyond a swing high/low or key level.

Formulas

Long stop = Entry − k × ATR(14)Short stop = Entry + k × ATR(14)

Choose k by regime: trending and noisy → higher k; tight ranges → lower k. Always compare to a structure stop and use the more protective of the two (i.e., further away if trend is strong, closer if invalidation is tight).

Position Sizing with ATR

  1. Define account risk per trade, e.g. r = 1.5% of equity.
  2. Compute stop distance: d = k × ATR (or use structure if larger).
  3. Position size: size = (r × equity) ÷ d.

Example: Equity $2,000; r=1.5% ⇒ $30 risk. ATR=0.05; k=1.6 ⇒ d=$0.08. Size ≈ $30 / $0.08 = 375 units. Round for tick size/liquidity.

Operational Playbook

  • Place initial stop using max(structure, k×ATR).
  • Do not trail on every candle. Trail only on new structure (higher lows in uptrends) or at defined intervals.
  • Reduce k during compressions to maintain acceptable reward‑to‑risk; increase during expansions to avoid noise stops.
  • Re‑evaluate after major volatility events (macro prints, exchange incidents).

Common Mistakes

  • Using the same k across all regimes.
  • Placing stops inside recent wick extremes.
  • Over‑trailing: converting a swing setup into a scalp and getting wicked out.
  • Ignoring instrument differences (altcoins often require higher k than BTC/ETH).

Pro Tips

  • Combine ATR with structure: if structure invalidation sits at Entry − 1.2×ATR, prefer that over a tighter raw ATR stop.
  • Use session/context filters: avoid initiating just before low‑liquidity transitions.
  • Record k and ATR in your journal; optimize per pair over a 50–100 trade sample.

References: Wilder (ATR); modern volatility‑adjusted sizing in trading literature; exchange docs for tick/lot size constraints.

Tool

Moving Averages (20/50/200)

20EMA for timing, 50/200 for swing and macro bias. Read slope, spacing, and distance from price.

Details

Framework

  • 200MA (Macro): Defines bull vs bear regime. Price and 50MA above 200MA with positive slope = constructive trend.
  • 50MA (Swing): Swing bias and mean. Pullbacks to rising 50MA often offer higher‑probability continuation entries.
  • 20EMA (Timing): Fast mean for entry timing in trends; expect multiple touches in healthy trends.

Playbook

  1. Bias: Only look for longs if price>200MA and 50>200 with positive slopes; shorts if inverted.
  2. Setup: Wait for pullback to 20EMA or 50MA with confluence (prior high reclaim, AVWAP, volume profile VAH/VAL).
  3. Invalidation: Below swing low or k×ATR beyond mean; avoid entries if price is extended (far above 20EMA).

Advanced

  • Distance Bands: Track z‑score distance from 20EMA to avoid buying exhaustion.
  • MA Slope: Flat or down‑sloping MAs reduce expectancy—skip marginal setups.
  • Trend Aging: Late‑stage trends show wider swings; switch to 50MA pullbacks.

Avoid mechanical crossovers as entries; use them as context. Confluence and structure matter.

Tool

RSI(14) & Ranges

Use RSI ranges to read regime: bull 40–80, bear 20–60. Prefer failure swings to simple overbought/oversold.

Details

Concepts

  • Ranges: In bull trends, RSI tends to hold above 40; in bear trends, it fails near 60.
  • Failure Swings: RSI makes higher low while price retests ⇒ momentum strength; inverse for shorts.
  • Divergence: Use only with structure; many divergences resolve via time, not price.

Playbook

  1. Define regime with MAs and structure.
  2. In uptrend, buy pullbacks when RSI resets toward 40–50 and price holds support or AVWAP.
  3. In downtrend, sell rallies when RSI rejects 50–60 near resistance.

Risk Controls

  • Never enter solely on RSI cross of 70/30.
  • Confirm with volume or volatility contraction/expansion.
  • Invalidation = prior swing + ATR buffer.
Tool

VWAP & Anchored VWAP

Read fair value and mean reversion intraday; anchor to events (breakout bar, listing, news) for precision.

Details

When to Use

Session trading, post‑event trades, reclaim/reject setups. AVWAP helps quantify whether price is accepted above/below a key anchor.

Playbook

  • Above VWAP: Prefer longs; pullbacks to VWAP/AVWAP bands with volume confirmation.
  • Below VWAP: Prefer shorts unless a strong reclaim with volume and structure occurs.
  • Multiple Anchors: Track anchors from prior day high break, earnings/news, or major swing.

Notes

Do not fight a clean VWAP trend day. Combine with 20EMA and volume profile for high‑quality confluence.

Tool

Fibonacci Retracements/Extensions

Use 38.2–61.8% retraces for pullbacks in trend; 127.2/161.8% for targets. Always seek confluence.

Details

Drawing

Anchor from clear swing low → swing high (uptrend) or high → low (downtrend). Avoid fractal noise.

Confluence

  • Fib level + 20EMA/50MA
  • Fib level + AVWAP band
  • Fib level + Volume Profile VAH/VAL

Targets

Partial at prior high/low; scale at 127.2%/161.8% with structure. Move stop to breakeven only after structure confirms.

Fibs are guides, not guarantees; prioritize price action and participation.

Tool

Volume Profile (VAH/VAL/POC)

Identify value (VAH/VAL/POC) and low‑volume nodes (LVNs) to trade rotations and breakouts.

Details

Concepts

  • Value Area: Price range with ~70% volume (VAH top, VAL bottom).
  • POC: Highest volume price—magnet in balanced markets.
  • LVN: Low participation; often rejects on first touch.

Playbook

  • Responsive: Fade VAH to POC/VAL and VAL to POC/VAH with confirmation.
  • Initiative: Enter on LVN rejection + acceptance above/below with momentum; target next volume shelf.

Combine with VWAP/AVWAP and MAs for bias; avoid fading strong trend days.

Tool

Donchian Channels (Breakout)

Classic trend‑following: enter breakouts, cut losers quickly, trail winners mechanically.

Details

Rules

  • Entry: Break above 20‑period high (long) / below 20‑period low (short).
  • Stop: Opposite channel or k×ATR, whichever is further.
  • Exit/Trail: Exit on 10‑period low (for longs) / 10‑period high (for shorts) or trail with channel.

Expect low win rate but large average winner; size positions conservatively.

Tactic

Breakout–Retest

Enter only after a level is reclaimed and holds on retest with volume and structure confirmation.

Details
  1. Break: Candle closes above resistance (not just wicks).
  2. Retest: Price pulls back to the level; VWAP/AVWAP supports.
  3. Hold: Buyers absorb; enter with stop just beyond level or ATR stop.
  4. Manage: Scale partial at prior high; trail remaining with higher‑low structure.

Avoid immediate entries on thin breakouts; wait for retest acceptance to reduce false breaks.

Tactic

Trendline Break + MA Confirmation

Combine diagonal break with mean/structure confirmation to filter fakeouts.

Details

Playbook

  1. Draw objective trendline (touches ≥3 swings).
  2. Wait for close through the line and immediate hold (no instant rejection).
  3. Confirm with 20EMA/50MA slope change or reclaim of AVWAP.
  4. Enter on small pullback; stop beyond reclaimed structure or ATR.

Tips

  • Avoid signals against flat/down MAs.
  • Prefer breaks aligned with session liquidity and volume expansion.
Tactic

Pullback to 20EMA in Trend

Time entries with the fast mean in established trends.

Details

Checklist

  • Macro bias up (50>200; price>200).
  • 20EMA rising; price not massively extended.
  • Pullback into 20EMA near prior high/VAH/AVWAP.

Execution

Enter on reclaim candle or micro higher‑low; stop under swing/ATR; scale at prior high, then trail.

Tactic

Range Trading with Deviations

Trade balanced markets by fading edges toward the mean.

Details

Identify

Flat MAs, overlapping candles, clear VAH/VAL and POC magnet.

Playbook

  • Short near VAH/deviation above range with rejection.
  • Long near VAL/deviation below range with reclaim.
  • Targets: mid/POC first, opposite edge if acceptance persists.

Avoid during trend days (strong VWAP slope and expansion).

Tactic

Session Overlap Entries (ME/EU/US)

Exploit higher liquidity during regional overlaps to reduce slippage/fakeouts.

Details

Windows

  • EU open, EU→US overlap, ME→EU transition.

Rules

  • Avoid entries ±10–15 minutes around major data prints.
  • Prefer setups that align with VWAP trend during overlap.
Tactic

Position Scaling (In/Out)

Add or reduce smartly without violating fixed dollar risk.

Details

In

Scale in only after confirmation (reclaim/HL). Keep total risk ≤ planned r%.

Out

Stagger exits at structure/targets (prior high, extension). Leave a runner.

Journal scaling effect on expectancy; over‑scaling often reduces edge.

Tactic

Laddered Exits & Runners

Bank partials to de‑risk while letting edge compound on a runner.

Details

Template

  • Take 25–33% at prior swing.
  • Another 25–33% at measured move/extension.
  • Trail runner with new swing structure or AVWAP.

Move stop to breakeven only after first partial + structure confirmation.

Tactic

Risk Parity Sizing

Normalize position sizes so each trade risks the same dollars despite volatility.

Details

Method

Use ATR or historical σ to compute stop distance; size = (r×equity)/distance.

Portfolio

Cap total simultaneous risk (e.g., ≤4r%) and de‑correlate exposures.

Tactic

Narrative Velocity Tracking

Score catalysts (news/dev/users/liquidity) and enter only with price confirmation.

Details

Score Inputs

  • Development activity & listings
  • On‑chain/users growth
  • Liquidity/volume & funding
  • Social/search trends

Execution

Trade break‑retest or pullback to AVWAP only when score high and structure aligns.

Advice

1–2% Risk Per Trade

Small, consistent risk preserves capital and mindset through variance.

Details

Math

−20% needs +25% to recover; smaller r% lowers max drawdown for the same loss streak.

Practice

Pick r% (1–2%) and never exceed it; cut risk after a drawdown until you regain rhythm.

Advice

Predefined Invalidation + Time Stops

Know exactly what makes the idea wrong—by price and by time.

Details

Price Invalidation

Below swing/level + ATR buffer.

Time Stop

If no progress after N candles/sessions, exit and recycle attention.

Advice

Trade Journaling & Checklists

Systematically improve by logging setups, context, emotion, and outcome.

Details

Checklist

  • Bias, setup, confluence, invalidation, risk, targets.
  • Session context, liquidity, catalysts.

Review

Weekly tag analysis: which tags correlate with positive expectancy?

Advice

Leverage & Slippage Control

Use leverage to scale precision, not risk. Respect liquidity.

Details

Controls

  • Depth/impact check before entry size.
  • Prefer limit orders; avoid market during spikes.
  • Account for fees/funding in RR.
Advice

Event Calendar Integration

Plan trades around macro prints, exchange maintenance, and token unlocks.

Details

Protocol

  • Pre‑tag events on your chart.
  • Reduce size or skip entries near high‑volatility minutes.
  • Re‑evaluate bias after event outcome.
Advice

Compounding Focus

Compound edge through consistency, not oversized bets.

Details

Rules

  • Fixed fractional risk as equity grows.
  • Withdrawals schedule; keep risk parameters stable.
  • Avoid martingale and revenge sizing.
Tool

Ichimoku Basics

Use cloud components for bias and pullback timing.

Details

Components

  • Cloud (Senkou Span A/B): trend bias.
  • Kijun: mean reversion level.
  • Tenkan: short‑term mean.

Play

Above cloud with Kijun rising: buy pullbacks to Kijun/Tenkan with structure.

Tool

Deviation Bands (±1/2σ)

Quantify stretch from the mean and fade extremes with context.

Details

Method

Compute rolling σ around a mean (e.g., 20EMA). Watch ±1σ/±2σ as soft boundaries.

Use

In ranges, fade ±2σ with reclaim; in trends, use bands for partials rather than fades.

Tool

OBV & Volume Divergence

Use volume flow to confirm trend health and catch weakening moves.

Details

Signals

  • OBV making higher highs with price ⇒ trend healthy.
  • Price makes new high but OBV doesn’t ⇒ caution, take partials.

Execution

Don’t short solely on divergence; wait for structure break or VWAP reclaim.

Tricks & Tips

Avoid losses: place stops beyond structure or ATR×k; avoid illiquid pairs; beware funding flips before entries.
Start small: micro size until 30–90 trade sample; DCA rules only on strong structure; use alerts, not impulse clicks.
Execution: don’t chase first impulse—prefer break‑retest; set bracket orders; scale out into strength.
Discipline: two‑strikes session rule; pre‑mortem each trade (what invalidates the idea?).

Money Management

Mindset, math, and methods that protect base capital and compound winners.

Position Sizing (Fixed Fractional)

Risk r% of equity per trade. Example: equity $2,000, r=1.5% ⇒ risk $30; with stop distance $0.05, size = $30/0.05 = 600 units.

Expectancy

E = WinRate × AvgWin − (1−WinRate) × AvgLoss. Positive E with consistent risk gives compounding over time.

Drawdown & Recovery

−10% needs +11.1% to recover; −50% needs +100%. Protect the base; cut losers fast.

Kelly (Practical)

Use a capped fraction (Kelly/4) to avoid volatility of full‑Kelly; estimate from historical E and variance.

Volatility‑Adjusted Risk

Reduce size when ATR expands; keep dollar risk constant, not quantity.

Session Exposure Limits

Set max concurrent risk per session (e.g., ≤ 4r%) to avoid clustering loss.

References: Investopedia (Expectancy, Kelly), CME Education, NFA/CFTC risk materials.

Top 3 Traded Coins by Year (2020–2025)

Source: CoinMarketCap (annual trading volume snapshots). We aggregate yearly leaders; method documented below.

Year#1#2#3
2025*BTCETHUSDT
2024BTCUSDTETH
2023BTCUSDTETH
2022BTCETHUSDT
2021BTCETHUSDT
2020BTCETHUSDT

*2025 year‑to‑date (as of Oct 10). We’ll update annually. Exact ordering can vary by methodology; we use CMC aggregated volumes across major exchanges.

References: CoinMarketCap Markets/Volume pages (2020–2025) for BTC, ETH, USDT; CoinMarketCap Year‑in‑Review where available.

Menu