General - page 1477

I have submit my EA for championship 2012, but I found showme  have not passed automatic verification. why? how to correct it, thanks myfx86
Many MQL5.community members are subscribed to various important materials: new articles, topics, jobs and personal messages. You just need to enter your Profile and check the necessary option in Favorites section. It is really convenient to receive notifications via e-mail, as all smartphones have...
I use SIG-mt5 software, try order an indicator, but I cannot find the [Market] tab in the toolbox , can I order it in the MetaQuotes MT5 , then move to SIG-MT5? thanks hongbin.fei
Ok. This is not spam. I've been working on EA for years, in the end I had no choice but to burn it down to my finger and do my own trading in order to make profit. Some of those very successful programmer out there, I've seen almost half of them bailed and other half simply because they're running a...
  Appointment of public moderators  (76   1 2 3 4 5 ... 7 8)
The disadvantage of the quad forum is the lack of a clear moderator policy. It's understandable, the forum has grown so there's no way to keep track of everything, especially at weekends. We need to recruit a team (volunteers) who can at least smooth over the problem. Of course, such moderators
VarMovAvg MT5 Indicator is based on the moving average. You can customize any options and you can also set a sound alert, colors etc. This indicator is great for trend detection and I recommend you downloading it to try in MT5 beta testing. While converting VarMovAvg I discovered multi -colored...
The eur-usd break yesterday a very strong resistance level at 1.2816 and close above daily 200 sma . The next important support level will be 1.3000. Any correction movement will be a good opportunity to buy. ************************************************************* EURUSD The pair has...
Hi, I have been working on an EA for almost half a year. I gathered 2 friends who worked with me. Due to my perfectionism, we end up with a pr etty universal framework . This framework is capable of executing strategies described in a configuration file. Every strategy is based upon an indicator
There are some important thing what a trader has to considerbefore enter on the biggest and the most dangerous financial market. I am a professional trader of the Forex market so i wouldlike to help for the people who has no knowledge and experience to trade themarket and make consistent monthly...
  bug: ChartOpen  (5)
This one work fine as EA: void OnInit(){   long chart_2=ChartOpen("AUDUSD",0); long chart_3=ChartOpen("EURUSD",0);     Print(chart_2," ",chart_3);   ChartClose(chart_2);   ChartClose(chart_3);} but below dont fine as an Indi: #property...
I use this to open signal buffer if((m_handle_macd=iMACD(NULL,PERIOD_M1,12,26,2,PRICE_MEDIAN))==INVALID_HANDLE) // changed from 0 to input trend I use minute chart and same parameters for the macd as the code. I watch the MACD go below 0 on screen but code still has 4's 5's etc.... it took 20
Forex Strategy “Trading in the News” — developed specifically to trade Forex news with as little risk as possible. It can be used only for important Forex news releases such as U.S. GDP, non-farm payrolls and interest rate decisions. Although all currency pairs react on such news, the USD-based...
  Author's  (93   1 2 3 4 5 ... 9 10)
Good afternoon I want to try to realize a project to write an EA. I am not asking for flooding, comments and suggestions on the merits if possible, pointing to the source. If I make a statement, please give precise definitions for further formalization and validation. Better to do a linear
Is there a way to turn the case sensitivity in auto complete off? If we have to use it with case sensitive typing then it is is good as nothing : not only that we have to know the name of something but also we have to know what type of letters were used in creation of it, and I sincerely doubt that...
Hi there, Is there a way that I can create a custom currency pair and calling it EURUSD2? How would to import data for backtesting of the new currency EURUSD2?
  Why don't I read the articles?  (177   1 2 3 4 5 ... 17 18)
This thread was created for feedback between readers and writers of the articles published on the resource. The main purpose: so that readers can not only criticize the shortcomings of the texts (for this purpose each article has feedback in the form of comments), but also to direct the authors in
Hi there, I'm missing the downloads section in the navigator, the files do exist in the filesystem but not in the navigator. and I'm not prompted after downloading if I want to add it to the chart. Any Idea? Thanks
  Moving SubChart  (4)
Hey guys, I have a bit of a problem with a SubChart. Basically what I want to do is to display a chart within the chart and set it to a specific time. Say, my main-chart should be 01.01.2012 and my sub-chart should be 01.01.1980 (or whatever). I have tried to do it for several hours now, however...
Hello everybody, This is my attempt to make the installation and use the OPEN POSITIONS interface as user-friendly as possible. For those who are unfamiliar with the interface, it helps you to open positions using elements of money management. This tool can be use only with MT5(MetaTrader5) platform...
Each newcomer wants to create a trading system capable of making maximum profit on each price movement. As time passes by, traders gain more and more experience finally reaching more realistic expectations and abandoning their dreams to buy exactly on the very bottoms and sell on the very tops....
I have a question in mind that What happens if the broker can't find a match for a position? Do they take the other side of it? Or do they look for clients orders from another brokers?
Hello for everybody I am a Forex trader and i would like to help for the traders who have experience s or just started to trade the biggest market. "The big fish does eat the small fish" This sentence is true everywhere in the life especially on the Stock Market. On the Fx Market the institutional...
Hi there, Can we have the following new ENUM_STATISTICS? 1) STAT_PROFIT_LONGTRADES 2) STAT_PROFIT_SHORTTRADES They would be extremely useful in additional to the current Enum_statistics.
Hi guys, I've made a simple code to buy when the price is above the moving average and sell is the price is below the moving average everytime that there is no position open. I checked the backtest and saw that the code is not performing as I wanted and only performs buy trades. I printed the...
Hi, I would have put this as a job in the Jobs page, but there is an ANNOYING block on 'financial operations.' It has been there for five days and IS A MAJOR PAIN IN THE ARSE! I would like an Alert whenever one currency crosses another. I just need to know where to place the Alert() function...
This time hopefully I have checked all possible ways CopyBuffer can return something invalid. (unlike last time, when I neglected to GetLastError). Still, in rare cases, CopyBuffer sometimes writes rogue values to its destination array. This little script, though pointless on its own, proves it. 1...
Please i need help on how to go on trading. Am just a novice, need someone who will coach me
hi friends, I am looking for simple bollinger band EA wherein bollinger period is 12 deviation is 2 apply to close whenever candle closes above the middle line (deviation line) from bottom buy signal, and candle closes below the middle line (deviation line) from above sell signal should appear. take...
im using the tradecopier from multiterminal.net, it copies trades from master to slave accounts, bypassing metatrader and its low execution speed. i think this product gives you maximum speed for scalping eas.. it keeps the mt4 session alive saving 100ms per trade optimizing execution speed. normal...