MQL4 and MetaTrader 4 - page 1322

Dear Sirs, I made one dll for one indicator bu VC++ 2008. I want make one change in this code that after for example 7 days expire that. I mean works it only for 7 days after first start and time that defined on that. In below you can see one my sample code in C++ and I want add some line in this...
[Deleted]
Am a newbie. Downloaded SW. Asked me to setup account. Don;t want to put any real money at risk until I have some experience. Did not setup account. Don't know what to do. No (obvious) help screens for newbies. No hand-holding apparent. What to do?
hey guys, i need help. could someone write me a part of a script which performs the following: 1.buys and sells at same position for example: USD/JPY open trade buy at 94.500 AND sell at 94.500, you might think this is stupid but its for a scalping system im trying to develop and im a begineer...
Dear Sirs, I want know how I can connect from C++ dll to website/server for sending or getting information? Thanks,
I've got a very simple EA that I wrote because I noted something bugging me, my EAs seem to be running very slow. Is this something that is broken dependent? Where does the basic clock signal come from that executes the code? Below is my actual code, any time an order is profitable it will try to...
  I need YOUR HELP  (10)
Hi Everybody, I'm facing an issue with an EA where I want to enter simultaneous orders (sell/ buy) in different currency pairs. I understand that MetaTrader4 has limitations and normally cannot perform backtesting of more than one single currency pair. Are you aware about any possible solution to...
New article Creating an Indicator with Graphical Control Options is published at mql5.com: Those who are familiar with market sentiments, know the MACD indicator (its full name is Moving Average Convergence/Divergence) - the powerful tool for analyzing the price movement, used by traders from the...
Hi Guys I am looking for helpfrom a programmer. I have found a set of indicators which has a highsuccessrate of performance, 90%+. I am currently testing this for the last 3 months and the signals present winningtrades, asduring this period 95% of orders from 100 have been winning resultswith a...
[Deleted]
Hi, Why do my charts sometimes display 4 digits and at other times 5 digits. I've checked in the documentation section, but no luck. Am I missing a global setting or option
New article MetaTrader 5: Publishing trading forecasts and live trading statements via e-mail on blogs, social networks and dedicated websites is published at mql5.com: This article aims to present ready-made solutions for publishing forecasts using MetaTrader 5. It covers a range of ideas: from...
[Deleted]
And will be happy to pay for the assistance. Please send me your contact info to maoz36@hotmail.com. Thank you.
[Deleted]
hi guys ...i have a problem. i have noticed that if suddenly the electric energy goes away or maybe the computer turns off or maybe i turn on my first account and then come back in the second one ..... when i re open the platform...... my EA close all positions . which could be the reason?? my...
[Deleted]
  ea works  (7)
hi i created an ea which works in the realtime modus. if i use it within the strategy tester it doesnt work! can someone please advise? regards gts
[Deleted]
Hey all, I'm looking for an indicator to be programmed so when price gets within 15 pips of a demark level 1 trendline between certain time frames (london hours) it will clip an alert to my cell phone via text message. When it gets within 8 pips of the trendline I need it to send a second Audio...
[Deleted]
Hi there I need someone to program 2 EAs for me that I need done... I was offered another programming service where the guy asked $50 but never got the EAs !! ... So looking for someone I can trust... payment will be done as soon as EAs are complete. They are both very small projects but I want them
[Deleted]
is there anyone who can help me program a custom EA.ive been trying to find someone on the net but everyone wants to charge me! i believe in paying for work done but its not a complex EA and i dont even knowit will work. is there anybody who could help me cause im too dumb to program it myself. ;-)
[Deleted]
Hi, I have a few functions I want to connect to MT4 via dll. This is brand new to me. I believe the MCC version is v711 and Matlab is 2009b. Please tell me step-by-step how to compile/export my functions then import and use in MT4; preferably without using a "wrapper" because I've been told Matlab...
hi can any one tell me the all Commodities services provider with mt4 trading platfrome ? mangeshdsonawane@gmail.com .
  MT5&MQL5 in Linux  (151   1 2 3 4 5 ... 15 16)
Gentlemen, can you tell me why the installer doesn't even run under wine? Has anyone run MT5 on Linux
  Classical analysis 'doesn't work'?  (368   1 2 3 4 5 ... 36 37)
I often come across the phrase: "Classical analysis is dead (or "not working")!" In my opinion - nonsense. What exactly is "dead" from classical analysis? Which phenomena of technical classical analysis have been discarded? What do those who have buried it for individual trading needs mean by
[Deleted]
I've been looking for a while for a solution, but I just can't find anything... I take a time when I close an order and this all works fine when the order is closed by the EA. But when the order is closed by either a Stop Loss or Take Profit, it looses the order and I can't get into the code that...
[Deleted]
After I have a code saved on my files how do I load it to the expert library? Thank you for your help.
How is it possible to have an EA pull settings from a file, let's say every 10 minutes, so that settings could be updated once in 1 file and multiple eas could be updated with new settings from that file?
  1 min bars  (1)
Hi, Does anyone have problems with missing 1 min bars on SPI200, gold, Dax?
[Deleted]
hi i m in need of macd EA... tat works good.. anyone can mail to me yahoosrini@gmail.com
[Deleted]
  Closed orders profit values  (13   1 2)
int start() { double OurArray[]; for(int b=0;b<OrdersHistoryTotal();b++) if(OrderSelect(b,0,0)) if(OrderSymbol()==Symbol()) { OurArray[b]=OrderTakeProfit(); } Comment(OurArray[1]); return(0); } Logically it should show a closed order profit value...
  WHIPSAW, TREND, or COMBINED?  (13   1 2)
By using Differential Calculus I can easily locate the bars for the LOCAL MINIMAs and LOCAL MAXIMAs on a 30 min EURUSD chart. They are basically the LOCAL TURNING POINTS. The only problem is how far the turns will go. It could WHIPSAW or just keep on going as a long TREND after the turns. So I've...
[Deleted]
Hi guys, Just a quick one.....when the special functions(init, start & uninit) are called, they return an integer value. Is this value usable in any form....... As an example, I usually add a line in the init function :- if (Period() != 15){   Alert("Wrong timeframe!");   return(-1);} I would have...
[Deleted]
  Error 130  (6)
I am not certain why I am getting this error... I have found that it is related to my S/L... but it's set to 30.. I've even tried 10...100... I keep getting it.... please help //Buy if (Order == SIGNAL_BUY && ((EachTickMode && !TickCheck) || (!EachTickMode && (Bars != BarCount)))) { if(...
This error 130 is killing me... Does anyone have a clue or experience of the following scenario? If the OpenPrice is too close to Ask (for a BUYSTOP order) then we should get this error, see https://book.mql4.com/appendix/limits There it says that for a BUYSTOP order we need : OpenPrice-Ask >=...