Expert Advisors and Automated Trading - page 288

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?
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
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.
I have an EA which needs little change please PM me for details. this is a paid project
Hello, I'm new here and trying to develop a simple tool using imomentum. I am trying to check the Momentum value every candle, using this loop   for(int i=1; i <= 10; i++) {                       double momentum = iMomentum(NULL,0,14,PRICE_OPEN,0);          double value = NormalizeDouble(momentum...
I have subscribed to a signal and notices that pending orders are not copied. They are only copied once they get triggered. To reduce slippage it would be better if they pending order would already be in the client account to get triggered. Is there a technical reason that this is not done? Thanks...
Hi Guys, is it possible to Open/Close the Trade Terminal equivalent the CTRL-T but in Code?? Has anyone done this? If yes - please provide a code example. Thankyou, Ian
  Copy trades  (1)
How can I use mql5 signals on my mobile device
in MQL5 how can I get the commissions and swaps of an open position (by ticket)? is this not possible?
I have a problem using OrderSendAsync() I have a test EA I made, it is generated from the wizard as a template and these handlers are added (see below) It works.. what does "it works" mean? It means that the trade is placed, I get a retcode of TRADE_RETCODE_PLACED and then I get messages from...
If I have a struct array e.g. MyStruct[] that I access like MyStruct[2] how can I take MyStruct[2] and put it into a variable maintaing the reference (not copying it) so that instead of writing. MyStruct[2].abc = 1; MyStruct[2].def = 2; I could write: st = MyStruct[2]; // <------ does this copy or...
My understanding of the main benefit of MQL5 is the ability to be able to place trades without having to wait for the trade to be completed. This is accomplished using  OrderSendAsync which you can then check using the OnTradeTransaction handler  so this much I understand. My problem is...
Hi everyone,I cant find any info about this. How to calculate or to know how many lots it is required to change price by at least 1 Point? Which trades affect Bid and which Ask prices? Thanks
  Pay VPS fees  (2)
Can I pay VPS and signals fees from MT4 money?