[Deleted]
Hi there, As I understand it, genetic algorithm would miss certain parameters. MT5 would save the optimization in cache. Is it possible to get better result by running a second or tenth genetic algorithm optimization
Hello guys. Can anybody help me please create a EA which can open/close orders when spread reach a certain value? Thank you
Hi all, i'm trying to use today's profit in an EA. What i have done so far works for Deals opened today; double TodaysProfit=0; HistorySelect(((TimeCurrent()/86400)*86400)+28800,TimeCurrent()); int total=HistoryDealsTotal(); for(int i=1;i<total;i++) {...
When looking in my Navigator window, why are some of the EA icons grey and some in color? What's the meaning? How do I turn on the grey ones?
Hello, I develop an EA but sometimes, I get the error message: failed market buy 0.1 BTCEUR sl: 772.10 tp: 795.63 [Invalid stops] CTrade::OrderSend: market buy 0.10 BTCEUR sl: 772.14 tp: 795.67 [invalid stops] I try to buy 0.1 BTCEUR and below are all informations I have about the BTCEUR: ask
Hi guys, I want to make my EA open a new sell/buy position after a certain amount of loss pips. For example: I've opened a buy position and I have a current profit of -50 pips. In that case I want the bot to open a new buy position. Does anyone know how to do that? PS: thanks in advance
I cant run my expert on live chart and it doesn't trad and i active allow live trading I dont know what shoud i do
Hi, does anyone have an idea that I can test dozens of robots with different parameters
Hello all, I'm facing a strange problem with my automated trading system, which is running 32 EA (for 32 currency pairs) on a virtual server. In every EA I'm calculating the exponential moving average, but sometimes for some EA, the function iMA is returning 0. Here is the code snippet I use for all...
Hello, I want to check on margin before opening a trade and was thus using the OrderCheck() function as follows but it always returns zero for all values? Is this function not working in Strategy Tester? MqlTradeRequest TradeRequest; MqlTradeCheckResult TradeCheckResult;
Hello, I have written a correlation filter in to stop my EA from opening a trade if Symbol() has a correlation over 75% or under -75% of any open positions. I've been running it on a live non-execute account for the last two weeks and there are numerous positions which have been placed which are
[Deleted]
Good day, I believe many people have wondered around the idea of a one click EA, I for one was able to compile my EA into an install package but would mak it a lot better if I was able to geet this codee right. Please look at the concept of what I'm trying to do, I believe this can't be done in this
Is it possible to create an EA that would be compiled on one chart along side chart open with trading EA's applied, that would monitor the account balance permenantly and turn off trading EA's (or similar) IF the account DD hits x%. Possible or not? thanks, Mark
test on EURUSD,H1 (netting) strategy tester report 28 total trades test on XAUUSD,D1 (netting) tester takes too long time strategy tester report not found plz help wtih this
Hey, In an EA, I place orders like this: MqlTradeRequest request; MqlTradeResult result; request.symbol = Symbol (); request.volume = 0.1 ; request.deviation = 1 ; request.type_filling= ORDER_FILLING_FOK ; request.action = TRADE_ACTION_DEAL ; double askPrice = SymbolInfoDouble ( Symbol
Hello everyone, I have a problem. in my for loop, the bot draws lines at the top and bottom anchor points of the red rectangles that are on the chart. unfortunately lines are set uninterrupted and i only need one above and one below per rectangle. unfortunately I don't know how to end the loop, so
Some brokers change leverage depending on the balance. Do MT4 and MT5 support this? Does leverage automatically change and calculate as assets increase during backtesting
[Deleted]
#include <Expert\Expert.mqh> //--- available signals #include <Expert\Signal\SignalRSI.mqh> #include <Expert\Signal\SignalSAR.mqh> #include <Expert\Signal\SignalAC.mqh> //--- available trailing #include <Expert\Trailing\TrailingFixedPips.mqh> //--- available money management #include
Hello! I have an EA which uses virtual SL (stop loss checked via code) to partially close positon when price drops and market SL (stop loss send with buy order). I set the market SL equal to the last virtual SL. I trade physical stocks (not CFDs) but my broker still allows sell orders (borrowing the
Hi, I am looking into changing my current trading setup from using multiple instances of MT4 to creating microservices in python. The idea is to have python scripts (bots) running with my algorithms that can execute trades on multiple accounts at multiple brokers at the same time. Long term I would
Hi, I'm looking for a script to reverse the signals emitted by the expert advisor, if the signal emitted expert Buy, the script open a sell operation and initial stop loss take profit and become the take profit is origian stop loss.Is it possible? thank you
Please , in Expert Advisors , does MT5 allow for cryptocurrencies Trading and any library for this to occur. Thank you
hello, Is there an expert advisor to check if the signal has been copied to my account and send me an alert in the event of a malfunction ? Thanks
Bonjour, Je suis débutant et je recherche un expert Adivsor en scalping gratuit et prêt à l’emploi avec les critères suivants : Dépôt minimum : 100 euros Arrêter suiveur Merci d’avance pour vos réponses
Hi Guys, I developed an Options Screening EA that monitors around 8000 options (CALL and PUT of various expirations), which meet my monitoring parameters. However, functions I need, such as SymbolInfoTick, SymbolInfoInteger, SymbolInfoDouble and so on, only work for symbols present in Market Watch
I created two simple indicator, they are practically same but with different configuration. I was using online builder as I practically don't know how to code but i have this great idea that i think can be awesome. Idea is to make EA buy when Indicator 1 goes above Inidcator 2 and sell when
I have two options for my code and was wondering if I was correct in assuming the first option would be more efficient but I'm not sure why I don't see it more often, any thoughts? Is there a problem with this approach, does it make a difference? Thanks Option 1 (Index is set as a global variable so
Copy EA trades on the same local PC, in the same terminal, with the same account. Copy EA trades on the same local PC with different terminals for different accounts. Copy from MT4 to MT5 on the same local PC. Fast copying. Lot's of trades. How do I program it? I believe there will be a delay in

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.