Hello I'm developing a simple EMA Cross EA (default = classic 200/50 EMA cross). I'm looking to create filters across all TFs so EA only takes trades when these conditions are met (true/false options). So - M1, M5, M15, M30, H1, H4, D1, Weekly, Monthly. Fore example - I'm trading the M15 chart for a
Is there a command which can forcefully stop a runthrough of a backtest or optimization pass from within the EA code?
Also, in MT4 there is an auxiliary list of optimization parameters for the inputs which will stop an optimization pass if a value is exceed. For example, maximum % drawdown can be...
The agents never stop Model value is set to "0" (Every tick) See Screenshot attached Thanks
With automatically generated mql5, cannot have multiple positions at the same time. Is there a way to open many position by rewriting somewhere? It would be greatly appreciated if you could explain the details.
Does anyone know this issue? Could not find anything about it. 1. Clicking the magnifying glass button changes the zoom, but the chart will update only when a new tick comes in. This means, during weekends never, and during low frequent trading hours simply too late. 2. Comparing the simple Controls
Are these the result of limited access to some of the DOM info? Do you recognize this error and the possible cause, and solution? 2019.03.01 19:25:58.056 Books invalid book item[ USDJPY ,sell,111.96100,-100000000] 2019.03.01 19:31:28.681 Books invalid book
[Deleted]
Hello,i've written a dll to upload file via webrequest for testing porpuses. The dll is working fine when the url is LOCALHOST and i can see the uploaded data in my server folder. When i change the link to test an api,using the same code,but changing only the URL i get : my mql5 code is simple:...
Hi. I am trying to add delay between 2 trades after a loss trade without use sleep(). How can I do this? ex: wait 60 second for open a new trade after a lost trade
Hi, I am new to trading and want to copy a signal. My question is: If I have 100$ on my account, and the signal deliverer has lets say 1000$, will then all transactions be copied in a percentage alloquate way?! Mean, if his trade size is 0.1 lot, will mine be then 0.01?! What if a size that the
Hello everybody, I made an EA that analyze some symbols and need time for run one complete, As we know, start() function run every tick price, but when new tick data comes, EA process repeat and EA can't run completely, How can solve this problem?
Hello everyone. I need some help if (OrderSelect(1,SELECT_BY_POS,MODE_TRADES)== true) { OrderModify(OrderTicket(), OrderOpenPrice, Bid,0,0,0); } I don't know why I get this error, which is: 'OrderOpenPrice' - Undeclared Identifier. Thanks.
Hi All, I am not currently programming my own EA's or Utilities, but I want to know if the following is possible: For risk management purposes, I want to be able to aggregate all my exposures to each currency pair across all of my different trading accounts. Is it possible to program an EA/Utility...
Hello everyone! I need help :) How to implement this to an advisor. If ( 5 minutes have passed since the last position was opened ) Do this Else Dont Thanks for your interest.
Hi, I purchased an EA and the settings are as in attached. Seller of this EA is not responding for more than a month so i couldnt clarify. I want the EA not to open new trades if the no of trades reached 5 for a particular pair (EURUSD). Is the relevant parameter available in the settings list which
I would like to change an input variable value within the EA and show its changes value in the EA input mask. If a define a variable like a extern int myvar = 0; then I can change its value myvar += 1; but when I reopen the input mask I got the same 0 value. Is that correct? I would like to show...
I am currently testing an EA which I have converted from MQL4 code to new MQL5 code. Things generally work but the lot size calculation (based on a fixed risk percentage) is off: double subGetLotSize (const string sSymbol, const double dRiskPercent, const bool bAccountIsMicro=false)...
Hi I need to read the first number from a file. The number is formatted in the file like this: 0.000000000000000000e+00 I don't want the program to take anything into account other than the first number (the first 0). My current code is: int ReadReceived() { int filehandle=FileOpen("modelout...
I purchased a Candlestick pattern indicator on the MT5 Market. I would like to capture the signals coming from this indicator to process them in an expert advisor but I could not read the data from the buffer. The signal appears as text on a specific candle, here is an example: I tried to contact...
Hello, I need to change in my mq5 file one part of code. I have: sar_one[1]>sar_two[1] would like to test it with sar_one[1]=sar_two[1] Can it be done? Thanks
Hi all,I have a problem when i make a screenshot in mt5 from ea, into screenshot don't appear label,label BMP. How can i do to fix this? Thanks
I dont know if this is the proper way of indexing the OnCalculate() standard arrays (see image). Thks
I have rented a virtual hosting server from MQ5. I have several automated programs running on this server. That morning 2 positions where not closed even tho i have the right settings. I contacted the maker of the EA and he stated that the only problem is on the VPS. I added 2 screenshots aswell....
as support staff respond take too long and i have only 2 days left for refund, need cancel payment of 1 ea what was deleted by mql5, so now i need refund, can moder write me and i will give him info about payment and what ea? because i have ticket opened 3 days and no one answer me on service desk
How can I get the ArraySize of some Symbol MqlRates? Tks
Hi, I am trying to place my SL/TP at the UPPER BOLLINGER BAND. if(Highes_ >BOLLYUpper)TakeProfit =Highes_ if (UseTakeProfit) TakeProfitLevel = TakeProfit ; else TakeProfitLevel = 0.0;Ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, Slippage, StopLossLevel, TakeProfitLevel, "Buy(#" +...
Hi, I have an EA which is based on 3 steps. Once the first 2 steps satisfied i need to wait for the 3rd step to come along. Ideally i would wait 15/20 bars for the 3rd step to show up. The problem that i have is: how do i check for the last 15-20 bars if the 3rd signal has been satisfied? I am...
Is it possible? Thanks Daniel
Struggling trying to hardcode the formula for 5 day ADR into my expert advisor. Not sure what I'm missing but it keeps returning 0. int dailyrange(){int i=0;for(i=1;i<=5;i++)R5=(iHigh(Symbol(),PERIOD_D1,i)-(iLow(Symbol(),PERIOD_D1,i))/Point);averagedailyrange = R5/5;return(averagedailyrange);}
Hi fellas. I want to know which is the best EA bot that you ever used? Thank you in advance.
I open a limit sell order and limit buy order both with take profit 300 points above the one price. For example:
Order 1: limit buy at 1.08000, take profit at 1.08300, no stop loss
Order 2: limit sell at 1.08000, take profit at 1.07700, no stop loss
What I expect is when the price oscillating...
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.