MQL4 and MetaTrader 4 - page 140

hi friends i have one indicator which gives alerts only i want to send them to my mt4 push if anyone known something let me known also wants to known if indicator dont have alerts only icons showing up is it possible to send them to push white arrow indicator have alert options only green arow
Hello, would anybody be so kind to help me add TP option to my simple MT4 Script? TP should be calculated based on % of the trades range. e.g. 100% = RR 1:1 Thank you
Hello everyone I looking for free management lot size tools , I trade as scalper so market is so fast for calculations lot size manually, so I need a free assistance trade tools that I draw my virtual Sl line on chart and any time pushing Buy or Sell buttons manually immediately calculations
Hi Good time. I'd like to know that is there any way to find out the amount of opening spread for a closed position? In MT4, if you drag and drop a closed position ( in Account History tab) into the main chart, you can see the opening and closing points. But I need to know the amount of the spread
Hi guys.. I’m finding it difficult to understand the Charts. I can’t read it to be honest. I need help.. anyone please
Hi all, I have the following function where tries to calculate the time between the last closed trade and the current time. if the time difference is <> that a certain number of bars it gives a different result. that being said, during the backtest at some point the bar calculation begins to fail
Hello, I have an issue with this MT4 MACD indicator . It only gives an alert and arrow whenever crossover up happens below or down crossover above zero line. I really need arrows and alerts every time crossover happens. Can somebody update this MQ4 source code? I would really appreciate. Thank you
[Deleted]
Hi, this martingale to my program isn't executing in the program. any ideas why? //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ double
  Raw Socket Client for MT4???  (22   1 2 3)
Hello, I currently have a (raw) socket server by python/php and I want to get Tick() of many pairs from MT4 to this server. I search so many libs/dll for MT4 (WinSock, WinINET...) for this but all do not work. I would like to make each chart a socket client to connect to socket server. Then, each...
How do I get the price change on the market watch screen in meta trader 4? As in the example image
i am use for EA , Many Time Show This Error For All Currency Pairs, I am adjust For My SL And TP , But Its Same Error, Please Help Me
Hey guys, I have a problem in my machine and i would like to know if anyone has ever been through this. Whenever i open a MT4 platform, doesnt matter which one, and there is a pair loaded or i load a pair into the charts a screen of properties pop up on screen and i cant close it no matter what i
After I created custom order script and assigning custom hotkeys, I'm having issues with the hotkeys saving. When I exit MT4 and reopen it the hotkeys are not assigned to the scripts anymore. any suggestions
I want to add this custom indicator in my mql4 EA. But I can not call it in my Ea . Some error are shown like as parameter error, unexpected token error,,etc
Is there anyone one can help me with those Codes? It's using Fibo retracement tools and SMA. 1. This codes are not working in Tester 2.I want to hide the SMA from chart. 3.The Fibo is counting some previous candles to draw Fibo Levels but I want to drow it from Previous day high and Low that's all
Hi, I had in mind to create a partition only and exclusively to use linux, I wanted to know from your experience if anyone uses it to program in mql4 and has had some kind of problem. For example, I use the MT4 in a portable version and download the historical data from dukascopy (like many of you I
Simple MQL4 Code obfuscation technique Please read about obfuscation first here: https://www.mql5.com/go?link=http://en.wikipedia.org/wiki/Obfuscated_code Now I'm going to give an idea of some MQL4 Code obfuscation technique.. There was some time ago a site which was selling MQL4 obfuscator. It had...
Hello MQL5 Community, I'd appreciate it if you could help me with the following errors in my code. The first is at the beginning of my "int OnInit()" code, and the second is at the end: "return(point);" I had previously made some minor changes to the code in order to resolve other errors. I'm having
i noticed if the number of open charts are more than 5 this message window pop ups ... is there a way to avoid it
Hi I wrote this code. User input SL and TP and Volume.. The program with rand() function give us odd / even. For example: if return Even ,open buy position....and if return Odd : open sell position. After the price hit the TP/SL then open another position . (According to : odd/even) I have a
Hello MQL5 Community, I am currently developing an EA based on two MAs and CCI Cross conditions. I'd like to implement a time-based trading strategy and would appreciate your assistance. As I am in the process of learning coding. I've received helpful advice from the community as well as materials
Hello, I am trying to code to have neutral bars in the bears-bulls histogram similar to the CCI histogram indicator. I added the exern Int neutral but don't know what to do after that. here's the code. Credit to the original author
I attempted to register my MT4 account on a VPS provided by MQL4, but it did not work. I contacted my broker, who advised me to contact the VPS provider. Thr problem is no desk help for MQL
The Ctrl+Tab (or Ctrl+F6) doesn't always move through the tabs in the same order. It started out working one after the other, from left to right (LTR) and then loop back to the first again. Then it started reversing on me, moving from right to left (RTL). Then it seemed as if I would do something in...
It is quite disappointing that Metaquote will attach Mt5 to both mt5 installer and mt4 installer. I need an mt4 that is not tied to a specific broker. I hate having too many mt4 on my pc. Any useful link would be appreciated
How come the comments looks weird when downloading mq4 in this website
Hi. The following code gives buy or sell signal with alert when bSetup or sSetup equel to 5 . I want to have buy and sell signals with alert when sSetup or bSetup equel to 5, 11, 13, 15. Can anyone solve the problem? //+-------------------------------------------n-----------------------+ //|
Hi, Can someone please tell how to put some text vertically or diagnolly starting from the High of each bar on the current chart I tried below code but it it showing somewhere in the middel of chart. ObjectCreate("test",OBJ_LABEL,0,Time[1],Close[1]);ObjectSetText("test",DoubleToStr(AccountBalance()...
Hello I was reading the documents. In the description section of the ArrayCopySeries() function, I did not understand this part well. What is meant by "Excluded are arrays that are assigned as indexed ones in custom indicators" ? When is the array copied? Do you mean arrays mapped to the buffer
ChartSaveTemplate(0,"FileName") create MQL4\Files\FileName_AUDCAD_Ini.dat !!! But According to the document , it must build templates\FileName.tpl How can create tpl file