Forum

Signal subscriptions with MT4 on Win7

Hello all, I've found a lot of signals to copy for free inside the market So when I click on Free copy this window appears , then I click on Start copying in Metatrader, nothing appears. Do I need to select some options or what? I use MT4 on Win7 Thanks

Signal/EA evaluation

Hello, I need to choose an EA or Signal from those in the market to make it apply to a real account on a VPS . I need to understand some parameters to choose what is the best one for me. I read carefully this page, https://www.mql5.com/en/articles/1492 but I'm still not convinced about some

Installation of MT4 on Ubuntu using Wine: error "required Windows 7"

Hello, I tried to install Metatrader4 following the instructions I found here https://www.mql5.com/en/articles/1358?utm_source=www.metatrader4.com&utm_campaign=download.mt4.linux When I downloaded the file.exe from here https://www.metatrader4.com/en/download I got this error: " Operating system not

EA running on server service

Hello guys, do you know some system to performs Metatrader5 using Expert Advisors directly online? I checked Zulutrade that uses MQL4 script or similar to create and run EA directly on their server. Do you know others but using MQL5 or similar? Thanks

change the color of an indicator in the Strategy Tester Visualization

Hello, I have an indicator used in my EA with the function iCustom. Actually I use two of them, with two different setting. In the debug mode, when Strategy Tester Visualization window appears, I see two lines showing the indicator with two setting. The problem is that they have the same color. I

how to close a position

Hello, how to close an opened position? For example, I opened a position in this manner: request.type= ORDER_TYPE_SELL ; request.price= SymbolInfoDouble ( Symbol (), SYMBOL_BID ); request.symbol= Symbol (); request.volume= 0.1 ; request.type_filling= ORDER_FILLING_FOK ; request.sl= NormalizeDouble

separate functions in different files and pass them array data

Hi all, I want to create some functions to return some signals and put them in different files to have more order in the void OnTick () function. So my problem is this. In another file I want to declare the function like: int fun_to_declare( double *array) {//some thing to to } And in the main

PositionsTotal() function doesn't get the number of the opened positions

Hi all, I'm using the function PositionsTotal() to get the number of open positions, due to I'm using a hedge system. int num_positions= PositionsTotal (); but at each iteration it returns always 0, even if I opened two positions. What's wrong? Thanks

Use expert advisor on WebTerminal Metatrader5

Hello, because I have a lot of problems with Metatrader5 installed on Ubuntu 16.04 LTS, through the last updates of Wine, I'd want to ask if it is possible to directly use the Webterminal of Metatrader5 also with the expert advisors, those I find on the market or that I develop by myself. If someone

use of MathMean function

Hello all, I need to calculate the average value of some values inside a vector. Let me explain better: # 1 CopyBuffer (funz_RSI, 0 , 0 , 20 ,value_RSI) With the above declaration I have the vector value_RSI composed of 20 values. I want to calculate the average value with the first 10 value of