[Deleted]
Can someone please check why I cannot delete an order on MT5 EA.
int ord_total=OrdersTotal(); if(ord_total > 0) { for(int i=ord_total-1;i>=0;i--) { ulong ticket=OrderGetTicket(i); if(OrderSelect(ticket)...
[Deleted]
Hi,
I am using the Print() functionto write internal steps of the EA in order to check app consistency during itsexecution.
The problem is the EAstarted to get bigger and having more and more variables it is gettingconfused.
What is the easiest way tobuild an Windows Form to place all the...
When I make indicator, I got this params: int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const...
Hi
I would like to call a function that will only run if there is no open market orders.
It is OK if there are pending orders open but I do not want to call my function if there are any open in the market orders.
How can I check if there are open/none in the market orders?
OrdersTotal() returns...
IS there a way that I can know and communicate with my subscribers? I have only one and I would like to know how the signal is being used! <picture removed by moderator>
I have a couple of good reasons to port my MT5 EA to the MT4 platform. Below is a sample of a technique I am planninmg to use in some instances to simplify maintenance of the "main" code
I just wonder if there are any specific drawbacks using this technique
#ifdef __MQL4__bool...
Hi everyone,
I am trading using the attached indicator, when a sell signal is triggered I buy, and vice versa. It works strangely enough. I would like to surn this indicator into an EA, would someone be able to help me adjust the code, instead of printing the signal and setting of an alarm I would...
how do i subscribe to a signal , and have the money go off from my trading account?
I have recently installed the molanis EA builder and after a headache trying to install I have finally got a result however, I have created an EA and when i come to create the code i get a message the metor editor is not found or not in the correct folder, could someone give me a pointer as to what...
can anyone make EA OF following 5stretagy
buy above current day first high with 1 % target and stoploss and sell below at current day low at 1% tgt and stoploss
Dear All,
Is there a way in the new MT4 to force ENDEDIT for an "OBJ_EDIT" without pressing the ENTER key and without external DLL intervention ?
I mean with a specific chart event or any other way.
Thank you for your help.
Eric
Hi there, does anybody know, if there are, what I would call, fake agents out there in the cloud? Last time I used the cloud (which was about 6 months ago) everything was fine. Now, whenever i do some optimization with some thousand passes, hundreds of times I get the same result: Profit -9913,89
Hi,
Is there a way to use all available networks (e.g. Cloud USA, Cloud Europe) simultaneously when running optimization tests?
It seems that you can only use one network at a time.
Thanks,
BM
hi !
ExpertRemove()
But where are ExpertAdd(),ExpertChange() ? ......
i wish stop my E.A.1 for holiday , attach E.A2. fot restart the E.A.1 after holiday
thanks
Hi there,
If i open a long at x1, x2, x3, i can see in the trade tab that the price change. How to return this value in mql5 ?
POSITION_PRICE_OPEN returns only the initial buying price.
Thanks
I have 3 pending order in the Trade list and they are "request cancelling" ,after my ea has run some hours .
and I can not delete it from the list ,what can I do?
How to auto re-create a pending order same as the previous order completed by take profit.
Any Sample Code ?
Hello
I need some help with simple idea.
Start trading on the next candle bar
For example :
Start buy – next candle bar
Close position 1. takeprofit
2. current barclose (like stop loss)
When close on 1 (take profit) – next position open as before- Buy on the next bar open on lots...
Hello MQL5 community, I'm attempting to write an EA witch will place trades based on depth of market. I read a thread earlier https://www.mql5.com/en/forum/6382 and noticed admin Rosh mentioned depth of market must be available for the currency pair of the broker in order to use this feature within
Profit Factor Recovery Factor Sharpe Ratio Drawdown %
The price of a currency pair goes up and down without stopping. Many EAs either go into a drawdown or often close with a stop loss. The usual standard indicator algorithm is not suitable for Expert Advisors. If we drawdown or stop loss, it's the same. The proper algorithmic work of the indicators
Hi I recently purchased An EA from the market, The download failed, as noted in the journal. I sent a pm to the developer to which he has not replied. After a period of time I tried to download the EA on a VPS terminal, which is different from the first terminal, and the download failed again Can...
I have mt4 open on a vps server 24/5. My question is , will the signals still copy if i have multiple accounts ?
Hello,
I've read a great article about the most common verifications needed to perform in an advisor (https://www.mql5.com/en/articles/22).
The following sentence is a complete misery to me, though:
"To receive the information about trading sessions, you should use the SymbolInfoSessionTrade()...
I have installed mt4 in my android phone,
I just want to know that if I subscribe to signals , would the trades be executed in the android phone so that
there would be no need for the desktop mt4.
Hi all,
I'm wondering if anyone can shed some light on subscribing.
Can I sign up for a signal, but follow it manually with my own broker?
Many thanks!
Hi Guys! Thank you for clicking to this topic!
I need help to create an EA that makes pending orders automatically with a few parameters. The robot is very simple, and I hope it will be just as easy to make! Thank you!
Here is the description togheter with a picture of I how imagine this to be....
Hi I have very easy profitable forex strategy. I tested that on USDJPY USDCAD and GBPJPY. but it should works on all pairs.
Every day from 8 00 to 11 15 i take max price and min price . my width is max - min
if price reaches max i will open buy position : so my open price is max, my TP is max +...
Which one wins the battle? Automated trading or Manual trading . I want everybody's pro's and con's, Who has experience with succesfull automated and manual trading? Why do you chose the one over the other? (or do you do both?) Thank you
[Deleted]
Good Afternoon,
I have an EA with twomoving averages triggering an order execution as described below.
The problem I am facing isa delay between the order execution itself and the cross of moving averages.
In this example you see thecross occurred below 205 (past candlestick) but order was sent...

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.