PROJECTION OSCILLATOR Гайд по трейдингу
Обновлено: July 22, 2026
The Projection Oscillator — это квантитативный инструмент технического анализа. Projection Oscillator Bounded 0..100 oscillator based on Projection Bands logic. It projects recent highs/lows to the current bar using the linear-regression
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Projection Длина (
projectionДлина): Controls the calculation period and sensitivity for market detection. - Signal EMA Длина (
signalДлина): Controls the calculation period and sensitivity for market detection. - PO Smoothing (
smoothДлина): Controls the calculation period and sensitivity for market detection. - Перекупленность Level (
overbought): Controls the calculation period and sensitivity for market detection. - Перепроданность Level (
oversold): Controls the calculation period and sensitivity for market detection. - Divergence Pivot Left (
divPivotLeft): Controls the calculation period and sensitivity for market detection. - Divergence Pivot Right (
divPivotRight): Controls the calculation period and sensitivity for market detection. - Divergence Min Bars (
divMinBars): Controls the calculation period and sensitivity for market detection. - Divergence Max Bars (
divMaxBars): Controls the calculation period and sensitivity for market detection. - Projection Oscillator (
po): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signal): Controls the calculation period and sensitivity for market detection. - PO - Signal (
histogram): Controls the calculation period and sensitivity for market detection. - Projection Oscillator (
po): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signal): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bull): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bear): Controls the calculation period and sensitivity for market detection. - Above 50 Fill (
bullFill): Controls the calculation period and sensitivity for market detection. - Below 50 Fill (
bearFill): Controls the calculation period and sensitivity for market detection. - Перекупленность Fill (
upperFill): Controls the calculation period and sensitivity for market detection. - Перепроданность Fill (
lowerFill): Controls the calculation period and sensitivity for market detection. - Level Lines (
level): Controls the calculation period and sensitivity for market detection. - Projection Oscillator (
po): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signal): Controls the calculation period and sensitivity for market detection. - PO - Signal (
histogram): Controls the calculation period and sensitivity for market detection. - Raw Projection Oscillator (
rawPo): Controls the calculation period and sensitivity for market detection. - Upper Projection Band (
upperProjection): Controls the calculation period and sensitivity for market detection. - Lower Projection Band (
lowerProjection): Controls the calculation period and sensitivity for market detection. - PO Бычий Cross (
bullCross): Controls the calculation period and sensitivity for market detection. - PO Медвежий Cross (
bearCross): Controls the calculation period and sensitivity for market detection. - PO Перекупленность (
isПерекупленность): Controls the calculation period and sensitivity for market detection. - PO Перепроданность (
isПерепроданность): Controls the calculation period and sensitivity for market detection. - PO Reclaimed Перепроданность (
reclaimПерепроданность): Controls the calculation period and sensitivity for market detection. - PO Rejected Перекупленность (
rejectПерекупленность): Controls the calculation period and sensitivity for market detection. - Бычий PO Divergence (
bullDivergence): Controls the calculation period and sensitivity for market detection. - Медвежий PO Divergence (
bearDivergence): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
bullCross- PO Бычий Cross event signal.bearCross- PO Медвежий Cross event signal.isПерекупленность- PO Перекупленность event signal.isПерепроданность- PO Перепроданность event signal.reclaimПерепроданность- PO Reclaimed Перепроданность event signal.rejectПерекупленность- PO Rejected Перекупленность event signal.bullDivergence- Бычий PO Divergence event signal.bearDivergence- Медвежий PO Divergence event signal.
2. Фильтры и торговые уровни
projectionДлина- Projection Длина value used for structural qualification or thresholds.signalДлина- Signal EMA Длина value used for structural qualification or thresholds.smoothДлина- PO Smoothing value used for structural qualification or thresholds.overbought- Перекупленность Level value used for structural qualification or thresholds.oversold- Перепроданность Level value used for structural qualification or thresholds.divPivotLeft- Divergence Pivot Left value used for structural qualification or thresholds.divPivotRight- Divergence Pivot Right value used for structural qualification or thresholds.divMinBars- Divergence Min Bars value used for structural qualification or thresholds.divMaxBars- Divergence Max Bars value used for structural qualification or thresholds.po- Projection Oscillator value used for structural qualification or thresholds.signal- Signal EMA value used for structural qualification or thresholds.histogram- PO - Signal value used for structural qualification or thresholds.po- Projection Oscillator value used for structural qualification or thresholds.signal- Signal EMA value used for structural qualification or thresholds.histogram- PO - Signal value used for structural qualification or thresholds.rawPo- Raw Projection Oscillator value used for structural qualification or thresholds.upperProjection- Upper Projection Band value used for structural qualification or thresholds.lowerProjection- Lower Projection Band value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.