General - page 1483

...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...
Hello, Hopefully someone can make an EA base on my scalping system that I think can make good profit. One of the indicators used does not have mq4 file because I could not find it anywhere for quite sometimes. Any replacement is welcome as long it will serve the same function. Currently, during...
  forex market hours  (13   1 2)
The forex market is open 24 hours a day, 5.5 days a week. but why dose forex market open on Monday 00:00am, close on Friday 11:00 pm in Metatrader 5 (server:MetaQuotes-Demo)?
  EA v.s. Human  (41   1 2 3 4 5)
The past few days I have been studying on EA. Writing EA can automate our trade, and it can runs automatically all the time. This saves our time to monitor the screen. However E.A. is not perfect, so does human who does manual trade. I not sure what did the big player in forex market using (EA or...
Hi, Anyone encountered this problem where metaeditor can't be started from terminal with the new build? the error is 'Metaeditor not found' using windows 7 32 BIT MT5 Build 439 - portable mode
  Tips For Trading Forex  (12   1 2)
HOW TO MANAGE THE RISKS IN AUTOTRADING FX SIGNALS? There are three ways to Forex according to your Forex trading education and your available time for trading. • The first way is on your own, with your trade platform, analyzing charts, information and with your own trade strategies. Clearly, you...
Ok, so I have been spending my free time lately working on an EA that will allow me to communicate with MT4 through CSV files. I have already made a few EA's in the MT4 language, but wanted a more robust coding language that would allow me to take a more object oriented approach to trading, along...