# Coinlegs Academy

## Coinlegs Academy

- [Coinlegs Academy](https://academy.coinlegs.com/coinlegs-academy.md): Learn & Earn
- [MACD](https://academy.coinlegs.com/fundamentals/macd.md): Moving Average Convergence/Divergence
- [Ichimoku](https://academy.coinlegs.com/fundamentals/ichimoku.md)
- [Relative Strength Index (RSI)](https://academy.coinlegs.com/fundamentals/relative-strength-index-rsi.md)
- [Commodity Channel Index (CCI)](https://academy.coinlegs.com/fundamentals/commodity-channel-index-cci.md)
- [Stochastic](https://academy.coinlegs.com/fundamentals/stochastic.md)
- [Moving Average (MA)](https://academy.coinlegs.com/fundamentals/moving-average-ma.md)
- [SMA](https://academy.coinlegs.com/fundamentals/moving-average-ma/sma.md): Simple Moving Average
- [EMA](https://academy.coinlegs.com/fundamentals/moving-average-ma/ema.md): Exponential Moving Average
- [WMA](https://academy.coinlegs.com/fundamentals/moving-average-ma/wma.md): Linear Weighted Moving Average
- [SMMA](https://academy.coinlegs.com/fundamentals/moving-average-ma/smma.md): Smoothed Moving Average
- [EMA Crossovers](https://academy.coinlegs.com/fundamentals/ema-crossovers.md)
- [Confluence of EMAs](https://academy.coinlegs.com/fundamentals/confluence-of-emas.md)
- [Golden Cross/Death Cross](https://academy.coinlegs.com/fundamentals/golden-cross-death-cross.md)
- [TD Sequential](https://academy.coinlegs.com/advances/td-sequential.md)
- [Super Trend](https://academy.coinlegs.com/advances/super-trend.md)
- [Bollinger Bands](https://academy.coinlegs.com/advances/bollinger-bands.md): Bollinger Upper Band Breakout / Bollinger Lower Band Breakdown
- [Trend Reversal](https://academy.coinlegs.com/advances/trend-reversal.md)
- [Support/Resistance](https://academy.coinlegs.com/advances/support-resistance.md)
- [On-Balance Volume (OBV)](https://academy.coinlegs.com/advances/on-balance-volume-obv.md)
- [Chaikin Money Flow (CMF)](https://academy.coinlegs.com/advances/chaikin-money-flow-cmf.md)
- [Semarc](https://academy.coinlegs.com/advances/semarc.md)
- [Trend Line](https://academy.coinlegs.com/patterns/trend-line.md)
- [Failure Swing](https://academy.coinlegs.com/patterns/failure-swing.md)
- [Double Bottom / DoubleTop](https://academy.coinlegs.com/patterns/double-bottom-doubletop.md)
- [Triangle](https://academy.coinlegs.com/patterns/triangle.md)
- [Wedge](https://academy.coinlegs.com/patterns/wedge.md)
- [AB=CD Pattern](https://academy.coinlegs.com/patterns/ab-cd-pattern.md)
- [Elliot Waves](https://academy.coinlegs.com/patterns/elliot-waves.md)
- [RSI Divergence](https://academy.coinlegs.com/divergences/rsi-divergence.md)
- [OBV Divergence](https://academy.coinlegs.com/divergences/obv-divergence.md)
- [CMF Divergence](https://academy.coinlegs.com/divergences/cmf-divergence.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://academy.coinlegs.com/coinlegs-academy.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.
