General - page 1532

Hell community, do you know of a non time consuming way for listening to a socket port on every tick? I know there is the possibility to do it the other way round: MT5 is the client and the DLL is the server, see: https://www.mql5.com/en/code/169 But how about sending messages to the MT5 client...
Hi, my name is Dariusz Swierk, and I’m doing research on success factors in trading. I want to run my second research project , and I need your help. In the first project (it lasted two years) I’ve examined dozens of retail and institutional traders. Probably, the most famous trader, who was a part
Japanese rice traders developed candlesticks centuries ago to visually display price activity over a defined trading period. Each candlestick represents the trading activity for one period. The lines of a candlestick represent the opening, high, low and closing values for the period. /*...
Hello traders, I am very happy to introduce my new trading system. It's called Trend Follow system - the results of my research over the year 2010. Below are the key features of system. Only trade with trend and major currency pairsSafe trading with risk management for each tradeStable performance...
[Deleted]
whait is the best specs for building a powerful trading PC ? thanks.
Hi, is there an article showing the meaning of the results in the strategy tester? Regards 
...but for whom? Just some educated thoughts: If Forex were a Roulette -like Game, the odds would be 50:50 (rouge-noir;up-down). Yet 95% of all Forex traders lose their money. This is far from random, far from throwing dice. This cries for some implemented kind of system to the disadvantage of the...
ID: 31311 Signal trade: USDCHF , GBPUSD, GBPJPY, EURUSD, EURJPY, AUDUSD TRADING FREQUENCY: < 10 orders per Day Max positions/PAIR: 3; Max positions/SYSTEM: 10; Max lot size/SYSTEM: 0.12;
  Gd-radar  (4)
Technical analyzes of Dollar index, Gold and Forex and 100% manual (not EA) trading with Risk Management rules. Max. open positions: 3; Pair: 3; Max Lot size: 0.3 - system, 0.3 - pair; Max. Drawdown for 1 position: 200 pips or 4% risk for recommended account amount per trade; *"Stop Loss" puts...
Hi, Whatever the EA I choose, I get a result like that: It only did 29 trades during the year. What did I do wrong? Thanks.
Hi! I had this pivot indicator that I changed to showing simply yesterday's High, Low and 50% instead of pivot points. Now I want to apply this indicator to an indicator in a separate window, say RSI. My understanding is that all I need is to change these lines PDayHigh = Close[ iHighest(...
How to make an EA read a DLL file to run like an EA?
We always strive to make our services as convenient as possible. To help the members of our MQL5.community in their daily activities, we have introduced a new way for quick access to our website resources. Now the process of registration and authorization on MQL5.com is much easier - you can...
Is it possible to change the formatting of the chart that appears after running the strategy tester? the default is black with green OHLC bars and every time i have to change it to different color scheme and candles, as well as colors of the indicators.   Thanks
I am aware it could be something inside my indicator. But I'm at loss now. It doesn't work, it doesn't show anything in experts, but compiles ok. Weird enough, I have an older mt5 from alpari installed, and there it works. Something ever weirder happen when I started to debug it. The indicator...
[Deleted]
Hi! I use about 200 MetaTrader for testing my experts, and I want to show the results in an ordered formula. I rename the DetailedStatement.htm to statement.htm and set publisher with 240 minutes interval to this. But today, I saw in the journal, the publisher send the statements whenever the...
i write such code in experts , it can work ! #include <Indicators\Trend.mqh> CiMA *ma; //+------------------------------------------------------------------+ //| Custom indicator initialization function...
Hi Guys, How to know timezone of trade sever? or time GMT offset for the sever? Currently i can calculate this based on local time. but EA may be used in different timezone for different trade sever or moved from one country to another or, even local time is not set correctly,so it's not best...
Hey Ross, Does MQL5 has some function that can execute an external program (both synchronously or unsynchronously) ?? We could used it as a trigger to some external process, in a very simple way (we could call this function from OnTick() event handler). It would help a lot the integration of...
[Deleted]
Hi everyone.... Been stressing out big time, and spent way too many hours trying to code this. First, I'll tell you the goal and what finished product I want. Second, I'll tell u my progress and what I've done, and attach the 2 files I've been able to create. 1st - the goal I want 3 ATR lines in...
Hi, I'm trying this great EA, using as input only the option: extern string rbc ="---- RENK brick ---- inputs; extern int LookBackBricks = 2; and closed positions as only this option without any indicators: UseRenkoStopLoss extern bool = true; extern int StopLossBricks = 2; tests in that...
Hello MQL5, I have found alot of great EA's and Indicators here, is it if i test and share this Files in my forum? Best regards
Attached to this post is a document I got, detailed are essential tips to make navigating and controlling your metatrader workspace a breeze. I found it most helpful and I hope you do... Cheers
Hi, A question to MetaQuotes team: Have you ever considered including version control tool in MT5/MetaEditor? Regards
In early 2011, we released an exciting tool for EA development, intended for all traders who have no MQL5 programming skills. With the emergence of the MQL5 Wizard in the MetaEditor, traders have received a convenient resource for developing Expert Advisors without programmers' help. Many traders...
The web installer of MetaTrader 5 can be downloaded at: https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe (300 kb) Itautomaticallydetermines your system (32 or 64 bits, only 32 bit version is availableat the moment) and downloads only the requiredcomponents using our own...
Hi, I tried running an EA on the Intel Atom N455 @ 1.66GHz, 2037 MB memory Netbook Dell Inspiron mini. I created many Print statements in the code so that I could analyse the log file of the strategy tester. I noticed that many of the Print statements did not print at all in the log file which...
In my opinion, every trade you consider should be laid out ahead of time with a roadmap. A complete map should have an “off ramp” or a place where it makes sense to enter the market. It should also have exits for your destination (profits) as well as off ramps for emergency exits. This part of your...
I was wondering if anyone would be able to code a very easy EA. It is based off of one indicator. The first bar on the retracement finder that crosses the 0 line, enter trade in that direction. Take profit would be 100. once trade is in profit by 50 pips, place stop loss at break even. If...