Hi, I've written an Expert that contains a few graphical buttons to enable me to change certain trading parameters "on-the-fly". I then want to be able to press these buttons during a Strategy Tester - Visual Tester mode session. According to the documentation in https://www.mql5...
hi fellow trader, need help for some source code here l build an EA, I wish it will open one trade position a day the problem is the EA cannot open another position on next day if the previous opened trade not cleared yet i wish this will always open a new trade position once a day regardless the...
Is there a way to detect new bar with iBar function? Common methods for this purpose use time functions.
Catching Gaps 2019 - mql4 -> mql5 ?! I am looking for EA to Catching Gaps. Stock, Forex. mql4 exists: https://www.mql5.com/en/code/11199 is missing mql5 or C # calgo ?!
Hello dear programmers, Anybody know some updates library for implement an EA based on Neural Networks ? Thank you
I have recently bought a hampster ea of the mql5 market place which is fine but i am having trouble registering it coz i cant provide the right right picture with the right amount of pixles. When I use an editor it rejects the photo coz its been enhanced by a third party. Anyone got any ideas of...
I am looking for EA with opening and closing positions when return to 20, 50, 80 level Stochastic , RSI etc. Is this code? Regards
[Deleted]
Good Afternoon,
I have multiple EAs runningin different accounts (demo/real) with no problem.
Specifically in oneaccount, the EA is giving me this error mentioned on the subject.
Any clue ? I did not findany comprehensive information regarding this error. Only generic information.
Regards,
MRC
Hi coders I need to plot values from an EA onto a chart , It is a very complicated EA , and I want to do this for troubleshooting purposes , I have multiple signal setups and need to validate the signals/indicators 'look' correct visually [ie if signal1 is true plot arrow , if signal 2 is correct
Hi everyone. This is my first time posting anything, so please forgive my ignorance about conduct and format and such. I have combined some indicators on the same indicator window below my chart. I was wondering if there was a way to view the code for that window so that I can save it as and...
Hi guys, I have written an EA in MQL5 that uses the ICustom function for some backtesting and noticed that there are differences between the indicator when I attach it on the chart and when I run it on visual backtest. I have attached the indicator below. I was wondering if you had any experiences...
Hello everybody! I have a small problem, which I urgently need a solution: I currently use a signal in which the TP is not optimally matched, but still every trade always is positive, but it just closes too late. Here is an example: (it starts at about -5 €, and then it rises to about 20 € in...
Hi guys, I found this error while running a backtesting on below code. Just wondering anyone could give me a generous comment! Thank you so much !! void OnTick(){ if(zigzag_Trend()==1) Print("HH HL"); if(zigzag_Trend()==2) Print("LH LL");}int zigzag_Trend(){ double Points = MarketInfo...
Hi everybody, currently I am copying a signal here on MQL5. I would like to use an Utility / EA that automatically opens more positions when the price is going against the position that the signal provider opened. For example if the signal provider opens a buy trade and the price goes down 5 pips I...
Good night, We're in 2 friends, trying to cede processing to a single CPU. After adding the external IP (they are not in local network) and the doors, with password and to start the backtetest, it appears: Authorization on still connected agent. Connection closed. My PC is selling cloud processing...
Dear developers, I get two errors on the following scenarios during test of cci_ma_ea_corrected.mq5 (attached) : Platform: PC: OS Windows 8.1 MT5: MT 5.0 Build 1966 1)Using Local agents: During the test the results are zeros and the journal has text(detailed extract is attached): EO 0 00:00...
hello, i wonder if there is a project on such an EA. i have prepeared some rules it could work on, i just can not code. have you heard about such a project or want to commit to work on one? cheers
Trying to set up the transaction repeater and not sure what I need to put in the mprefix and msufix and also server account in the input section thanks for any help
Hello, I trade with a broker that allows me to leverage only 1: 100. almost the MQL5 signals require leverage of 1:500. Is there a Trade Copier or software that can be installed on MetaTrader, which will duplicate the positions in my account?
I have attached an EA and I thought it would manage my personal trades that I make, but after testing it, it doesn't do anything to my trades.Can someone help me and tell me how/or adjust it so it will manage all the trades, including my own?
[Deleted]
Hi all, I have an EA. The EA can run on several currincies. The EA should open only one trade at the same time. What can I do for that? Best, Murat Y.
Hello guys...? I need help, how How to create "iMAOnArray" in mq5 for Expert Advisor? help please.. thankx..
Hello, is there any way to make my EA understand a trend within the OBV. So when the OBV is making an HL buying and selling when its making an LH ?
Hi! It's far from complete, might have some bugs, and I tested it mainly with indexes, so it might cause some problems with forex. But maybe it helps some of you. There is a simple EA included, that demonstrates the usage a bit. Ciao, Andreas
My EA so high performance with 3 digits broker but if i using it with 2 digits broker it made EA performance down to 30-40 percent. I just want to know possible to fix this problem :D.
Hello. This EA is getting 0 Errors, but its not taking any trades, when i test it. Buy Rules : HMA Trend Indicator = Greenline ROC = crossing 0 from below or >0 Sell Rules : HMA Trend Indicator = Redline ROC = crossing 0 from above or <0 Where is my mistake ? #property copyright ""#property...
Hey, I made an EA that sells once the price goes below the EMA, and closes position, once the last bar closed above the EMA.
This code is very simple but still, the EA doesnt copy the right close prices of the last bar, and I dont know why. I printed all the last 10 closeprices of the last 10 bars,...
extern int RenkoSize=20;//Declare valuablesdouble LastRenkoValue=0;double RenkoOpen[1000000]; //Place holderdouble RenkoClose[1000000]; //Place holderint ArrayIndex=2;void OnTick(){double Delta=0;//Calculate pips for renko...
Hi Please I bought an EA/indicator I use on MT4 , can I get a developer or programmer to change it to MT5 EA / indicator for me ? thanks
[Deleted]
Hi all, I have an EA. The EA opens a trade according to some rules. It has take profit point and stop loss point. I want to obtain when the EA opens a trade,if the trade isn't closed by take profit point up to x hours, the EA must close the trade. How can I do that? Best.

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.