### HTML Structure for Accounts Growth Report Page
Source: https://pms.mohicanstech.com/kevin/mt5-doc/-/blame/653318df17ab3de2ae6fea65babdcce82c2619f4/accounts_growth_report.htm
This HTML code sets up the basic structure and styling for the Accounts Growth Report page. It includes meta tags, links to CSS and JavaScript files, and a navigation bar.
```html
Accounts Grow Report is a report on the increase of accounts number in groups on the server. The report contains several diagrams:
Accounts Grow increase of accounts number by months in the following types of groups: Real, Preliminary, Demo and Contest.
Real Accounts for the last 5 years by months increase of real accounts (Real* groups accounts) number for the last 5 years by months.
Preliminary Accounts for the last 5 years by months increase of preliminary accounts (Preliminary* groups accounts) number for the last 5 years by months.
Demo Accounts for the last 5 years by months increase of demo accounts (Demo* groups accounts) number for the last 5 years by months.
Contest Accounts for the last 5 years by months increase of contest accounts (Contest* groups accounts) number for the last 5 years by months.
Active Accounts for the last 3 months the diagram displaying accounts distribution by their activity. An account is deemed to be active, if it performed at least one connection to the server over the past three months.> All active accounts are distributed according to the groups types (demo, contest, preliminary and real).
The settings are not provided for this report. All parameters are relevant at the moment of report request.
```
--------------------------------
### Add a new tag to the repository
Source: https://pms.mohicanstech.com/kevin/mt5-doc/-/tags
Use this command to add a new annotated tag to your Git repository. Replace 'v1.4' with your desired tag name and 'version 1.4' with your tag message.
```git
git tag -a v1.4 -m 'version 1.4'
```
--------------------------------
### HTML Structure for Accounts Groups Report
Source: https://pms.mohicanstech.com/kevin/mt5-doc/-/blame/master/accounts_groups_report.htm?ref_type=heads
This HTML code sets up the basic structure and includes necessary meta tags, stylesheets, and scripts for the Accounts Groups Report page. It also defines the navigation and the main content area.
```html
Accounts Groups
Accounts Groups Report is a statistical report on accounts groups on the server. The following data is provided for each group:
Accounts number of accounts in a group;
Active number of active accounts in a group. An account is deemed to be active, if it performed at least one connection to the server over the past three months.
Balance current total balance of all accounts in a group;
Floating P/L current total floating profit/loss of all accounts in a group;
Equity current total amount of funds on all accounts in a group;
Currency deposit currency in a group.
The settings are not provided for this report. All parameters are relevant at the moment of report request.
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.