General - page 902

Hi guys. I'm not a programmer. My friend gave me his indicator but I was try to do backtest on MT4. And no result but if I use it on my demo account, this indicator still draw arrow. So plz check and help me how to fix it. And if you can help me, I want to add the EMA 34 line into the window of this...
hello The indicator is required to give the correct buy and sell signals at 100 * 100 and works on all the ferms
Hello, From a few days I have an annoying issue with expert downloading from mql5 market. I can't download them on any MT4 platform installed on my primary machine. That happened after I uninstalled the MT4 platform where the products were downloaded from the market. I guessed that products will...
I've been working on this new strategy based on hidden key points that give entry and exit not necessarily on support or resistance points i have been fine tuning it for optimum results . I will give updates soon
I developed (or better, I assembled) a super useful, simple and clear, 10-step backtest strategy checklist to squeeze the best and robust setting from any strategy. I'm sure this is suitable to every single EA and for every EA trader. The question is: can I share it in any section there? Many thanks...
Hey all, i found something strange with CArrayInt and CArrayString. I have a main object which can load other objects into his running environment. This objects can communicate with each other while sharing an object which handles a conversation. Objects can add a new item with a "add" interface and
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...