Secret terminal

What EMA and SMA are, how they differ, and how to use moving averages for crypto entries

What EMA and SMA are, how they differ, and how to use moving averages for crypto entries

Moving averages (MA) are probably the first indicator any beginner sees after opening a chart. They're also one of the most underrated tools among traders who've already been through the "throw five indicators on the chart and pray for a line crossover" phase.

EMA and SMA don't predict the future. They smooth out the past so you see the structure of a move instead of a mess of red and green candles. That's both the whole point of the method and its whole limitation.

Let's break down how these two lines differ mathematically, which periods actually work in crypto (not just ones carried over from a stock market textbook), and how to fold moving averages into scalping alongside order book and tape data. Without that combination, an MA turns into a nice-looking but useless picture.

What Moving Averages Are

A moving average takes closing prices over N periods and plots their average as a line on the chart. Every new candle shifts the calculation "window" forward by one step, and the line updates. That's where the name comes from: it literally "moves" along the price series, never looking further back than its set window.

The indicator's job is simple: strip out market noise and show direction. Without smoothing, you see a jagged mess of individual candles, each of which barely means anything on its own. With an EMA or SMA on the chart, that same jagged mess turns into a clear line that's either rising, falling, or flattening out in a range.

In crypto, where volatility runs far higher than in traditional assets, MAs behave a bit differently than they do in stock trading textbooks. Sharp 5-8% drops within minutes, common with altcoins, can briefly punch straight through any line and create a false signal. Worth keeping in mind from the start.

There are two basic types of moving averages, and mixing them up matters, because they react to price movement differently and solve different problems.

SMA: Simple Moving Average

SMA is calculated in the most straightforward way possible: take the closing prices of the last N candles, add them up, divide by N. No weighting, no priorities. A candle from a month ago counts exactly the same as yesterday's. Traders value the SMA indicator precisely for how predictable the math is: no magic, pure arithmetic.

Formula for a 5-period SMA:

SMA = (P1 + P2 + P3 + P4 + P5) / 5

where P (closing price) is taken for each of the last five candles in order.

Because every point carries equal weight, SMA is smooth but noticeably lags. During a sharp move, it "trails" behind price rather than moving with it. Picture driving a car while looking not through the windshield but in the rearview mirror, averaged over the last five minutes of road. That's roughly how SMA behaves.

For long-term trend analysis, that's actually a plus. The line doesn't jerk around with every volatility spike, so it's less likely to confuse you with false micro-reversals. For scalping, it's a downside, since an SMA-based entry often comes after the main move has already played out, meaning you buy the tail end of a move instead of its start.

EMA Indicator: Exponential Moving Average

The EMA indicator works differently. Recent candles get more weight than older ones. The formula is more complex:

EMA(today) = Price(today) × K + EMA(yesterday) × (1 − K)

where K = 2 / (N + 1), and N is the calculation period.

For EMA 9, for example: K = 2 / (9+1) = 0.2. That means today's closing price makes up 20% of the line's value, while all the accumulated past (through the previous EMA value) makes up 80%. As the period grows, K drops, and the line becomes more conservative. For EMA 21, K comes out to around 0.09; for EMA 50, just 0.04.

The practical effect: the EMA indicator reacts to price changes faster and turns earlier when direction shifts. That's exactly why scalping and day trading lean toward EMA rather than SMA. In my experience the difference really shows up on sharp impulse candles: EMA picks up the move by the second or third candle, while an SMA of the same period can lag 5-7 bars behind. That's part of why EMA gets used more than classic SMA on lower timeframes.

Let's run actual numbers so the difference is concrete, not just words. Say the closing prices of the last five one-minute BTC/USDT candles are: 67,100, 67,250, 67,180, 67,400, 67,550.

SMA 5 here would be the sum of these five numbers divided by five: (67,100 + 67,250 + 67,180 + 67,400 + 67,550) / 5 = 67,296.

EMA is calculated differently, through a recursive formula where each new value builds on the previous EMA value and the K coefficient. If we simplify by setting the first EMA value equal to the SMA (a standard initialization practice) and then recalculate using the formula above, the resulting EMA 5 ends up closer to the most recent prices — above 67,400 — rather than toward the middle of the range like the SMA. A 100-150 point difference might look trivial at first glance, but those exact points determine whether you catch the start of a move or enter a couple of candles late.

SMA vs EMA: When to Use Which

There's no clear-cut "better" here — it all depends on what you're trying to do.

SMA is worth keeping around when you need to gauge the overall market backdrop on higher timeframes. SMA 50 and SMA 200 on the daily chart still serve as a benchmark even for large funds trading BTC and ETH. It's a kind of shared market language: when analysts say "price above the 200-day," everyone knows what that means without further explanation.

EMA makes more sense where reaction speed matters: scalping, day trading, hunting for entries on breakouts and pullbacks. I usually keep an EMA on my working timeframes and SMA 200 on the higher one as a background trend filter, mainly so I don't open a short on an asset that's clearly in a stable uptrend structure.

There are intermediate options too, like WMA (weighted moving average) or HMA (Hull MA), which try to combine the best of both worlds: EMA's speed and SMA's smoothness. But in 90% of practical crypto cases, the basic EMA/SMA combo is enough, and the exotic variants add complexity without a proportional gain in accuracy.

How to Set Up Moving Averages for Crypto

Setting up an MA comes down to two parameters: the period and the timeframe you're watching it on. Beginners' typical mistake is carrying periods straight over from stock trading textbooks into crypto without accounting for its volatility and round-the-clock trading with no days off.

Periods: 9, 21, 50, 200 — What Each One Means

Each period answers its own question, and mixing them up matters.

EMA 9 shows the micro-trend of the last few hours on an hourly chart, or the last 9 minutes on M1. It reacts almost instantly, but also whipsaws the most, especially in a quiet market phase.

EMA 21 smooths more and acts as a filter for EMA 9. If both lines point the same way, the trend is considered more solid, and the odds of continuation are higher.

SMA 50 reflects the mid-term market mood over the last month to six weeks on daily charts, or a couple of days on a four-hour chart. It often acts as a dynamic support zone in a trending move, one price regularly returns to before a new impulse.

SMA 200 is a bigger-picture reference point. On the daily timeframe, many traders — and even some analytics aggregators like CoinGlass — use price crossing SMA 200 as an informal line between a bull and bear cycle.

Below is the summary table I usually check depending on the specific task.

MA PeriodWhat It's Used ForTimeframe
EMA 9Quick entry, micro-trendM1, M5
EMA 21Filter for EMA 9, direction confirmationM5, M15
SMA 50Mid-term dynamic support/resistanceH1, H4
SMA 100Intermediate trend, less used on its ownH4, D1
SMA 200Global trend, bull/bear market splitD1, W1

Notice there's no universal "best" period in this table. Each one solves a specific task on its own horizon. Stacking them without understanding why each line is there just clutters the chart.

Settings for Different Timeframes

On M1-M5, the lines live a fast, jittery life. It makes sense to keep EMA 9 and EMA 21 here, maybe adding EMA 50 as a distant filter at most. Three lines, no more. Every extra MA on a scalper's chart is one more reason to get stuck analyzing instead of actually entering, and in scalping a second's hesitation often costs real money.

On H1-H4, the logic shifts. Here EMA 21 and SMA 50 act as zones price pulls back to and then continues from. Candle patterns line up especially well here in combination with a touch of the average: pin bars, engulfing candles, inside bars right at the line.

On D1 and above, the main players are SMA 50, SMA 100, and SMA 200. Their crossovers (the golden or death cross) generate signals relevant for weeks ahead, not just a couple of hours. Here reaction speed matters less, but reliability matters more.

One point that often gets overlooked: Bitcoin and large altcoins like ETH behave a bit calmer on MAs than low-liquidity second- and third-tier coins. On thin pairs, the line can get punched through by a single wick, and the signal turns out false simply because of low liquidity in the instrument, not any real shift in market sentiment.

A useful habit: before trading a new asset, glance at a couple of weeks of historical data and check how the MA has behaved, whether it's given false breakouts often. That takes five minutes and can save you a lot more.

Moving averages in trading are rarely used in isolation — traders usually work them alongside the order book and clusters. You can learn more about that, plus how experienced scalpers read them, in the free lesson from the "Trading From Scratch | Free Crypto Trading and Scalping Course" on our YouTube channel. The lesson is part of a full five-lesson playlist, and it's free.

Trading Strategies Based on Moving Averages

Three core schemes cover most of the practical value of the indicator: line crossovers, using them as a dynamic level, and combining them with real order flow.

EMA Crossover (Golden Cross / Death Cross)

A Golden Cross happens when a fast MA crosses a slow one from below. The classic version on a daily chart: EMA 50 crosses SMA 200 from below. It's considered a signal for a bullish reversal and often makes headlines on crypto news sites.

A Death Cross is the mirror situation. The fast line drops below the slow one from above, signaling a shift to a downtrend. The name sounds dramatic, though it's the same math fact, just running in the opposite direction.

A real example. In October 2023, Bitcoin's EMA 50 crossed SMA 200 from below on the daily timeframe around $28,000. A few months later, price reached $73,000. A textbook example of a Golden Cross playing out.

But it doesn't always work that way. Crossovers on daily charts arrive with a delay of several days, and part of the move is already gone by the time you'd enter. I've checked historical data on several altcoins: Golden Cross fires noticeably less often there and with far more false signals than on BTC, where liquidity is deeper and moves are more structured.

On intraday timeframes, the logic is the same, just with smaller periods: EMA 9 crosses EMA 21. It's faster, but false signals are noticeably more frequent too, especially in a range, where the lines practically weave into each other.

Dynamic Support and Resistance

A line doesn't just show trend — it often works as a moving level too. In an uptrend, price regularly pulls back to EMA 21 or SMA 50, bounces off it, and continues higher. In a downtrend, the same thing happens in reverse, with the average acting as resistance price bounces down from.

The entry logic: wait for price to touch the line in the direction of the main trend, watch how candles react (a bounce, a pin bar, a volume engulf), and enter with the trend. The stop goes a bit below (or above) the average itself with a small buffer, so noise doesn't knock you out of the position early.

This setup works best in a clearly defined trend. What happens in a range? Price will poke through the average back and forth with no pattern at all, and entries like that will simply bleed your deposit dry through fees and small stops. Checking the higher timeframe ahead of time helps identify the trend: if H4 shows a clear uptrend, trading bounces off the EMA on M15 is far safer than guessing blind.

EMA + Order Book

This is where MAs start to differ from "textbook" indicator trading. An EMA on its own doesn't see real money in the market. It only sees the candle's closing price. And a closing price can easily be pushed by a single large print against an empty order book, especially on a low-liquidity pair.

That's why it's worth checking an EMA touch against the order book and the tape. If price approaches EMA 21 from below and there's a density level of 40-60 BTC sitting right under that level in the order book, the odds of a bounce are higher than if the book is empty and there's barely anything resting below price.

The same applies to the tape: if price slows down near the EMA line and large buys start printing on the tape, that confirms the level is actually being defended by real money, not just an indicator drawing a line there mathematically.

In my own experience, the hit rate on EMA touches noticeably improves when you also check the clusters. If there's a clear volume imbalance toward buyers inside the candle near the EMA, the bounce plays out much more often than a plain visual signal with no order flow confirmation. Without that confirmation, you're essentially trading a coincidence, not a pattern.

Moving Averages for Scalping

Scalping lives on seconds and minutes, so the logic of applying an MA shifts toward speed and constantly re-checking the signal against real market data. Technical analysis takes a back seat here — the real order and trade flow comes first. A full set of working combinations for fast trading is covered in "Indicators for Scalping: A Complete Overview".

EMA 9/21 on M1-M5

The base combo for scalping: EMA 9 and EMA 21 on the one-minute or five-minute chart. When EMA 9 sits above EMA 21 and both are rising, the market is considered in a short-term upward impulse. EMA 9 turning down followed by crossing below EMA 21 often signals the move is fading.

A trade example. On SOL/USDT on the five-minute chart, price was climbing, with EMA 9 holding above EMA 21 through the whole trend. When price pulled back exactly to EMA 21 at 142.30, and order book volume under price showed a density level of 8,400 USDT, a long was opened with a stop at 141.80, just below the average. The take-profit was set ahead of the next major density level at 144.10. The risk-to-reward ratio came out to roughly 1 to 3.6, decent for such a simple setup.

Another example, this one a loss. On BTC/USDT during a period of low liquidity (night session, Asian session not yet picking up), EMA 9 and EMA 21 crossed five times in 40 minutes. Every crossover looked like an entry signal, but price was just chopping through a narrow 20-30 point range. Three stops in a row, a clean loss on fees. The takeaway is simple: without volume and volatility, fast EMA crossovers generate noise, not signal.

A third example, this time with a higher-timeframe filter. On ETH/USDT, the daily chart showed a solid uptrend, with price above SMA 50. On the five-minute chart, EMA 9 crossed EMA 21 from below at the 3,180 level, and the tape sharply accelerated toward buys at the same time. A long was entered, stop at 3,165, take-profit ahead of the density level at 3,220. The trade closed on the take-profit in under 12 minutes. The difference from the earlier losing example comes down to having a trend filter and volume confirmation.

Confirmation via the Tape

A rule worth locking in: an EMA crossover on its own isn't a reason to enter. It's only the first filter. Before hitting the button, I usually wait for confirmation on the tape, because a clean line crossover produces too many false signals on a low timeframe.

Confirmation looks like this: EMA 9 crosses above EMA 21, and at the same time the tape shows a run of buys with volume noticeably above average for that asset. If the crossover happens but the tape is moving sluggishly with no large trades, the odds of a false signal are much higher, and it's better to skip that entry point.

Another useful filter: watch the clusters inside the last 2-3 candles. If the POC (the price level with the highest traded volume inside a candle) shifts upward along with the EMA crossover, that points to real buying pressure on the asset, not just a technical shape on the chart that every terminal would draw the same way.

Worth a brief detour into psychology here. A line looks clean and easy to understand. That's exactly why beginners fall in love with it so quickly and start trading literally every crossover. The problem is the market has no obligation to respect a mathematical formula. The formula describes the past, while money in the moment flows wherever the big players want it to go, not wherever the line on the chart points.

How to Add Moving Averages in the Terminal

Technically, adding an MA to a chart takes under a minute in any modern terminal, including Secret Terminal. Through the indicators menu on the chart, you pick the average type (SMA or EMA), set the period, and, if needed, the price source (usually the close, though some traders calculate the average off (High+Low)/2 or a typical price).

After adding your first MA, it makes sense to clone the chart window right away, so you can keep your working timeframe with the EMA 9/21 combo on one screen and a higher timeframe with SMA 50 and SMA 200 on the adjacent window for broader context. The terminal's Links feature syncs the ticker across all open windows at the same time: change the pair in one place, and it automatically carries over to every linked module, including the order book and the tape.

It's worth setting up the line color scheme so the fast and slow EMA are visually distinct from each other — a bright and a muted shade of the same color, for example. That sounds like a minor detail, but during a long trading session your eyes get tired, and mixing up similar-colored lines costs real money on a bad entry.

It's also worth saving a finished indicator combo as a theme or preset. That way, opening a new ticker doesn't mean manually resetting periods and colors again, and the workflow stays fast even when you're switching assets often during a session.

EMA Entry Checklist for Scalping

Before hitting the entry button, it helps to run through a short checklist. It doesn't guarantee a profitable trade, but it noticeably cuts down on random entries.

First, the higher timeframe confirms the direction rather than contradicting it. Second, the EMA 9/21 crossover happened against a noticeable expansion in candle range, not in a tight sideways range. Third, the tape accelerated in the direction of the trade rather than moving sluggishly. Fourth, there's no large opposing density level nearby in the order book that could stop the move short of the target. And fifth, the last candle's cluster shows volume shifted in the right direction, not evenly spread with no clear leader.

If at least three or four of these five points check out, the trade is considered reasonably justified. If only the line crossover matches and everything else is silent, it's smarter to skip the signal and wait for a cleaner one. Your deposit isn't unlimited, and every extra entry without confirmation is just an extra fee going into the exchange's pocket instead of yours.

Mistakes When Working With MAs

The first and most common mistake: trading every crossover with no trend filter. In a range, even an EMA 9/21 combo will cross dozens of times an hour, and following every signal guarantees a string of small losses that quietly eat away at your deposit.

The second mistake: ignoring the lag. An MA is always built on past data. The longer the period, the stronger the delay. SMA 200 shows a trend reversal only after price has already covered a significant part of the move. Using it as a precise entry signal rather than a background filter is strategically wrong and often leads to buying at local highs.

The third mistake: cluttering the chart. Five or six moving averages of different periods on one screen create visual noise that makes it hard to make quick decisions. Two or three lines are enough for most tasks; anything beyond that just slows down your reaction when you need to act fast.

The fourth mistake, especially common among crypto beginners, is trading MAs with no regard for actual liquidity. A line doesn't know what's happening in the order book right now. It can show a clean crossover right where a large density level worth several hundred thousand dollars is sitting above, ready to instantly reverse price the other way.

The fifth mistake is purely psychological: chasing the "perfect" crossover after it's already happened. If the move along the EMA has already covered 2-3% from the crossover point, entering on that tail often turns into buying a local high with minimal upside and maximum pullback risk. It's better to skip the trade than chase a move that's already gone.

The sixth mistake, mentioned less often: blindly copying someone else's period settings without adapting them to the specific asset. What works well on BTC with its deep liquidity won't necessarily work the same way on a coin with a $50 million market cap, where a single large order can push price straight through any MA with no resistance at all.

The seventh mistake involves trading across several exchanges at once. BTC/USDT's price on Binance and, say, OKX or Bybit almost always matches down to a few points, but the gap can briefly widen during high volatility. If your terminal calculates the EMA off one exchange's data while you're trading on another, the crossover signal can fire a couple of seconds earlier or later than it does on the real chart of your execution exchange. For scalping, where every second counts, that's a detail that often gets missed.

Moving Averages Combined With Other Indicators

MAs are rarely used in full isolation. In practice, a line usually works as the first filter, and the decision gets made with other tools in mind too.

With RSI, the combo is simple: if the EMA shows an uptrend and RSI isn't sitting in overbought territory above 70, the odds of continued upside are higher. If price is climbing along the EMA while RSI has been stuck at 80-85 for a while, it's worth being more cautious, since the market may be setting up for a correction. You can find a detailed breakdown of how to read the RSI scale and which levels to watch in "RSI: How the Relative Strength Index Works".

With MACD, the logic is similar, since MACD itself is built on the difference between two EMAs (usually 12 and 26 periods) plus a signal line. Essentially, MACD is already a ready-made derivative of a moving-average combo, just plotted in a separate indicator window for easier reading of the histogram.

The connection to Bollinger Bands runs even deeper: the middle band of Bollinger Bands is most commonly built as an SMA 20. If price moves far past the upper band while sitting well above EMA 21, that often signals an overheated short-term move that will eventually revert back to the average.

Mixing all four indicators at once on the same chart isn't a good idea — the screen turns into a mess of lines. It's smarter to keep the EMA right on the price chart and push RSI or MACD into a separate window below as a confirming filter.

FAQ

  • What's the main difference between EMA and SMA?

    EMA reacts more strongly to recent candles and turns faster. SMA averages every point in the period equally and lags more. Because of that, EMA gets used more in scalping, and SMA on higher timeframes for gauging the overall trend.

  • Which EMA period is best for crypto scalping?

    On M1-M5, the EMA 9 and EMA 21 combo is the most common choice. It's fast enough to catch local moves and stable enough not to fire a signal on every other bar.

  • Can you trade using only moving averages, without the order book?

    You can, but in crypto that generates a lot of false signals due to sharp drops and wicks. An EMA crossover is worth confirming with order book and tape activity, otherwise the share of losing entries climbs noticeably.

  • What is SMA 200, and why does everyone watch it?

    SMA 200 on the daily timeframe is treated as an informal line between a bull and bear market. Price above SMA 200 is usually associated with an uptrend, below it with a downtrend, though that's not a strict rule, and crypto has its exceptions.

  • Why does a moving average lag?

    An MA is built on already-closed prices from a past period, so it always shows an averaged past, not future movement. The longer the period, the stronger the lag, and that's a normal trade-off for smoothing out noise.

  • Do moving averages work in a flat market?

    Not well. In a range, EMA and SMA constantly cross each other, generating plenty of false signals. In those conditions, it's smarter to switch to order book and cluster analysis instead of betting on MA crossovers.

  • How many moving averages should you keep on the chart at once?

    Two or three is usually enough: one fast one for entries, one slow one as a trend filter. Five or more lines just overload your perception without adding any decision-making accuracy.

Bottom Line

EMA and SMA don't replace market analysis, they simplify it. A fast EMA is useful where reaction speed matters. A slow SMA is useful where overall context and the picture weeks ahead matter. Crossovers give you a signal, not a guarantee.

Confirming through order book density levels, the tape, and clusters filters out a significant share of false entries, especially on low timeframes, where crypto tends toward sharp, meaningless spikes with no real volume behind them. The indicator draws a line based on past prices, while the order book and tape show where the money actually is right now.

Order book, tape, and cluster data alongside moving averages are all available in Secret Terminal in a single working window, with no switching between exchange tabs. Setting up the order book to your style takes one click, and the Links feature syncs the chart, order book, and tape to a single ticker automatically, so you don't have to manually switch each window one by one.

Multi-exchange connections through the API to Binance, Bybit, OKX, MEXC, WhiteBIT, and Kraken let you run a single workflow across several exchanges at once, without opening a dozen browser tabs. And your saved trade history in the Journal module helps you later figure out whether an EMA crossover actually worked because of volume confirmation, or whether it was just a lucky trade you shouldn't blindly repeat next time.

Was helpful

Your rating will help us improve the quality of published materials and increase their usefulness.