VMC CIPHER A Гайд по трейдингу
Обновлено: July 22, 2026
The VuManChu Cipher A — это квантитативный инструмент технического анализа. VMC_CIPHER_A: VuManChu Cipher A Indicator Optimized to Golden Standard. Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- WT Channel Длина (
wtChannelLen): Controls the calculation period and sensitivity for market detection. - WT Average Длина (
wtAvgLen): Controls the calculation period and sensitivity for market detection. - WT MA Длина (
wtMALen): Controls the calculation period and sensitivity for market detection. - WT Перекупленность 1 (
obLevel): Controls the calculation period and sensitivity for market detection. - WT Перекупленность 2 (
obLevel2): Controls the calculation period and sensitivity for market detection. - WT Перекупленность 3 (
obLevel3): Controls the calculation period and sensitivity for market detection. - WT Перепроданность 1 (
osLevel): Controls the calculation period and sensitivity for market detection. - WT Перепроданность 2 (
osLevel2): Controls the calculation period and sensitivity for market detection. - WT Перепроданность 3 (
osLevel3): Controls the calculation period and sensitivity for market detection. - RSI Длина (
rsiLen): Controls the calculation period and sensitivity for market detection. - RSI Перепроданность (
rsiПерепроданность): Controls the calculation period and sensitivity for market detection. - RSI Перекупленность (
rsiПерекупленность): Controls the calculation period and sensitivity for market detection. - RSI+MFI Период (
rsiMfiПериод): Controls the calculation period and sensitivity for market detection. - RSI+MFI Множитель (
rsiMfiМножитель): Controls the calculation period and sensitivity for market detection. - Show EMA Ribbon (
showRibbon): Controls the calculation period and sensitivity for market detection. - Show Red Diamond (
showRedDiamond): Controls the calculation period and sensitivity for market detection. - Show Blood Diamond (
showBloodDiamond): Controls the calculation period and sensitivity for market detection. - Show Yellow Cross (
showYellowCross): Controls the calculation period and sensitivity for market detection. - Show Blue Triangle (
showBlueTriangle): Controls the calculation period and sensitivity for market detection. - Show Long EMA (
showLongEma): Controls the calculation period and sensitivity for market detection. - Show Short EMA (
showShortEma): Controls the calculation period and sensitivity for market detection. - Show Bull Candle (
showBullCandle): Controls the calculation period and sensitivity for market detection. - WaveTrend 1 (
wt1): Controls the calculation period and sensitivity for market detection. - WaveTrend 2 (
wt2): Controls the calculation period and sensitivity for market detection. - RSI (
rsi): Controls the calculation period and sensitivity for market detection. - Long EMA Signal (
_longEma): Controls the calculation period and sensitivity for market detection. - Short EMA Signal (
_shortEma): Controls the calculation period and sensitivity for market detection. - Blood Diamond Signal (
_bloodDiamond): Controls the calculation period and sensitivity for market detection. - Red Diamond Signal (
_redDiamond): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
_longEma- Long EMA Signal event signal._shortEma- Short EMA Signal event signal._bloodDiamond- Blood Diamond Signal event signal._redDiamond- Red Diamond Signal event signal.
2. Фильтры и торговые уровни
wtChannelLen- WT Channel Длина value used for structural qualification or thresholds.wtAvgLen- WT Average Длина value used for structural qualification or thresholds.wtMALen- WT MA Длина value used for structural qualification or thresholds.obLevel- WT Перекупленность 1 value used for structural qualification or thresholds.obLevel2- WT Перекупленность 2 value used for structural qualification or thresholds.obLevel3- WT Перекупленность 3 value used for structural qualification or thresholds.osLevel- WT Перепроданность 1 value used for structural qualification or thresholds.osLevel2- WT Перепроданность 2 value used for structural qualification or thresholds.osLevel3- WT Перепроданность 3 value used for structural qualification or thresholds.rsiLen- RSI Длина value used for structural qualification or thresholds.rsiПерепроданность- RSI Перепроданность value used for structural qualification or thresholds.rsiПерекупленность- RSI Перекупленность value used for structural qualification or thresholds.rsiMfiПериод- RSI+MFI Период value used for structural qualification or thresholds.rsiMfiМножитель- RSI+MFI Множитель value used for structural qualification or thresholds.showRibbon- Show EMA Ribbon value used for structural qualification or thresholds.showRedDiamond- Show Red Diamond value used for structural qualification or thresholds.showBloodDiamond- Show Blood Diamond value used for structural qualification or thresholds.showYellowCross- Show Yellow Cross value used for structural qualification or thresholds.showBlueTriangle- Show Blue Triangle value used for structural qualification or thresholds.showLongEma- Show Long EMA value used for structural qualification or thresholds.showShortEma- Show Short EMA value used for structural qualification or thresholds.showBullCandle- Show Bull Candle value used for structural qualification or thresholds.wt1- WaveTrend 1 value used for structural qualification or thresholds.wt2- WaveTrend 2 value used for structural qualification or thresholds.rsi- RSI value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.