Join our fan page
- Views:
- 2329
- Rating:
- Published:
- 2025.05.11 09:56
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
A script that displays the useful information about the broker, the account and the full specifications of the instrument. It is based on the example of "MQL4 Reference / Constants, Enumerations and Structures / Environment State / Symbol Properties", as well as the idea of the script "Market Info" by Sergey Mechanic, "https://www.mql5.com/ru/code/11223".
In the screenshots I compare "contract specification" (View / Symbols / Properties) with the information from the script:

All indicators required by BBMA Strategy in a single indicator.

This indicator for Breakout Strategy. It doesn't print objects on the chart.

Sample Trading Sistem for cross 2MA & CCI

2 Moving Averages is a custom MQL4 indicator that uses two moving averages (fast and slow) to identify potential trend changes and generate buy or sell signals based on crossover points. It enhances signal reliability by optionally integrating support and resistance levels, helping traders confirm entry and exit zones. This tool is suitable for trend-following strategies and works across multiple time frames.