General - page 929

i have installed mt5 and drop the .exe file indicators in indicators folder but they are not appearing
I`m struggling with an indicator that needs to plot a variety of individual elements based on Price Data. I tried for almost an hour to find this limit in the Forum/Documentation Search with no success... Many thanks in advance! ;)
I am trying to write a function that emulates Time[] of MQL4 in MQL5: datetime Time(string Pair, ENUM_TIMEFRAMES Tim, int N){int start = 0; // bar indexint count = N; // number of barsdatetime tm[]; // array storing the returned bar timeArraySetAsSeries(tm,true);CopyTime(Pair,Tim,start,count,tm);...
  Multiply volume  (2)
Dear All, I would like to know how to multiply the volume of a trader or I am subscriber in VPS. Indeed, when the trader Darwin formed his A trade, I would like my volume to be multiplied by 2 automatically. Do you know how to do it under MT4? Thk
I was looking at the documentation of the custom symbol and even the functions provided by the MT5. But I could not understand the implementation of that as the documentation is not offering a single to know the implementation. I tried to create the Symbol and even try to add to the chart but...
I tried to code on my own.. but looks like something wrong somewhere as the indicator came out at the wrong place... What i'm trying to code here is, *If a candle High price is above MA, the candle Open, Close and Low price is below MA, it will show a Down arrow. *If a candle Low price is...
Has anyone else noticed this? I'm curious as to why the doubling of the compilation time. Test: Uses the exact same code. Times are in milliseconds. Tried through Metaeditor and command line. Build 1860: 16340,16504,16350 Build 1816: 8519,8443,8539
I want to ask if anybody know any non-repainting mt4/mt5 macd and arrow up and donwn indicator
Hey Guys, I've problem , When I download any EA that I want to buy from the market, But none of their Demo's working when I want to test and see how it works. Can any body help me in this regards. I've a Demo account with USD 7,000 with ICM broker.
I have had EAS and indicators made here and elsewhere , over 200 of them. There are enough decent coders with  over 100 jos each.A lot of coders don't work here because the rates are too competitive for the professionals, who charge $100 per hour, but  here they are working  for maximum $20 per hour...
Hi friends, I'm using the built-in MT4 VPS to fwd test my EA. In my EA, I've coded to export the "pending", "opened" and "closed" orders into .CSV files and now I wonder what will happen to my EA and how does it export those .CSV files while it is activated on the built-in MT VPS? Thanking in...
Hi friends, I'm going to use the MT4 built-in VPS to run my EA on it but the problem is that I've designed my EA in a way that it uses the data of an indicator which I developed by myself and is not a public indicator such as MACD or Stochastic and etc. Now I'm wondering that how does the VPS handle...
Is there any common reason it doesn't update unless I switch timeframe and back again? Thanks.
Hello all,  I have two accounts at different brokers and on one broker I observed that price quotation move bit slower than the other so I switch to see what is happening at lower levels on the tick charts. Can anyone help me understand why there are so much differences between the two charts?...
  bollinger band  (5)
Hello , Does the program have an alarm when the bollinger band midline price is reached ? 
Indicator logic Anyone want to code this? time frames:M1/M5/M15/M30/H1/H4/D1 PERIOD 1 : 30 //LAST 30 CANDLES average percentage value 30 candles // show percentage strength on history PERIOD 2 :15 //LAST 15 CANDLES average percentage value of 15 candles // show percentage strength on history PERIOD
Dear all. Can you explain me why i have a difference about the volume when the trade are copy in my Mt4 with a trader who i have a Subscription. All my volume stay always in 0.01... Thk
Hello, I'd like to test a correlation strategy and I'm looking for a very simple EA I used but I can't find anymore. I'm looking for a EA or script that does this: Inputs were: - Pair1 - Lot size Pair1 - Buy/Sell Pair1 (can choose if buy or sell that pair) - Pair2 - Lot size Pair2 - Buy/Sell Pair2
Hello everyone, I'm quite new when it comes to programming (did some work in C# and Python, but mostly just figuring out the fundamentals and concepts, since I'm going to CompSci college in 4 months and want to build something already). Let me first explain what I want to do and then move on. For...
hi, I´m trying change instrument on chart typing, but unsucessfull. like this: chart opened is CPG.UK-d, then I make enter and type DGE.UK-d after I make enter again but chart doesn´t change to DGE.UK-d any idea? tks
This is more of a public service announcement than a request for comments. I ran into an issue where the "Volume" option under the [Trade] tab didn't save. The Service Desk has me reinstall MT5, which fixed the issue. - - - - - - 1. Terminal version and bitness 5.00 build 1861 2. Issue description
Hi; I´m trying pay vps by paypal and credit card, unsucessfull. somebody could help?
[Deleted]
#import "user32.dll"int    MessageBoxW(uint hWnd,string lpText,string lpCaption,uint uType);#import////invokingonCalculate (){  MessageBoxW(NULL,"Message Body","Caption",MB_OK);........................} message box showing okay. But when i click "ok" /close the box, it stops working . I guess its...
All- one of my news EA, I am getting below error - broker base time updated to a more precise time  Below is the code and Any idea on how to fix this error?   //------------------------------------------------------------------   if (!IsConnected() || AccountNumber() == 0 || Bars <= 30 ||...
[Deleted]
why when signal provider opens a trade it opens for me with exact same amount but after ten or fifteen minutes half of trades just closes only for me not for signal provider. my balance is half of signal provider balance. but why it opens all trades and then after 15 minutes closes half of it
[Deleted]
hello everyone. who knows how we can find the first price in which new zigzag low/high will appear ? in other words, when for example we have a trend and last zigzag is lower than current price , what is the price to appear first high zigzag  indicator? ...
My goal is to create test class with two CWndClient members (two rectangles ) but in the main file I'd like to be able to add this object to CAppDialog as a single object and to be able to use .Add Method so those two members would be move with main window (mouse) ...but I'm the beginner so
  ZigZag indicator  (3)
Good morning. I am preparing the logic about a new EA working with ZigZag indicator . The question is the following. Is there the possibility to fix an order at the ZigZag angle with a good precision? Can someone help me explaining how to do that
Good morning for all! I've been trying to download the easy order demo and, every time I click "download", it asks me if I have MT5, I say "Yes, open it", and nothing happens. May it be because I have the XM Global MT5 platform? Thank you, I'm really looking to try this utility.