# Knowledge Base

- [Vocabulary](https://help.signals.network/knowledge-base/vocabulary.md)
- [Base currency](https://help.signals.network/knowledge-base/vocabulary/base-currency.md): AKA transaction currency
- [Deployment](https://help.signals.network/knowledge-base/vocabulary/deployment.md): AKA Paper Trade
- [Following](https://help.signals.network/knowledge-base/vocabulary/following.md): AKA Strategy subscription
- [Quote currency](https://help.signals.network/knowledge-base/vocabulary/quote-currency.md): AKA counter currency
- [Strategy](https://help.signals.network/knowledge-base/vocabulary/strategy.md): AKA trading strategy, or trading or algorithmic model
- [Technical Indicators](https://help.signals.network/knowledge-base/indicators.md)
- [Oscillators](https://help.signals.network/knowledge-base/indicators/oscilators.md): Technical indicators that vary between set levels, or above/below a center line, to indicate if an asset sits in overbought or oversold conditions.
- [Average Directional Index (ADX)](https://help.signals.network/knowledge-base/indicators/oscilators/average-directional-index-adx.md): Indicator that calculates the strength of tendencies, whether they are bullish or bearish.
- [Momentum Indicator (MOM)](https://help.signals.network/knowledge-base/indicators/oscilators/momentum-indicator-mom.md): Indicator that compares the current price of an asset with prices from previous periods to calculate the momentum.
- [Moving Average Convergence Divergence (MACD)](https://help.signals.network/knowledge-base/indicators/oscilators/moving-average-convergence-divergence-macd.md): Indicator that uses 2 different averages of prices to calculate a trend’s momentum, direction and strength.
- [Relative Strength Index (RSI)](https://help.signals.network/knowledge-base/indicators/oscilators/relative-strenght-index-rsi.md): A momentum indicator that measures the speed and magnitude of the recent price changes of an asset, to determine if it has been overbought or oversold.
- [Stochastic RSI (STOCH RSI)](https://help.signals.network/knowledge-base/indicators/oscilators/stochastic-rsi-stoch-rsi.md): Indicator that uses a Stochastic formula on a set of RSI values to measure momentum and determine if an asset is overbought or oversold.
- [Volatility](https://help.signals.network/knowledge-base/indicators/volatility.md): Technical indicators to help you measure the variation in an asset’s price action.
- [Average True Range (ATR)](https://help.signals.network/knowledge-base/indicators/volatility/average-true-range-atr.md): Indicator that measures the actual volatility of the market.
- [Bollinger Bands (BB)](https://help.signals.network/knowledge-base/indicators/volatility/bollinger-bands-bb.md): Indicator used to show upper and lower limits of potential price movements.
- [Trend Analysis](https://help.signals.network/knowledge-base/indicators/trend-analysis.md): Technical indicators to measure the direction and strength of an asset’s trend, providing valuable information as to whether the current conditions are bullish or bearish.
- [Exponential Moving Average (EMA)](https://help.signals.network/knowledge-base/indicators/trend-analysis/exponential-moving-average-ema.md): Moving average indicator which measures the trend direction over a period of time.
- [Simple Moving Average (SMA)](https://help.signals.network/knowledge-base/indicators/trend-analysis/simple-moving-average-sma.md): Moving average indicator which measures the trend direction over a period of time.
- [Volume-weighted Moving Average (VWMA)](https://help.signals.network/knowledge-base/indicators/trend-analysis/volume-weighted-moving-average-vwma.md)
- [Weighted Moving Average (WMA)](https://help.signals.network/knowledge-base/indicators/trend-analysis/weighted-moving-average-wma.md): Moving average indicator very similar to SMA but, as with EMA, it adds more weight to recent data points.
- [Volume](https://help.signals.network/knowledge-base/indicators/volume.md): Technical indicators that use the total amount of money traded on an asset as the input to their formula.
- [Accumulation/Distribution Line (ADL)](https://help.signals.network/knowledge-base/indicators/volume/accumulation-distribution-line-adl.md): Volume based indicator designed to measure underlying supply and demand.


---

# 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://help.signals.network/knowledge-base.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.
