Forum

Device not supported Sony Z1 MT4

Cannot open MT4 or MT5 for device Sony Z1. I'm getting the error Device Not Supported

Different colors on ADX indicator when rising/falling ?

Hi there, I was wondering if someone could help me with the ADX indicator. I would like the ADX value line to change color when value rises and falls. DI+ and DI- are not important . Thanks. P B

Different values on ADX indicator

Hi there, I was wondering why is there such a gap in values of ADX indicator on 2 different broker companies. For the same ADX indicator period 8, chart H4: Metaquote: 26.5 Alpari: 16.17 See the attachments. Any ideas ? Thanks. Patrick

Open indicators with EA ?

Hi there, I was wondering if it possible to open some indicators from the EA directly ? Or maybe to apply a specific template to the chart, as weel from the EA? Thanks

Error after updating to new built !

Hi there, I run into the same problem every time MT5 has a new built release. It updates automatically and restarts; then it prompts me to open a new demo account . I choose to login with the existing demo account but it does not. Here is the error message in journal: 2010.10.18 04:43:49 Network

Error with strategy tester. Bug !

Hello there, I found an error with the strategy tester, which occurs only when testing. There are no error when operating live (demo). It seems that the values of global variables are reset to 0 when exiting functions. Below is the EA: The variables: Current_res & Current_sup have their values

Help with chart event

Hi there, I am trying to understand how the OnChartEvent() function works, but cannot figure it out; Here is a simple code to alert the word 'Hello' when button1 is pressed : but with no success !!! Please help. #property copyright "Copyright 2010, MetaQuotes Software Corp." #property link "

Warning: implicit enum conversion

Hi there, Using : https://www.mql5.com/en/articles/62 to create scripts in order to write and read objects&properties for a panel. I had no problem for creating the write script (only a little change: FileWriteInteger from article need to replace by FileWriteLong) However when reading the file to

Need to call Fibo expansions values in EA

Hi there, I'm looking into calling the levels values (100% and 161.8%) of Fibo expansions. Again Fibo expansions not Fibo retracements. If not possible maybe someone would know how to calculate them. Thanks

Shutdown by timeout issue-infinite loop. Please help ?

Hi there, I'm having an issue with part of my code : I'm trying to close all open and pending orders , unfortunately it deletes the pending orders and closes only the first open order. Would a Refreshrates() inserted in the functions solve the problem ?? Thanks. while(MyOrdersTotal(Magic)!=0) {