managertop40
managertop40
managertop40
Added topic 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 
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic 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 ;
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic 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
managertop40
Added topic Issues in installing Metatrader5
Hi all, I started to develop some expert advisors for MQL5 some months ago, so you can consider me even a newbie. I received an update to do, I did and I lost MQL5 access. I tried all but nothing works. I disinstall MQL5 for wine, I tried to install
managertop40
Added topic developping a new EA based on a custom indicator: signal always gives the same value
Hi all, I'm new here, and also I'm a newbie in coding EA with MQL5. In advance I want to thank who wants to help me, even if maybe I'm trying to solve some too simple issue. Basically I'm doing this: I downloaded this indicator ( supertrend.mq5 ) and
managertop40
Registered at MQL5.community