zz all quotings 0-0070
Info
The zz all quotings 0-0070 is a Script for MetaTrader 4 that before using the script set the required maximum number of bars in chart for metatrader 4 in tools->options->charts->. this is the number of bars to be downloaded and monitored.
Usage
This tool is typically used for enhancing chart analysis and decision making.
Platform
This Script works exclusively on MetaTrader 4 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL4/Scripts folder via File ? Open Data Folder in MetaTrader 4.
How to Install and Use zz all quotings 0-0070
1. Installation: Move your script file into the MQL/Scripts directory and restart the platform.
2. Execution: Drag the script onto a chart; it will perform a one-time action, such as closing all open orders or clearing chart objects.
3. Editing: Use MetaEditor (F4) to modify code, click "Compile," and verify no errors appear in the terminal before running.
4. Removing: Scripts stop automatically, but you can remove them manually by right-clicking the chart and choosing "Remove Script."
Frequently Asked Questions
Q: How are scripts different from EAs? A: Scripts execute a single action and then stop; EAs monitor the market and trade continuously.
Q: Can I assign a hotkey to a script? A: Yes, right-click the script in the Navigator, select "Set Hotkey," and define your preferred keyboard shortcut.
Q: Why did my script stop? A: Scripts are designed to stop immediately after finishing their programmed command; this is normal behavior.
What this tool does
before using the script set the required maximum number of bars in chart for metatrader 4 in tools->options->charts->.
Typical Use Case
This Script excels in automated trading and technical analysis on MetaTrader 4.
Compatible Platform & Setup
This Script works on MetaTrader 4. Place the file in the MQL4/Scripts folder and restart the terminal.
Description & Settings
Related: zz all quotings 0-0050 - another powerful script for MetaTrader 4 traders.
before using the script set the required maximum number of bars in chart for metatrader 4 in tools->options->charts->. this is the number of bars to be downloaded and monitored. after that restart the metatrader 4 and use the script. the end of script operation does not mean the end of the history download. the download process can be viewed in the task manager. once the download is finished, it is necessary to restart the metatrader 4 to save the history to the *.hst files.====the script has high requirements to ram:-with 1gb of memory the process of downloading the history from the moneyrain dc server with the parameter "number of bars in a window" set to 50000 bars, it is only possible to currency pairs and metals at a time;-then it is necessary to terminate the metatrader 4 in the task manager, in order for the *.hst files to form;-then start the metatrader 4 again and resume the download from the next group.====//| 6.additions in the version zz_all quotings 0-0060 from 17.07.2007. //| 6.1.once the script operation finishes, a window with the download information will be displayed. //| 6.2.reduced the free ram requirements more than twice. //| 6.3.fixed the error in the name of the "lbp" currency. //| 6.4.optimized the operation in the mode with no control of history "holes". //| 6.5.changed the condition for controlling the history arrival control. //| 7.additions in the version zz_all quotings 0-0070 from 29.07.2007. //| 7.1.supplemented the "cfd london", "cfd newyork" instrument groups. //| 7.2.added the timer for timeout of the last bar - 1 minute from the latest update of //| the last bar opening time. //+-----------------------------------------------------------------------------------------+Also recommended: cm-nevalyashka-600 expert advisor - similar script with strong performance on MetaTrader 4.
You may also like: twitpic - share chart screenshots - excellent alternative for script users on MetaTrader 4.
Source Code
#property copyright "robotfx"
#property link "https://robotfx.org"
#include <winuser32.mqh>
datetime market_info, mark_inf, itimebegin, itimebegintemp, timetemp;
int a, b, p, h, e, ee, g, i, j, jj, ii, pp;
int arraytimfram_time[12] = {1, 5, 15, 30, 60, 240, 1440, 10080, 43200, 40320, 41760, 44640};
int arraycurrency[62][3] = {65, 85, 68, 65, 76, 76, 65, 82, 83, 66, 82, 76, 66, 87, 80, 67, 65, 68, 67, 67, 75, 67, 72, 70, 67, 76, 80, 67, 78, 89, 67, 79, 80, 67, 86, 69, 67, 89, 80, 67, 90, 75,
68, 75, 75, 68, 79, 80, 68, 90, 68, 69, 71, 80, 69, 85, 82, 71, 66, 80, 71, 69, 76, 71, 73, 80, 72, 75, 68, 72, 82, 75, 72, 85, 70, 73, 68, 82, 73, 78, 82, 73, 76, 83,
73, 82, 82, 73, 83, 75, 74, 80, 89, 75, 82, 87, 76, 66, 82, 76, 83, 76, 76, 84, 76, 76, 86, 76, 77, 65, 68, 77, 84, 76, 77, 88, 78, 77, 89, 82, 78, 79, 75, 78, 80, 82,
78, 90, 68, 80, 72, 80, 80, 75, 82, 80, 76, 78, 81, 65, 82, 82, 85, 66, 82, 85, 82, 83, 65, 82, 83, 69, 75, 83, 71, 68, 83, 75, 75, 84, 72, 66, 84, 78, 68, 84, 82, 89,
.......
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.