Draft
Add institutional indicator stack (VWAP/TWAP/RVOL/MTF RSI/OBV/Advanced MACD) to Pine + Python strategy logic#9
Conversation
Copilot
AI
changed the title
[WIP] Add institutional-grade advanced indicators to trading strategy
Add institutional indicator stack (VWAP/TWAP/RVOL/MTF RSI/OBV/Advanced MACD) to Pine + Python strategy logic
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades the strategy from basic trend/volume confirmation to an institutional-style multi-signal framework across both TradingView and Python. It adds VWAP, TWAP, RVOL, multi-horizon RSI, OBV, and advanced MACD (with divergence proxies), and aligns enhanced entry/exit logic between implementations.
Pine strategy (
strategies/aapl_daily_ema_rsi_strategy.pine)Python indicator module (
indicators/institutional_indicators.py)vwap,twap,rvol,rsi,obv,obv_sma,macd.Python backtest engine (
test_netrade_dashboard.py)Documentation and reporting
README.mdwith new indicator definitions, strategy logic, and parameterized institutional filters.BACKTEST_RESULTS.mdto document baseline vs enhanced institutional configuration and archived result framing.Focused coverage (
tests/test_institutional_strategy.py)Example (Python signal stack):