# Currency Strength Dashboard
##

**Dashboard Position & Appearance**
| Setting | Default | Description |
| **DashboardX** | 20 | Horizontal position of dashboard (pixels from left edge) |
| **DashboardY** | 20 | Vertical position of dashboard (pixels from top edge) |
| **FullChartBackground** | true | `true` = covers entire chart, `false` = standard dashboard size |
| **DashboardFont** | "Arial Bold" | Font family for dashboard text |
| **DashboardTitleSize** | 14 | Font size for main title |
| **DashboardFontSize** | 9 | Font size for table content |
##

**Colors & Visual Settings**
| Setting | Default | Description |
| **DashboardBgColor** | C'255,228,181' | Main background color (Moccasin) |
| **HeaderBgColor** | C'0,100,200' | Column headers background (Blue) |
| **HeaderTextColor** | clrWhite | Column headers text color |
| **TableTextColor** | clrBlack | Table content text color |
| **UpSignalColor** | clrBlue | Color for UP arrows (↗) |
| **DownSignalColor** | clrRed | Color for DOWN arrows (↘) |
| **NeutralColor** | clrYellow | Color for NEUTRAL arrows (→) |
| **ShowGridLines** | true | Show/hide grid lines between cells |
| **GridLineColor** | clrBlack | Color of grid lines |
##

**Currency Pairs Selection**
| Setting | Default | Description |
| **PairSelectionMode** | "MarketWatch" | `"MarketWatch"` = use pairs from Market Watch`"CommaList"` = use custom list |
| **PairsList** | "EURUSD,GBPUSD,USDJPY" | Comma-separated pairs (only used when mode = "CommaList") |
| **MaxPairs** | 5 | Maximum number of pairs to display |
| **ShowCurrentPair** | true | Always include current chart's pair in dashboard |
##

**Timeframes Configuration**
| Setting | Default | Description |
| **NumTimeframes** | 3 | Number of timeframe columns (1-4) |
| **Timeframe1** | PERIOD_D1 | First timeframe column (D1 = Daily) |
| **Timeframe2** | PERIOD_H1 | Second timeframe column (H1 = Hourly) |
| **Timeframe3** | PERIOD_M5 | Third timeframe column (M5 = 5-minute) |
| **Timeframe4** | PERIOD_MN1 | Fourth timeframe column (MN1 = Monthly) |
##

**Alert Settings**
| Setting | Default | Description |
| **AlertTF1** | false | Alert on direction changes in Timeframe1 |
| **AlertTF2** | false | Alert on direction changes in Timeframe2 |
| **AlertTF3** | false | Alert on direction changes in Timeframe3 |
| **AlertTF4** | false | Alert on direction changes in Timeframe4 |
| **popupAlert** | true | Show popup alerts in MT4 |
| **pushAlert** | false | Send push notifications to mobile |
| **emailAlert** | false | Send email alerts |
##

**Indicator Configuration**
| Setting | Default | Description |
| **IndicatorName** | "CurrencyStrengthWizard" | Name of the indicator to read signals from |
| **Line1Buffer** | 0 | Buffer number for first indicator line |
| **Line2Buffer** | 1 | Buffer number for second indicator line |
| **BarsToLookBack** | 100 | Number of bars to analyze for signals |
##

**Template Settings**
| Setting | Default | Description |
| **TemplateName** | "" (empty) | Template to apply when clicking arrows<br>Leave empty for no template |
Let me know what you guys think.