MATRIX SERIES Гайд по трейдингу
Обновлено: July 22, 2026
The Matrix Series — это квантитативный инструмент технического анализа. MATRIX_SERIES Ported from legacy klinecharts indicator and optimized to Golden Standard. Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Price Период (
priceПериод): Controls the calculation period and sensitivity for market detection. - Smoother (
smoother): Controls the calculation period and sensitivity for market detection. - Show Matrix Signals (
showMatrixSignals): Controls the calculation period and sensitivity for market detection. - Show Dynamic Zones (
showDynamicZones): Controls the calculation period and sensitivity for market detection. - Zone Период (
zoneПериод): Controls the calculation period and sensitivity for market detection. - Show Vix Fix Hist (
showVixFix): Controls the calculation period and sensitivity for market detection. - Vix Lookback (
vixLookback): Controls the calculation period and sensitivity for market detection. - Show FE Signals (
showFe): Controls the calculation period and sensitivity for market detection. - Перекупленность (
overbought): Controls the calculation period and sensitivity for market detection. - Перепроданность (
oversold): Controls the calculation period and sensitivity for market detection. - Show AE Signals (
showAe): Controls the calculation period and sensitivity for market detection. - Show FS Signals (
showFs): Controls the calculation period and sensitivity for market detection. - Show AS Signals (
showAs): Controls the calculation period and sensitivity for market detection. - Matrix Open (
matOpen): Controls the calculation period and sensitivity for market detection. - Matrix Close (
matClose): Controls the calculation period and sensitivity for market detection. - Matrix Up (
matUp): Controls the calculation period and sensitivity for market detection. - Matrix Down (
matDown): Controls the calculation period and sensitivity for market detection. - Resistance (
resLine): Controls the calculation period and sensitivity for market detection. - Support (
supLine): Controls the calculation period and sensitivity for market detection. - Vix Fix (
wvf): Controls the calculation period and sensitivity for market detection. - Dot Up (
dotUp): Controls the calculation period and sensitivity for market detection. - Dot Down (
dotDown): Controls the calculation period and sensitivity for market detection. - FE Signal (
isFE): Controls the calculation period and sensitivity for market detection. - AE Signal (
isAE): Controls the calculation period and sensitivity for market detection. - FS Signal (
isFS): Controls the calculation period and sensitivity for market detection. - AS Signal (
isAS): Controls the calculation period and sensitivity for market detection. - Matrix Buy (
matBuy): Controls the calculation period and sensitivity for market detection. - Matrix Sell (
matSell): Controls the calculation period and sensitivity for market detection. - Matrix Up (
matUp): Controls the calculation period and sensitivity for market detection. - Matrix Down (
matDown): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isFE- FE Signal event signal.isAE- AE Signal event signal.isFS- FS Signal event signal.isAS- AS Signal event signal.matBuy- Matrix Buy event signal.matSell- Matrix Sell event signal.
2. Фильтры и торговые уровни
priceПериод- Price Период value used for structural qualification or thresholds.smoother- Smoother value used for structural qualification or thresholds.showMatrixSignals- Show Matrix Signals value used for structural qualification or thresholds.showDynamicZones- Show Dynamic Zones value used for structural qualification or thresholds.zoneПериод- Zone Период value used for structural qualification or thresholds.showVixFix- Show Vix Fix Hist value used for structural qualification or thresholds.vixLookback- Vix Lookback value used for structural qualification or thresholds.showFe- Show FE Signals value used for structural qualification or thresholds.overbought- Перекупленность value used for structural qualification or thresholds.oversold- Перепроданность value used for structural qualification or thresholds.showAe- Show AE Signals value used for structural qualification or thresholds.showFs- Show FS Signals value used for structural qualification or thresholds.showAs- Show AS Signals value used for structural qualification or thresholds.matOpen- Matrix Open value used for structural qualification or thresholds.matClose- Matrix Close value used for structural qualification or thresholds.matUp- Matrix Up value used for structural qualification or thresholds.matDown- Matrix Down value used for structural qualification or thresholds.resLine- Resistance value used for structural qualification or thresholds.supLine- Support value used for structural qualification or thresholds.wvf- Vix Fix value used for structural qualification or thresholds.dotUp- Dot Up value used for structural qualification or thresholds.dotDown- Dot Down value used for structural qualification or thresholds.matUp- Matrix Up value used for structural qualification or thresholds.matDown- Matrix Down value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.