cme futures saver

cme futures saver
Download ALL MT4 experts (879)
YouTube Video Thumbnail



Similar MetaTrader Tools

cme futures saver

Info

The cme futures saver is a Expert Advisor for MetaTrader 4 that this expert advisor is designed to save the history of futures volume quotes to a file for subsequent display by indicators. it is recommended to run the advisor on a separate chart and not to switch timeframes on this chart.

Usage

This tool is typically used for automated trading on major forex pairs and gold.

Platform

This Expert Advisor works exclusively on MetaTrader 4 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL4/Experts folder via File ? Open Data Folder in MetaTrader 4.


How to Install and Use cme futures saver

1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.

2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.

3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.

4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.

Frequently Asked Questions

Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.

Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.

Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.

What this tool does

this expert advisor is designed to save the history of futures volume quotes to a file for subsequent display by indicators.

Typical Use Case

This Expert Advisor excels in automated trading and technical analysis on MetaTrader 4.

Compatible Platform & Setup

This Expert Advisor works on MetaTrader 4. Place the file in the MQL4/Experts folder and restart the terminal.

Description & Settings

Related: cme futures volume - another powerful expert for MetaTrader 4 traders.

this expert advisor is designed to save the history of futures volume quotes to a file for subsequent display by indicators.

Also recommended: imi t trade - similar expert with strong performance on MetaTrader 4.


it is recommended to run the advisor on a separate chart and not to switch timeframes on this chart.

before launching the advisor, ensure that all futures quote instruments are present in the 'market watch' window of the mt4 trading terminal. both bid/ask and last futures quotes should be available. if any instrument is missing from 'market watch', quotes for that instrument will not be recorded, as the advisor records quotes for all available instruments simultaneously.

it is recommended to perform the 'show all symbols' operation in 'market watch' to ensure all futures quotes are recorded.

the advisor saves the 'last' quotes to files in the standard folder: terminal\experts\files. each file contains data for one trading week and is named with the date + instrument (currency) and has a '.vol' extension. after starting the advisor on a chart, upon receiving the first tick, it enters a looped mode (independent of ticks).

the advisor's normal operation can be confirmed by the running clock in the upper left corner (comment) of the chart where the advisor is installed. when switching the trading terminal to a trading server that does not provide futures quotes, the advisor will automatically stop and display the message 'not have any futures symbols. system stopped.' when switching back to a server with futures quotes, the advisor will automatically restart upon receiving the first tick.

the user variable 'deletethissymbols' is intended to exclude specific futures symbols from the recording process. enter the unwanted futures symbols separated by commas.

currently, we provide quotes for the following instruments: faudusd, fcadusd, fchfusd, feurusd, feurgbp, feurjpy, fgbpusd, fnzdusd, fusdjpy, fusdcad, fusdchf = futures concatenation; f6em3, f6eu3, f6ez3 = near/far contracts for feurusd.

we also have quotes for 41 cme currency futures, which are available upon request (contract).

You may also like: breakout trading strategy: vr breakdown level - excellent alternative for expert users on MetaTrader 4.

Source Code

#property copyright "robotfx"
#property link "https://robotfx.org"
extern string deletethissymbols                              = ""    ;
#import "user32.dll"
   int   registerwindowmessagea(string lpstring);
   int   postmessagea(int  hwnd,int  msg,int  wparam,string lparam);
#import	
#define empty  empty_value
#define per period_m1
#define wm_command                     0x0111

.......

Leave your opinion, ask a question, share some knowledge

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.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.