Best Volume Trend Expert
Category: trend, market_structure
A trend-following signal indicator that combines chart object crossovers (trendlines/levels) with MACD and Fractal confirmation within specific time-of-day windows.
Formula
Buy = (Bid > Support_{12-bars}) AND (Bid_{prev} < Support_{12-bars}) AND (MACD_{main} > MACD_{signal}) AND (Bid > Max(Trendlines)) AND (Fractal_{upper} > Fractal_{lower})
Inputs
- TOD_From (default: 09:45)
- TOD_To (default: 16:15)
- Send_Email (default: true)
See signal primitives and every published strategy that uses Best Volume Trend Expert on WOBR StrategyVerse.