General - page 873

I do not get this: [1] If a position is the result of many orders taking places, each with a specific SL and TP, then what determines the POSITION_SL? [2] when we say Order, do we mean pending orders? In other words, are order properties still meaningful or accessible after inking their deals? [3]...
I use Linux OpenSuse For some time now it is no longer possible to install MetaTrader 5 To solve the problem I have done an installation on an old machine (32 bits) and then I copy the folders to the new machine This worked until yesterday, but today it does not work anymore and I can not even...
Hey all, while reading the forum i found code where i can't understand the operation. set |= state;set &=~ state; ( full src code: https://www.mql5.com/en/forum/222650 ) What is "|=" and "&=~" doing ? Thx && Regards
Hi all, I want to identify a placed trade if it exists, before making another one. I use following code snippet to trade. trade.Buy(0.01,NULL,Ask,0,(Ask+100 * _Point),NULL); can someone advice me please. Thank you.
Hey MQL-Dev Team, i fell in love with this CArrays. There are really handy and saves a lot of code. I miss a functionality, i can assign and insert array but i can't dump the contents into a given array. I was reading through the documention but could not find a hint. For now i have to go over a...
How to know how many bars overall the SMA 200 was above the price from our current bar? Very simple but yet so complicated.., i just want to know the way to know how many bars in total the SMA 200 was above the price from the current open bar... please help, thank you for your time!..
It's coming back to me. I took an order, not from here, from another forum. The customer started complaining to me about how all the programmers were so uncommitted that they disappeared and got away with it. I could hardly get him to write the TOR, he kept trying to explain it in words. I decided
I cant proceed with my processes can anybody help me, I cant actually find my server on the list that is provided for me to choose?
On june18 th 2018 , built 1861was installed. Now I can not open my "data folder" when I press the button éthis application does not work on this computer" message appears. Is there anybody with the same problem?
Hi, I'm new to programming, I have some questions, one is that I can't understand what does different returns mean, for example return(0) , return(NULL), return(INIT_SUCCEEDED) my second question is that how can I go from a function to another one, for example function a () { if (condition  = true)...
Hello I was using build 1860 with no problem at all. All my EA run OK for BOVESPA - IBOV and WIN, for instance. Then now, it upgraded to build 1861 and started getting error 4756 when using the toolbox. The error message shown is: ==> failed exchange buy 1.00 WINQ18 at 77083 sl: 76783 tp: 77133 [
Hi, Does anyone know of a way to pull indicator values by date/time and timeframe into a CVS or excel file for analysis purposes? Particular indicators of interest: RSI, DeMarker, ADX, maybe others Pairs: EURGBP, NZDUSD, AUDNZD Timeframes: M30, H1, H4, D1 Date range: 2007 to present Help or...
  probem with mlq  (1)
placed an order on freelance received at least 8 applications but when I tried to reply I received an mlq error message all applications disappeared and I have no way of finding them all messages for help to mlq failed to elicit any help
Hello, How to edit price for a posted project Kindly help. Any link
I've given review to a signal provider . When I'm logged in I see edit/delete links on my review. I tried clicking both but neither of them works, they just give me a 404
Hi. Please somebody help me.  I need to know the distance in bars, from the actual bar [0], to a obj_vline, that exist in this chart window I am using this code: if( ObjectFind( "lineNum_of_Bars_4_LL_and_HH") == -1 )   // is there lineNum_of_Bars_4_LL_and_HH ?{                             // if not...
Dear All,   I wouldlike to monitor and tarde all major and cross pairs in single EA. Is itpossible to do backtesting in such case  (for exp, if EURUSD is bearish, iwould like to short EURGBP by also taking into account some EURUSD and EURGBPindicator values)?  Isthere a code sample for accessing all...
  LEVERAGE  (4)
Hello, I need a basic script for see my account leverage.
I created a dll called spintaxx.dll in C# using Visual Studio 2017, my project there was compiled correctly  using RGiesecke.DllExport to access externally. The problem is when I create my EA and try to call the function it doesn't work, say that the function cannot be find. Error in ExpertAdvisor...
I am new to MT4 . I have looked all over and there is no instructions on the how to do a demo test. Does anyone know if there are step by step instructions.  Very frustrated!
MT5 templates have the following settings: one_click=0 one_click_btn=1 With the settings of 0 and 1 as I have above, it will show the buttons of the Trade Panel, but with the panel hidden. Programmatically, I can do one_click as: ChartSetInteger(chart_ID,CHART_SHOW_ONE_CLICK,0,true);- or...
  Forecast of daily high and low.  (108   1 2 3 4 5 ... 10 11)
Each day in the forex market, there are at least 2 guarantees for the price of each pair; Guarantee 1- There is going to be a high of the day. Guarantee 2- There is going to be a low of the day. At the beginning of each trading day, an accurate forecast for the high and low could give any trader a...
First of all, good day/night der fellow forum mebers. The problem I have is the one stated on this topics title. It all began yesterday after a client tried to upload a new version of an EA i wrote for him, he told me that he constantly recieved this error so I uploaded the same EA into a VPS I...
Good morning to all readers. I would like to know what is the fastest website for news calendar. Have someone noticed about best speed in news release? Thank to all for attention.
hi i have problem when install MT5 on WIndows 10 Home with error message Initialization Error 4. Somebody help me tq 
The fast growing asset management broker has offered its clients to move to the next level of trading. By launching MetaTrader 5, the broker supports the current industry-wide shift to MetaQuotes' multi-asset platform. Darwinex positions itself as a way for talented traders to fast-track their...
Everybody knows that economiccalendar plays a crucial role in the Forex market than the rest of financialmarkets. But, in my opinion, The Economic calendar is not just for currency traders but also stock marketinvestors who have participated in the stock of public listed companies. I knowcurrency...
Why is the commercial section in forex factory having 80 % of the threads?They failed and can't make money from trading. Why are there more signal sellers and ea /indicator sellers , than I assume real traders?I am talking about all forums and okers forums , and all the regulars on them. Any real
I have an EA that open 1 order at a time! I want to add more orders with a martingale option but need coding for that. Anyone willing to help? Please?
I want to close all sub_windows on a chart. Thus, I want to know the count of the number of sub_windows. I found a work-around that works. I can loop from 10 (arbitrary number) to 1, then see if there are any indicators in these sub_windows. (see code below) But this is rather brute force and...