MQL4 and MetaTrader 4 - page 1209

The adviser is not mine. Profit brings me up to 100% a month. I don't know much about codes, but I am good at optimisation. I also know how to correct some things. I just need to make some additions in the code and all.... on a canary, on a yacht (just kidding). In fact the work to be done is
I am using the function iSAR(NULL,0,0.02,0.2,0) and what I want to do is return the latest value of ParaSAR, and add it as a comment in the main window Comment("SAR 0 : ",iSAR(NULL,0,0.02,0.2,0)); My first problem is that it only returns the value to 4 decimal places when my chart shows and...
On my new laptop running windows 7 Liveupdates won't run. I've checked with McAfee and it is not a firewall problem. How can I getupdates to run
[Deleted]
Hello, i got some problems with backtesting and historical data. I used for my EA a backtesting-periode of "5 min" on "EURUSD" and a timeframe from "2009.01.01 - 2011.02.18" and tested it on 3 metatrader-Accounts (4XP, InterbankFX and IncoNeon) with different results. 4XP( Profitfact. - 1.07)::...
I am interested in all the lost accounts, who is not sorry, put the username and invest password from the account, can be in private. PS: Or accounts of those who do not get to trade. As well as accounts recently opened, but not less than 2 months
tushar102011.02.21 10:47 I want to chang the coad in my ea. I want chang //+------------------------------------------------------------------+ //| HandleTrailingStop | //| Type 1 moves the stoploss without delay. | //|...
[Deleted]
I have a csv file that needs to hold only the last 100 lines of infromation. The csv updates regularly so it needs to remove the oldest line and make room for the new one, in order to keep the number of lines at the maximum allowed 100. If possibile, how can I delete just one line (the first one) in
[Deleted]
Hello I have an EA but it keeps entering the trades where the RSI is above the maximum buy level, it seems to output a constant figure of 1.000. Here is the code: indicator properties: extern   bool       RsiVerified                     = true;extern    int       RsiPeriod                       =...
Thank you to the providers and members of this forum. This forum has avoided the tendency to deteriorate into negatives witnessed on just about every other forum. Perhaps that happens when you charge a fee. The contributors and participants here are simply refreshing; a tip of my hat to Mladen in
[Deleted]
Hello guys, please i would like to know the difference between extern double and extern int, how and when to use each of them. Also, i want to know if in mql4 language, if 20.0 is different from 20, if yes, what is the difference? any helpful response will be appreciated. thanks in advance
Hi All, Is it possible to export an offline/ Renko data series to a csv format? Or is it possible to open a .hst file? Thank you
[Deleted]
Hello I was wondering can someone please confirm: On the current candle you refer to the candle body as close and open if(AtrVerified){if(Atr(0)>Atr(1)&&(Close[0]>lev[0][1]+(Pointnoreturn*Point*mno))){ If I wanted to reference the shadow and not the main body would I replace the Close[0] be...
Hey everyone, I recently got an answer to a problem I was having while trying to make an EA based on ZigZag breakouts. Looks like I got the ZigZag code working (don't worry, I realize that ZigZag repaints...), but now the EA isn't trading. I looked in the log, and the values are being displayed...
[Deleted]
seems i cannot post in the library thread itself yet but i need info quickly if possible regarding the library: https://www.mql5.com/en/code/10121 I am getting an empty response from my http call using this library - im wondering if anyone has ideas what the empty response might mean in order for me...
[Deleted]
Hello I was able to run the Mobile MT4 on my old Windows Mobile phone. My New Windows Mobile has the NEW Windows Mobile OS7, and it doesn't work or install properly, is it compatible? will it be compatible? I would appreciate your feedback Regards Roki
How do I change Line chart to candles in meta 4
[Deleted]
I am using metatrader mql4 now. According to my knowledge, I know that every new coming value will trigger the start function . How can I get the new incoming price of the current chart? Since there are many values in a bar, how can I get every value in a bar? Not only the Open,Close,High,Low...
If you want to have an MetaTrader Server with German Support? Please find attached informations. MetaTrader Server Text: Sehr geehrte Kunden und Interessenten, wir freuen uns, Sie mit diesem Newsletter, über ein erstklassiges Serverangebot für das automatisierte) Trading informieren zu können....
hello everybody I have some trading strategy working manualy well I want to cooprate with programmeres to code my strategy with good partnership offers anyone intrested contacat me tavana_ms@yahoo.com thanks VICTOR1967
[Deleted]
Can someone please code this for me? I am looking for an indicator that does this - whatever time frame I am in. 1. look for the last 2 bars that are closed. 2. if they have the matching high or matching low then add a line to connect the highs or the low. I have a broker that has 5 digits so it...
I test my ea a week in strategy tester and then same time i test my ea in live account, BUT both report are different . I test my ea in different demo account(alpari, NordFX,Go Trader MT4,Ava MetaTrader......)BUT all time report is different. so i want this robot work in strategy tester report to...
I'm trying to figure out how to display the server time in 24 hour + minutes format and vertical lines at adjustable intervals on the charts? Thanks for any and all assistance.
It's time to give something back to this forum and the mql community. Next week we will release a free software to create forex signals for MT4. In short, this software generates expert advisors that send signals by email or display alerts in the MetaTrader terminal. No coding or mql knowledge is...
Hello fellow traders, i found the signaltbale indicator on this site, and wanted to modify the SAR,WPR and MA into something different. But somehow (i only changed the "if" parts) its not working. Who can help me with the solution for this? The original: https://www.mql5.com/en/code/8179 This is...
Hello everybody, I have build an API for MT4. This is a dll (dynamic link library) which allows to communicate wiith Metartrader Terminal from your own .net application. The API contains also an Simulator which you can use to backtest your startegy before you run it live. This is commercial library...
Do you guys really think there's no place for Martingale-Like systems in Trading? I've just created a Counter-Trend, Limited-Grid, Slow-Ramping Progressive, No-Stop-Loss System. The only optimization-like thing I've done to it thus far is Filtering Over-Bought/Sold with Macd Levels. It passed my 10y
[Deleted]
Hi, Need help creating a function to get the number of hours for (current server datetime - order open datetime). Eg. Order open Date Time = February 15, 2011, 0300 am Server Time = February 16, 2011, 0500 am the result should return ( Server time - Order open datetime = 26hours) Thanks in advance....
[Deleted]
  change positions mode  (11   1 2)
hello i have a quest please help me about if a mt4 manager can the change positions mode oh the trade tab ? my mean, for example: i have a buy position at the eurusd and now is 35$ in the profit, if manager can change it to the a sell position? only change position mode, not some tabs thanks
  Software products from Piligrimm  (138   1 2 3 4 5 ... 13 14)
Software products from Piligrimm _______________________________________ In this topic, I want to start the presentation of the programs I develop for trading. To begin with, I will present five indicators, in the future I will exhibit other developments of indicators, expert and trading systems
  Free MQL4 training  (72   1 2 3 4 5 ... 7 8)
Hello! I hope the moderators won't cut me, I am running a free online training course "How to make your own trading robot for the Metatrader terminal in 7 days". The course is designed for traders who use MT4 terminal and want to learn how to program EAs, but have absolutely no knowledge of