MA(x6) Multi-Timeframe Visualizer
Category: trend
Visualizes Moving Averages from six different timeframes as horizontal trendline projections on the current chart, providing a multi-timeframe perspective of support and resistance.
Formula
MA_{tf} = \text{iMA}(\text{symbol}, \text{timeframe}, \text{period}, \text{shift}, \text{method}, \text{price}, \text{index})
Inputs
- maPeriod (default: 80)
- offset (default: 5)
- lenght (default: 7)
- maType (default: 1)
- ap (default: 0)
- ma1 (default: 30)
- ma2 (default: 60)
- ma3 (default: 240)
- ma4 (default: 1440)
- ma5 (default: 10080)
- ma6 (default: 43200)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.