Technical Support

Total Page:16

File Type:pdf, Size:1020Kb

Technical Support TECHNICAL SUPPORT Technical Support Main Section = > New Expert Advisor Installation = > Installation | Diagnosing Technical Issues | Backtester Issues See In this document as well: a) New Expert Advisor, Indicator and MT4 platform Installation b) How To Save and Send a Preset File and Logs from your MT4 c) MT4 Navigational Tips and Techniques” *see videos! d) MT4 Common Errors e) Clues for Win8/Win7 / Vista- Turning of the UAC (User Account Control) f) MetaTrader Strategy Tester: Numbers in the Expert Testing Report as Defined MetaTrader Strategy Tester - Part 1and2 MetaTrader History Data Importing and Converting Tutorial for Quality Backtesting90perc MetaTrader 4 Backtesting & Optimization2 g) Leverage and Margin h) How to Set Up a VPS i) How to Force the MT4 for Automatic Updates j) **Updating database according to broker’s data k) ** EA/Indicator Protection ** l) Remote Assistance – Team Viewer Software m) What does “Old tick” mean? n) MetaEditor Problem o) How to Enable the MT4 email function p) Extra (24) FAQs and Clues !! q) How_to_Send_Push_Notifications_from_your_Metatrader4_to_Android: (Download this file: ) https://dl.dropboxusercontent.com/u/36681905/How_to_Send_Push_Notifications_from_your_Metatra der4_to_Android.pdf r) Installing an MQL4 program-How to compile a MQ4 file (Download this file: ) https://dl.dropboxusercontent.com/u/36681905/Installing%20an%20MQL4%20program- How%20to%20compile%20a%20MQ4%20file.pdf s) MT4 Build 600+ AND some articles of how to use the MT4 Platform t) DLLsIssue u) FTP on MT4 v) Make Your Own Chart Template In Metatrader 4 w) "slippage" and "spread" x) How to know if an indicator “repaints” ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT a) 1-How to Install the MT4 platform There are two videos below found on youtube that are very straight forward.. They were not recorded by myself but they cover all installation. The first one: https://www.youtube.com/watch?v=cwznCYo1F6E is a very simple method. The second one https://www.youtube.com/watch?v=aMpEFxWbjaA covers some extra points about the new MT4 +600 platform. Either works fine. 2-New Expert Advisor Installation 1) Close MetaTrader. 2) Open your email and save the attachment( *.ex4 or *.mq4 file) to the appropriate location. Look for broker’s name below to find the right location: Alpari - C:\Program Files\MetaTrader - Alpari UK\MQL4\experts FXDD - C:\Program Files\FXDD - MetaTrader 4\MQL4\experts IKON Royal - C:\Program Files\IKON Royal Trader\MQL4\experts Interbank FX (IBFX) - C:\Program Files\Interbank FX Trader 4 Etc. 3) Open MetaTrader again 4) Click always on MT4’s “Options (Crtl+O) and check these dialog boxes: ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT 5) Look for Expert Advisor in Navigator window. The example below “2550” 6) Left-click on the Expert Advisor’s names once, then drag-and-drop it onto the target trade chart 7) Click on the “inputs” tab. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT EA options will be displayed. The image below won’t be the exact replica of your EA for each project has different inputs. Push OK when you are done. Expert Advisor WILL NOT execute trades if the button is red or if there is an X in the upper right corner of the chart next to EA’s name. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT The button appears green and a smiley can be found next to EA’s name if trades are successfully placed. a) 3-New Indicator Installation 1) Close MetaTrader 2) Open your email and save the attachment ( *.ex4 or *.mq4 file) to the appropriate location. Look for broker’s ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT 3) Open your email and save the attachment ( *.ex4 or *.mq4 file) to the appropriate location. Look for broker’s name below to find the right location: C:\Program Files\your broker\MQL4\experts e.g Alpari - C:\Program Files\MetaTrader - Alpari UK\MQL4\experts 4) Open MetaTrader again 5) Look for “Indicators “ in Navigator window. 6) Left-click on the Indicator’s names once, then drag-and-drop it onto the target trade chart 7) Click on the “inputs” tab. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT EA options will be displayed. The image below won’t be the exact replica of your EA for each project has different inputs. Push OK when you are done. Diagnosing Technical Issues Developing an Expert Advisor is a process that most customers request 1-2 changes to their Expert Advisor. Many potential unrelated programming complications could exist along the process. Examples of non-programming errors could include broker’s requirement of EA’s unique formatting, miscommunication between two parties, time zone differences, vague strategy concepts due to unclearly-defined rules, misunderstanding of indicator functions, Free ongoing technical support to completed projects is provided. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT Please answer the following questions: o Which broker do you use to run the Expert Advisor? o Does the error occurs in real-time or only on the backtester? o Does the EA miss trades? Or does the EA place trades that are not supposed to open? Please provide the following requested documentation: o Screenshots of specific examples. (see useful programs below) o Specify the currency pair, date and time for the charts included in screenshots. o Attach the log file for the trades in question. The log files are located in C:\Program Files\YOUR BROKER NAME\MQL4\experts\logs. Log files are named after the date in question. January 20, 2008, for example, is named 20080120.log (YYYYMMDD). Send the Settings that you are using as well: Useful Programs: www.jingproject.com A tool used to take screen shots and actual videos of a user’s computer.. www.TeamViewer.com A program used to access another computer remotely via Internet. Backtester Issues If the backtest does not place trades or rarely places trades, the most common reasons are the source code is not formatted for the broker or the historical data is bad. Click on the strategy tester’s journal tab. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT Report any repetitive errors to project manager. Absence of errors mean failed placement of trade denoting improper EA formatting. Error involving “Invalid Historical Data” could be resolved through accurate data download. Click tools inside MetaTrader, then history center. Click on Import towards the bottom right corner of the History Center. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT Click on browse. Select the location where you saved the history file. Leave the other fields blank or unchanged. Hit OK. The listed file is seen once currency pair is clicked. If EURUSD history is saved, then EURUSD located left side of the history center needs to be clicked. The price history file then appears on the right side of the screen. Double click the price history icon. Historical data error won’t fix by itself unless it’s double clicked. Otherwise, everything should now work on the backtester. Others Advices: ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT Always click options in your MT4 Plataform (Crtl+O) and check these dialog boxes: MORE ABOUT INSTALLATION, OPTIMIZATION and BACK TESTING EXPERT ADVISORS Metatrader Expert’s advisor should have ex4 or mq4 file extension. *.mq4 means “source code” and “ex4- is the compiled code. Before anything else, it is necessary to copy the file to the folder experts of working directory. “Working directory” we understand as the root directory, which we have installed the MetaTrader 4 terminal. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT The second step is to restart MetaTrader. After restarting, the expert should be added to the list of experts in Navigator window. It is necessary to stress that the colored icon corresponds to mq4 file. A grayed out navigator window indicates having an ex4 file only , that could also indicate the existence of source code errors. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT In order to check expert errors, may press F4, the editor of language MQL4 . It is also necessary to load source code of expert into the editor. Press F5 to compile the expert advisor. If successfull, the sentence '0 errors' will appear in conclusion window. Warnings are not errors and their presence does not hinder the successful compilation. ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT Now MetaTrader identifies our EA and the source code of forex expert has not encountered errors. Next logical step is to specify working pair and timeframe for the expert. The easiest way to do it is Drag-and-Drop. It is necessary to select metatrader expert and to do it, just left-click and drag the required chart, then release The other another way is to right-click the mouse to display menus and from there, choose “Attach to and chart” ©2015 Marcelo Marques Pereira, all rights reserved- [email protected] TECHNICAL SUPPORT If the previous steps are carried out correctly, expert setting window will be displayed. Do not forget to press Expert Advisors button located in one of the standard terminal tool bars. Once the steps mentioned are executed successfully, both the forex expert advisor’s name and the smiley appear on the topmost corner of the chart. That would be an indication that an expert is successfully installed and ready to work. Metatrader expert advisor is almost ready to work.
Recommended publications
  • Trading Platform Requirements Trading Platform Requirements
    Trading Platform requirements Trading Platform requirements MetaTrader 4 MetaTrader 4, PC specifications: The Client Terminal can operate under Microsoft Windows 7/8/10. A processor that supports SSE2 instruction sets is required for operating as well. Other hardware requirements depend on terms of using the terminal – load from running MQL4 applications, number of active instruments and charts, etc. MetaTrader 4, Android specification: To install MT4 on the gadget with Android OS, the Android 5.0 version or a higher one is required. The MT4 Application for Android requires 9.6 MB of free space on your phone. MetaTrader 4, IOS specification: To install MT4 on the gadget with iOS, the iOS 9.0 version or a higher one is required. The MT4 Application for iOS requires 22.7 MB of free space on your phone. 2 Trading Platform requirements cTrader cTrader, PC requirements: Minimum Recommended Processor Dual-Core CPU Dual-Core CPU Memory 2GB 4GB Operating System * Windows 7 and higher * Windows latest version * MacOS 10.13 High Sierra or * MacOS latest version higher Internet The stable connection from 50 The stable connection from 100 Connection kB per second or faster. kB per second or faster. Screen Resolution 1280x800 13- to 15-inch screen standard ratio: 1400×1050 13- to 15-inch screen widescreen: 1280x800 17-inch screen widescreen: 1680x1050 cTrader, WEP requirements: Operating System Browser Version Windows Mozilla Firefox Latest Windows Google Chrome Latest Windows Microsoft Edge based on Chromium Latest macOS Mozilla Firefox Latest macOS Google Chrome Latest macOS Safari Latest macOS Microsoft Edge based on Chromium Latest Chrome OS Google Chrome Latest Chrome OS Microsoft Edge based on Chromium Latest Linux Ubuntu OS Google Chrome Latest Linux Ubuntu OS Mozilla Firefox Latest 3 Trading Platform requirements cTrader, Android Device requirements: Minimum requirements Minimum Processor Dual Core CPU RAM 2GB Operating System Android 4.4 or later.
    [Show full text]
  • Mt4 User Guide
    UTRADE FX – MT4 USER GUIDE UTRADE FX MT4 USER GUIDE 1 UTRADE FX – MT4 USER GUIDE Installing MT4 on a Windows PC 1. Begin installation by downloading the UTRADE MT4 installer: https://download.mql5.com/cdn/web/uob.kay.hian/mt4/utradefx4setup.exe 2. Run the installer and follow the installation steps on screen. 3. Read the license agreement to continue the installation. 2 UTRADE FX – MT4 USER GUIDE Installing MT4 on Mac operating system Installation of MT4 on Mac systems is a complicated process. MetaQuotes has detailed instructions to install it manually here: https://www.mql5.com/en/articles/1356 System Requirements MT4 is a desktop application available only for Windows. While there are Linux installations, they require a lot of work to install and are not recommended. System requirements for MT4 are low. The platform is designed to use very limited system resources. Minimum requirements: Operation system: Windows 7/10 Processor: 1.5 GHZ RAM: 1 GB Screen resolution: 1024x768 1.5 Mbps broadband internet connection Recommended requirements: Operation system: Windows 7/10 Processor: 2GHZ or higher RAM: 2 GB or more Screen resolution: 1280x1024 or higher 8 Mbps broadband internet connection 3 UTRADE FX – MT4 USER GUIDE Launching MT4 and Initial Login Upon successful installation, the UTRADE MT4 Terminal will appear on your desktop: Double-clicking on the UTRADE MT4 Terminal icon will launch the MT4 trading platform. The default MT4 platform layout is shown below when it is launched for the first time. The platform is only partially functional until logging into either a demo or live server.
    [Show full text]
  • Artificial Intelligence AI Trading Rapid Economic Development Causes Wealth Effect
    Artificial Intelligence AI Trading Rapid economic development causes wealth effect In the past ten years, China's GDP has increased by nearly 300%, which has received strong attention and recognition from the developed countries of the world and is still growing. According to CapitalFM, according to the economic development performance in the first quarter of 2018, Kenya's economic growth is From 2014 to 2015, India's economic growth rate expected to reach 5.4 in 2018. reached 7.3, a significant increase compared to previous years. Some people predict that India will According to the latest report of the Central Bureau soon overtake China. of Statistics of Indonesia, the national average economic growth rate reached 5.07 in 2017, the "Asian Development Outlook 2018" pointed out highest value since 2014. that in the next two years, the Philippines will continue to be one of the fastest growing economies in Southeast Asia. The GDP growth rate is expected to be 6.8, and 2019 will be 6.9, and will continue to grow. Rapid economic development Drive personal wealth soaring 2015 14,5471 20,2456 2016 High Net Worth People High-net-worth people are defined as people with 2017 30,5214 personal assets above 1 million USD. Generally refers to social groups with high investable assets such as personal financial assets and investment properties 51,1546 2018 2019 78,5886 Digital currency daily transaction exceeds 1 trillion US dollars The digital currency market is the most liquid financial trading market in the world today. It is the only market that operates 24 hours a day.
    [Show full text]
  • Top 10 Tips for Choosing a Forex Broker in 2021
    1 COMPARE FOREX BROKERS' TOP 10 TIPS FOR CHOOSING A FOREX BROKER IN 2021 CompareForexBrokers.com TOP 10 TIPS FOR CHOOSING A FOREX BROKER IN 2021 WWW.COMPAREFOREXBROKERS.COM 2 TOP 10 CONSIDERATIONS WHEN CHOOSING A FOREX BROKER Choosing the right forex broker requires careful consideration. There are 10 key features that every trader should research when selecting a new forex broker. Although spreads and pricing drive a traders decision when choosing a broker, there are several factors that contribute to a well-rounded trading experience. TOP 10 TIPS FOR CHOOSING A FOREX BROKER IN 2021 WWW.COMPAREFOREXBROKERS.COM 3 1. TYPE OF BROKERS AND BUSINESS MODELS TOP 10 TIPS FOR CHOOSING A FOREX BROKER IN 2021 WWW.COMPAREFOREXBROKERS.COM 4 There are two basic types of brokers that offer retail investor accounts for forex trading. These are: MARKET MAKER BROKER: also known as a B Book broker or dealing desk broker. NO DEALING DESK (NDD) BROKER: also known as an A Book broker. TOP 10 TIPS FOR CHOOSING A FOREX BROKER IN 2021 WWW.COMPAREFOREXBROKERS.COM 5 DEALING DESK BROKERS Dealing desks or market makers set their own bid/ask spreads (or align with pricing from global liquidity providers) and use their own internal sources of liquidity for the trade. For each trade, the market maker will be the trader’s counterparty, which means they profit when the trader makes a loss and makes a loss when the trader profits. As dealing desk brokers do not charge additional commission fees on top of the spread, spreads are wider than what no dealing desk brokers offer.
    [Show full text]
  • 2018 Ioactive, Inc
    Abstract The advent of electronic trading platforms and networks has made exchanging financial securities easier and faster than ever; but this comes with inherent risks. Investing in money markets is no longer limited to the rich. With as little as $10, anyone can start trading stocks from a mobile phone, desktop application, or website. This paper demonstrates vulnerabilities that affect numerous traders. Among them are unencrypted authentication, communications, passwords, and trading data; remote DoS that leaves applications useless; trading programming languages that allow DLL imports; insecurely implemented chatbots; weak password policies; hardcoded secrets; and poor session management. In addition, many applications lack countermeasures, such as SSL certificate validation and root detection in mobile apps, privacy mode to mask sensitive values, and anti-exploitation and anti- reversing mitigations. The risks associated with the trading programming languages implemented in some applications is also covered, including how malicious expert advisors (trading robots) and other plugins could include backdoors or hostile code that would be hard for non-tech savvy traders to spot. ©2018 IOActive, Inc. [1] Contents Disclaimer ...................................................................................................................................................... 4 Introduction ...................................................................................................................................................
    [Show full text]
  • Automated Trading Software for Foreign Exchange
    Saul Stockhus AUTOMATED TRADING SOFTWARE FOR FOREIGN EXCHANGE Bachelor’s Thesis Information Technology May 2011 DESCRIPTION Date of the bachelor's thesis May 20, 2011 Author(s) Degree programme and option Saul Stockhus Information Technology Name of the bachelor's thesis Automated trading software for Foreign Exchange Abstract The Foreign Exchange market is the largest financial market in the world. It is used by banks, gov- ernments, corporations, hedge funds and other institutions for a number of purposes, such as curren- cy conversion, hedging and speculation. Due to advances in computing, financial data that could pre- viously only be analyzed using charts or calculated manually can now be run through extensive ana- lyses using special algorithms in order to predict the future. The aim of this study is to research trading in the Foreign Exchange market and to implement an au- tomated trading strategy using a suitable programming language and successfully test it with real market data. Of particular interest was the prospect of discovering new trading methods and tools. During the course of this study, different types of trading strategies as well as new chart types were developed for the NinjaTrader platform. The strategies were tested using historic exchange rates as well as captured live rates. Choosing the type of strategy, trading platform or broker, as well as other considerations such as real life implementation is discussed. The study is useful particularly to IT and business students interested in the currency markets and automated trading in general. The study gives guidelines on strategy development and gives room for improvement in the future.
    [Show full text]
  • Cgs-Cimb Mt4 User Guide
    CGS-CIMB MT4 USER GUIDE Information in this document is deemed accurate at the time of publishing. However, the information and features elaborated in this user guide is subject to change without prior notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of CGS-CIMB Securities (Singapore) Pte. Ltd. The company may have patents or pending patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. The furnishing of this document does not give you the license to these patents, trademarks, copyrights, or other intellectual property. Table of Contents 1. EXECUTIVE SUMMARY ............................................................................................. 3 2. SYSTEM REQUIREMENTS ........................................................................................ 3 3. GETTING STARTED WITH CGS-CIMB MT4 TERMINAL .......................................... 4 3.1 Installation of MT4 Desktop Terminal .................................................................................. 4 3.2 Login of Account .................................................................................................................. 5 4. NAVIGATING THE PLATFORM ................................................................................. 7 4.1 Market Watch Window ........................................................................................................
    [Show full text]