bonjour, quelqu'un peut-il m'expliquer comment télécharger les indicateurs et les transférer sur la MQ4.Merci00
[Deleted]
Are successful traders and programmers here, or are they just dreamers and theorists?
(67 1 2 3 4 5 6 7)
I'm a newcomer to this forum. But after reading a couple dozen topics it becomes clear that either old-timers or newbies "live" here. Newbies like me, a bribe for nothing :) Dummies and nothing but. The old-timers help everybody. Respect to them:). But here's the question. This pile of information
[Deleted]
Hello, I am learning about MT4. I am using a simple MACD EA. This EA is only making a trade and then stops doing the routine. What is wrong? I want to make trades continuously while the EA is being used in the graphic. Can anyone help me? Thank you!...
total = OrdersHistoryTotal()-1;if((OrderSelect(total,SELECT_BY_POS,MODE_HISTORY)==true)&& (OrderSymbol() == Symbol())) {Print(" Last Order Ticket = ",OrderTicket()); } In previous topics about this, it has been said to get the last closed order it is neccessary to cycle through all the closed...
[Deleted]
Dear Coders, I tried to write a simple code but it doesn't place any order if I set stop/target level on it. The code is below: if (maxbuy == 0) // Open one order ONLY { if (Bid <= open_price) // If market goes below open_price then open BUY { if(TradeIsBusy() < 0) return(-1);...
[Deleted]
Hi, Being a total newbie in programming, I'm trying to understand why the orders placing script's TP function does not work properly. (I did not write the script) So here is the weird problem (active buy order example): When the approaching ask-line hits the originally set TP and moves forward,...
I just couldn't track an error down then found a very basic calculation not performing as expected - I've subsequently tried various combinations and reduced it to the following (comments / spacing removed ). Variables are read from a file which is created in Excel (then copied & pasted). I believe
[Deleted]
Hello ; I would like to know if it 's possible in metatrader 4 to see charts in reverse axes like in Excel where we can inverse chart ?? if not can we do that in programming code for example we try to make candlestick but in reverse axes ?? thanks for your help :)
This balance sheet, says it all. Picture speaks a thousand words. For a total of 50+ recent trades, the breakdown of approach towards making my EA, is explained in the chart. I recalled not too long ago, Strategy tester keeps failing me to the point of no answers. Without any answers, I am...
Hi, I want to trade between 4:30 and 6:00 It seems that i can specify a logical command for hours, with (Hours()>=4 && Hours()<=6), but specifying the minutes causes logical errors. Any suggestions for trading this way?
int limit; int counted_bars=IndicatorCounted(); //---- check for possible errors if(counted_bars<0) return(-1); //---- last counted bar will be recounted if(counted_bars>0) counted_bars--; limit=Bars-counted_bars; //---- main loop for(int shift= limit-1;...
I am experiencing the most unexplainable and frustrating error 130 - invalid stops when I am testing my EA! When the EA starts everything goes well - orders are placed without trouble: 07:25:11 2011.05.13 13:21 MartingaleEA EURUSD,M1: open #1 buy stop 2.00 EURUSD at 1.43081 sl: 1.42931 tp: 1.43241...
[Deleted]
Hi, I am working on an EA that is based on MACD and bollinger bands. The idea is that when MACD crosses and price crossing the middle bollinger band coincide, price rides the band all the way up or down. I have attempted to code this, and have explained in the comments what I intend each snippet of...
I want make GUI for adjustment when im start script. I make simple DLL which have to show window. It works when I used this dll in c++ (dev), but when I run this dll from mql i get error in: RegisterClassEx() I use c++ and WinApi. Do anybody know why?
Just a silly question; when I back test an EA robot I am writing; when I use the" control points", I get absolutely fantastic results. If I could only make my ea work like that in real life. (it took $200 and grew it to over $200,000 in from July 1, 2011 to present... Sept 27 (less than 3...
[Deleted]
The problem is that I seem to know a lot of Eliot and other types of analysis and fractal analysis, and I took the demo and everything worked out well I can not achieve accuracy make mistakes . I even had the idea to buy the Hurst Index and especially the Brownian motion but I am not good at
[Deleted]
Hi all experts, Im having an EA which, I loaded on Multiple Currency. It works fine but, Some time if 2 currencies give signal at same time it avoids one signal and gives only one. I tried much more but not getting any solution. Plz! Help me! Thnx! in advance.
Who can help me to avoid that the server modify comment of order sent by my EA, It sometimes add to comment the string "[started/gap]" ? thank you
[Deleted]
what is wrong with my code to open orders of a lot size based on what I want to risk. Print("AccountEquity(): "+AccountEquity() ); RiskAmount = Balance*(EquityPercent / 100.0); Print("RiskAmount:...
Hi all, First thanks to everyone for all the answers this has been great learning MQL4 I'm moving on to understand how to build array's Subject: How to store signals into a static array for example: Highs, and Lows of a series of candles etc, I will likely put a small line on top of each high and
[Deleted]
Is the email function disabled during backtesting? The testmessage was sent and recieved correctly. But there are no emails send during backtesting. SendMail("Test","Test");
New article Custom Graphical Controls. Part 1: Creating a Simple Control is published at mql5.com: This article covers general principles of development of graphical controls. We are going to prepare tools for a quick and convenient work with graphical objects, analyze an example of creation of a...
I've come across a new system that allows you to set up your own trading rules quickly and easily. You can use technical indicators to set up trading rules — making it easy to set up a automated trading strategy. You can back test and optimize then turn it into a automated trading robot. Coll piece...
Good Evening, I am looking for an alert system that will notify me by text messaging that the equity in my account has dropped below a certain amount. Is anyone aware of such an add-on and if so, where can I buy it? Sincerely, Ed Owens
[Deleted]
Hi, I'm looking for an EA / robot with the following features: - 90% modelling quality (ideally 95%) - win ratio: at the very least 80% - backtesting at least over 1 year (ideally 2+) - small drawdown - ideally return of 100% or more over the last 12 months - 3rd party verification from sites such...
Hi, I found out that my EA log files were missing after 1 week. I wish to check whether does MT4 removed the log file after 1 week? If yes, is there any chance I can recover it
[Deleted]
Is there a way to display an arrow using the X / Y coordinates rather than time/ price? Thnaks, Steve
[Deleted]
Hi Guys, I've been viewing this website and was wondering if you knew of any information or know of any type of trading software/platform which would help trade my system automatically. I live in Australia, so find it hard having to stay up every night during the week to trade. At the moment my...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.