Forum

Is cloud network working for MT5 build 1590?

I am having a problem with Mql5 cloud network . I have enabled it but am still getting the message "NOT USED". FYI, my local network farm is working

MT5 Build 1586 (19 April 2017) - Strategy Tester/Journal - Moving Average.ex5 failed

Hi there, I recently installed a new MT5 software and I am getting the following error messages: Toolbox/Experts - loading Moving Average failed Strategy Tester/Journal - Moving Average.ex5 failed I have tried to re-install MT5 trading platform several times but no avail

Errors that occur when working with symbols which have insufficient quote history

Per this article on MQL4 https://www.mql5.com/en/articles/2555 ‌ Errors that occur when working with symbols which have insufficient quote history If an expert or indicator is launched on a chart with insufficient history, then there are two possibilities: the program checks for availability of the

Automatic validation - Validation completed with an errors

Hi there, I am attempting to validate my EA for the market. My EA trades only the EURUSD and it is required to be attached to the 1M chart. Why is the automatic validation checking for other symbols and higher timeframes? Is there a way to work around this issue? Test report for version 1.0

Converting SELLSHORT & BUY with LIMIT from TradeStation Easy Language into MT4

Hi there, I have the EL codes below that I would like to convert to MQL4. What is the best way of implementing the limit? Do I create an Order Limit in MT4 and then delete it afterward if the price does not hit? SELLSHORT ( "Sell Entry" ) 1 CONTRACT NEXT BAR VarSelect_A- 0.5 LIMIT ; BUY ( "Buy

Pips Calculation Solution for All Trading Instruments

Gents, I am a bit scatter brain at the moment. I would like your input on the code for pips calculation for all trading instruments. Please let me know if you think that it will not work for all brokers. if ( Digits % 2 == 1 ) { pips = Point * 10 ; } else { pips = Point ; } sOP =

Don't code a multi currency EA

Hi, I read several places in the forum where it is not recommended to code a multi currency EA. WHRoeder Suggested - Code it to trade one currency, then put it on multiple charts. Is there a final verdict on this issue

Close And Reopen Profitable Trades Script - Symbol mix up (help)

Hi, I have this script that ran fine on a single currency trading EA. Now that I am trading with multiple currency, it is not working properly. I believe that the error is in the symbol selection. Can someone help me fix this simple bug? Many thanks

.NET ISSUE: mscoree.dll & _CorDllMain - Help

Hi there, I am using the C2MT4Connector EA. When I attached the EA, I can see that the _CorDllMain is not loaded properly. See picture below. I have reinstalled the .NET; however, I am still having the same issue

Broker Spread Indicator

Hi, Is there a better way to write this indicator so that it will work for both 4 & 5 digits brokers? #property copyright "" #property link "" #property indicator_chart_window extern color LabelColor = Red; #define OBJ_NAME "MarketWatchSpread" #define OBJ_NAME1 "MarketWatchSpread" int