| PanelWidthRatio | double | 0.80 | Ratio of chart width for panel (0.1-1.0; higher = wider panel). |
| PanelHeightRatio | double | 0.35 | Ratio of chart height for panel (0.1-1.0; higher = taller panel). |
| PanelXGap | int | 5 | Horizontal gap from chart left edge (pixels; adjust for border padding). |
| PanelYGap | int | 10 | Vertical gap from chart top (pixels; fine-tune for title clearance). |
| FontSizeBase | int | 14 | Base font size for labels/buttons (8-24; scales all text uniformly). |
| LotFontSize | int | 25 | Oversized font for lot display (14-40; emphasizes selected size). |
| FontNameBase | string | "Arial Bold" | Font family for all elements (e.g., "Verdana" for crispness). |
| BuyButtonBGColor | color | clrLimeGreen | Background color for BUY button (green tones for bullish vibe). |
| BuyButtonTextColor | color | clrWhite | Text color for BUY button (contrasts BG for readability). |
| SellButtonBGColor | color | clrRed | Background color for SELL button (red for bearish alert). |
| SellButtonTextColor | color | clrWhite | Text color for SELL button. |
| RiskButtonBGColor | color | clrBrown | Background for risk % buttons (earthy for conservative sizing). |
| RiskButtonTextColor | color | clrWhite | Text color for risk buttons. |
| FixedLotButtonBGColor | color | clrOliveDrab | Background for fixed lot buttons (muted green for stability). |
| FixedLotButtonTextColor | color | clrWhite | Text color for fixed lot buttons. |
| InfoTextColor | color | clrWhite | Color for all info labels (white pops on black BG). |
| RiskPercent1 to RiskPercent5 | double | 0.05, 0.25, 1.00, 2.00, 3.00 | Custom % risk levels for buttons (0.01-5.0; low for micros, high for swings). |
| FixedLot1 to FixedLot5 | double | 0.05, 0.10, 0.50, 1.00, 2.00 | Preset lot sizes (0.01 to 100; match your broker's min/max). |
| ShowBalanceEquity | bool | true | Enable/disable stacked balance/equity display (true hides nothing, false compacts panel). |
| ShowLiveSpread | bool | false | Toggle live spread label (false by default; useful for ECN cost tracking). |
| TitleOffsetX/Y | int | 120, 0 | X/Y shift for symbol title (pixels; center or nudge as needed). |
| RiskOffsetX/Y | int | 0, 0 | X/Y shift for risk button row. |
| FixedLotOffsetX/Y | int | 0, 0 | X/Y shift for fixed lot button row. |
| LotOffsetX/Y | int | 0, 0 | X/Y shift for lot size label (key for visibility tweaks). |
| BuySellOffsetX/Y | int | 10, 0 | X/Y shift for BUY/SELL buttons (align horizontally). |
| InfoOffsetX/Y | int | 60, 0 | X/Y shift for info labels (stack neatly below buttons). |