PROTECTED SOURCE SCRIPT
[FRK] Volatility-Adjusted Mean Reversion

🎯 What It Does :
- Spots when price has moved "too far" from average
- Adjusts for how jumpy/calm the market is right now
- Gives you better signals than simple oscillators
⚙️ Every Setting Explained:
- MA Length (9): How many bars for the "center line"
- Volatility Length (20): How many bars to measure "jumpiness"
- Threshold (0.04): When to actually signal you
- Price Input (Close): Which price to use
- MA Type (SMA): How to calculate the average
- Vol Multiplier (10.0): Just visual scaling
📊 Visual Guide:
- Blue line above red dotted = Price too high, expect drop
- Blue line below green dotted = Price too low, expect bounce
- Background colors = Active signals
- Table = Current stats and history
🧮 Simple Formula:
Signal = (Price - Average) ÷ Average ÷ (Volatility × 10)
When Signal > 0.04 or < -0.04 → Trade signal!
// ⚠️ IMPORTANT TRADING WARNING:
// DO NOT TRADE ON THIS SIGNAL ALONE! This is a confluence tool that helps you:
// • Understand current volatility vs historical levels
// • Get a "feel" for how extended current price moves are
// • Confirm other trading setups with volatility context
// • See when market is unusually calm or wild
- Spots when price has moved "too far" from average
- Adjusts for how jumpy/calm the market is right now
- Gives you better signals than simple oscillators
⚙️ Every Setting Explained:
- MA Length (9): How many bars for the "center line"
- Volatility Length (20): How many bars to measure "jumpiness"
- Threshold (0.04): When to actually signal you
- Price Input (Close): Which price to use
- MA Type (SMA): How to calculate the average
- Vol Multiplier (10.0): Just visual scaling
📊 Visual Guide:
- Blue line above red dotted = Price too high, expect drop
- Blue line below green dotted = Price too low, expect bounce
- Background colors = Active signals
- Table = Current stats and history
🧮 Simple Formula:
Signal = (Price - Average) ÷ Average ÷ (Volatility × 10)
When Signal > 0.04 or < -0.04 → Trade signal!
// ⚠️ IMPORTANT TRADING WARNING:
// DO NOT TRADE ON THIS SIGNAL ALONE! This is a confluence tool that helps you:
// • Understand current volatility vs historical levels
// • Get a "feel" for how extended current price moves are
// • Confirm other trading setups with volatility context
// • See when market is unusually calm or wild
Скрипт с защищённым кодом
Этот скрипт опубликован с закрытым исходным кодом. Однако вы можете использовать его свободно и без каких-либо ограничений — читайте подробнее здесь.
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.
Скрипт с защищённым кодом
Этот скрипт опубликован с закрытым исходным кодом. Однако вы можете использовать его свободно и без каких-либо ограничений — читайте подробнее здесь.
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.