AROON OSCILLATOR Гайд по трейдингу
Обновлено: July 22, 2026
The Aroon Oscillator — это квантитативный инструмент технического анализа. Aroon Oscillator Oscillator-only port of "Aroon Oscillator [BigBeluga]". Original Pine source is licensed under CC BY-NC-SA 4.0.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Aroon Длина (
length): Controls the calculation period and sensitivity for market detection. - Smooth (
smooth): Controls the calculation period and sensitivity for market detection. - Signal Line (
signalДлина): Controls the calculation period and sensitivity for market detection. - Show Mean Reversion Dots (
showMeanReversion): Controls the calculation period and sensitivity for market detection. - Show Trend Signals (
showTrendSignals): Controls the calculation period and sensitivity for market detection. - Up (
up): Controls the calculation period and sensitivity for market detection. - Down (
down): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero): Controls the calculation period and sensitivity for market detection. - Long Arrow (
trendUp): Controls the calculation period and sensitivity for market detection. - Short Arrow (
trendDown): Controls the calculation period and sensitivity for market detection. - Smaller Knee Arrow (
smallerKnee): Controls the calculation period and sensitivity for market detection. - Mean Reversion Up Dot (
reversionUp): Controls the calculation period and sensitivity for market detection. - Mean Reversion Down Dot (
reversionDown): Controls the calculation period and sensitivity for market detection. - Up Fill (
upFill): Controls the calculation period and sensitivity for market detection. - Down Fill (
downFill): Controls the calculation period and sensitivity for market detection. - Up Background (
upBg): Controls the calculation period and sensitivity for market detection. - Down Background (
downBg): Controls the calculation period and sensitivity for market detection. - Smaller Knee Background (
smallerKneeBg): Controls the calculation period and sensitivity for market detection. - Aroon Oscillator (
osc): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - Long (
longSignal): Controls the calculation period and sensitivity for market detection. - Short (
shortSignal): Controls the calculation period and sensitivity for market detection. - Long Smaller Knee (
longSmallKneeSignal): Controls the calculation period and sensitivity for market detection. - Short Smaller Knee (
shortSmallKneeSignal): Controls the calculation period and sensitivity for market detection. - Mean Reversion Up (
meanRevUp): Controls the calculation period and sensitivity for market detection. - Mean Reversion Down (
meanRevDown): Controls the calculation period and sensitivity for market detection. - Aroon Oscillator (
osc): Controls the calculation period and sensitivity for market detection. - Signal Line (
signal): Controls the calculation period and sensitivity for market detection. - Long Zero Cross (
longSignal): Controls the calculation period and sensitivity for market detection. - Short Zero Cross (
shortSignal): Controls the calculation period and sensitivity for market detection. - Long Smaller Knee Zero Cross (
longSmallKneeSignal): Controls the calculation period and sensitivity for market detection. - Short Smaller Knee Zero Cross (
shortSmallKneeSignal): Controls the calculation period and sensitivity for market detection. - Mean Reversion Up (
meanRevUp): Controls the calculation period and sensitivity for market detection. - Mean Reversion Down (
meanRevDown): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
longSignal- Long Zero Cross event signal.shortSignal- Short Zero Cross event signal.longSmallKneeSignal- Long Smaller Knee Zero Cross event signal.shortSmallKneeSignal- Short Smaller Knee Zero Cross event signal.meanRevUp- Mean Reversion Up event signal.meanRevDown- Mean Reversion Down event signal.
2. Фильтры и торговые уровни
length- Aroon Длина value used for structural qualification or thresholds.smooth- Smooth value used for structural qualification or thresholds.signalДлина- Signal Line value used for structural qualification or thresholds.showMeanReversion- Show Mean Reversion Dots value used for structural qualification or thresholds.showTrendSignals- Show Trend Signals value used for structural qualification or thresholds.up- Up value used for structural qualification or thresholds.down- Down value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.zero- Zero Line value used for structural qualification or thresholds.trendUp- Long Arrow value used for structural qualification or thresholds.trendDown- Short Arrow value used for structural qualification or thresholds.smallerKnee- Smaller Knee Arrow value used for structural qualification or thresholds.reversionUp- Mean Reversion Up Dot value used for structural qualification or thresholds.reversionDown- Mean Reversion Down Dot value used for structural qualification or thresholds.upFill- Up Fill value used for structural qualification or thresholds.downFill- Down Fill value used for structural qualification or thresholds.upBg- Up Background value used for structural qualification or thresholds.downBg- Down Background value used for structural qualification or thresholds.smallerKneeBg- Smaller Knee Background value used for structural qualification or thresholds.osc- Aroon Oscillator value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.zeroLine- Zero Line value used for structural qualification or thresholds.longSignal- Long value used for structural qualification or thresholds.shortSignal- Short value used for structural qualification or thresholds.longSmallKneeSignal- Long Smaller Knee value used for structural qualification or thresholds.shortSmallKneeSignal- Short Smaller Knee value used for structural qualification or thresholds.meanRevUp- Mean Reversion Up value used for structural qualification or thresholds.meanRevDown- Mean Reversion Down value used for structural qualification or thresholds.osc- Aroon Oscillator value used for structural qualification or thresholds.signal- Signal Line value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.