Expert Advisors and Automated Trading - page 7

Hi experts :) I'm rather new to MT5, so I have limited knowhow. I'm running an EA, which placed orders incl. TP and SL (all good). However, during marked closure - or that very volatile hour - my broker has high spreads (e.g. 29 pips on EURGBP ), which sometimes triggers my SL "unwantedly". Meaning
Hello. I have a problem with my mt5 platform (pc, windows). When I choose EA Robot I see this: "You need to read and accept the TOS to use this EA". What should I do
Hi all.... I'm working on an EA and it's getting an weird behavior. I created a variable where I can change the timeframe for the chart. Everything worked OK until I added a Panel based on the CAppDialog. - if I change the timeframe using that configuration variable, the EA Exits. - If i change the
I have a bug in my strategy but I can't find it. it's a bug that's been there for days but it's very rare. when I start an optimization, it causes the optimization to freezes and the test stops at a point like 501/10496. in this context, because my inputs are distributed in a complex way for each
Hi, I have an issue... I have no idea on how to overcome this. One EA on a MT5 client have been running for months with good results. Now for some reason it has.Not taken a single trade since July started. Nothing have changed in the settings, just stopped trading. So I setup a completely new and
Maybe a stupid question but what is ACCOUNT_MARGIN supposed to be as opposed to ACCOUNT_MARGIN_FREE? If I print this: AccountInfoDouble ( ACCOUNT_MARGIN ); I get 0.0 returned back from the broker. If I print this: AccountInfoDouble ( ACCOUNT_MARGIN_FREE ); I retrieve my current free margin
Hi, i made an expert, and i desired to play a sound every time the expert buy. So, i added this line, but it does't work: PlaySound ( "buy_alert" ); Note that i hear a sound if i place it inside of the OnDeinit function. But i don"t hear any sound when i place it inside the function that create a
Hello, I am starting to learn MQL5 and right at the beginning I have a problem that I can't solve. The console shows an error that my function has no body, even though everything is in the second file. Help
Hello. I am running the optimizer on my laptop and I have agents linked to my PC. I just bought a new motherboard and cpu with 12 cores. When I start optimization, Windows on my pc starts to hang even when I only use 6 agents. The cpu is around 2%-5%, the ram is ok and it's running on a disk that
Hi everyone I would like some feedback on my code or how I can make it more efficient as it uses several conditionals and loops. I wanted to create a multicurrency news filter for when 30 minutes before and after the current time there is an important news event. For each news event I need its
Hello. Is that possible to do this considering the FileOpen function works with specific directories only
In my EA, I use the following line of code to register its Magic Number: m_trade.SetExpertMagicNumber(Magic); The function has no return value, so is there a generic method to check whether a Magic Number is already in use? I'm looking to block an EA from loading if the Magic Number already exists
Does anyone know how to force MT5 terminal to NOT delete optimization cache files older than 30days? I want to be able to load older cache files into the terminal for analysis of forward results and I cannot find how to stop this deletion of cache files. The only option I'm aware of that the
Hello all, I have coded some EAs before, but I need a little help with this. I've attached MQL5 code to this. What I want to do is to run code every time a new range bar is completed that calls delta, and OHLC data for the range bars from the code. I assume this check would be placed within the
Hello there! I'm currently running dozens of EAs in a real account . They're working just fine, but I notice some EAs perform better historically when they go long or short. I don't want to set them to work only for long or for short positions. The reason is that if I do that, they will go only one
Greets, This has been working for a while now, but today I noticed it's not working as expected. Not sure what's changed (maybe nothing has changed and this has never worked). I basically want to trigger some code when a deal is in profit/loss. It works when the deal is in loss (ie, hits the SL)
Hello All My modify TP/SL code below won't modify sell positions instead I get modify errors. With Buy positions everything modifies as normal, please assist me as to why sell positions will not modify. #include <Trade\Trade.mqh> #include <Trade\SymbolInfo.mqh> #include <Trade\PositionInfo.mqh>
Hello, I want find minium SL of Positions sell. I have code: But return a value is SL of Last Position. Help me. double SLSell(string type, int magicNumber) { double MinSLSell = 0; for(int i= PositionsTotal() - 1; i >= 0 ; i--) { if(PositionSelectByTicket(PositionGetTicket(i))) { string _symbol =
Hi, I have taken one EA and the coder has sent me the Ex5 file to test on meta qoutes 5 demo server. I tested it for 1 week and it has shown some losses for the week in 1 symbol trade. However, I did the backtesting for the same period and back testing shown me some possitive result with the same
Hi all, I have been trying to use Webrequest in getting community sentiment into my EA. But I keep getting the above error 'WebRequest' - no one of the overloads can be applied to the function call Any help to fix this will be greatly appreciated. Below is the section of my code that needs to be
I am trying to login to Metatrader account and I have been receiving this error code. Please see code below; I first import necessary libraries and initialize which works fine from datetime import datetime import MetaTrader5 as mt5 mt5.initialize() But when I try to log in using the below code, I
Hi master MQL coders, I have been trying my hand on using Telegram to get updates about my expert advisors. Lately I created a Telegram channel where I want to send entries taken by an expert advisor. However, I encounter error 1007. This is the first time I encountered this error, and I could not
Hi, I don't find examples in the Documentation (probably looking wrongly), how do I extract I single value from a matrix? this doesn't seem to work static vector x_norm(SAMPLE_SIZE); static matrix input_data[ 1 ][SAMPLE_SIZE][ 1 ]; for ( int i = 0 ; i < SAMPLE_SIZE; i++) { x_norm[i] =
Good afternoon, community members. I am developing an EA that exclusively trades the EURUSD pair. The strategy involves opening a new position to average the price whenever the price moves against the current position. This part is working perfectly. However, I am facing difficulties with the
I have roboforex account, can you explain how I can copy my account at IC markets, and what about spread, on IC markets I have better spread, do both trades close at the same time? I use MT4
//+------------------------------------------------------------------+ //| ma.mq5 | //| aniruddha | //| https://www.mql5.com |
I had a broker and account in MQL5. It wasn't an issue to transfer money in but when I tried transferring money out from MQL5 back to Coinbase. My wallet was totally wiped out. I traced the transaction hash and can see another wallet other than mine that it was transferred to. How can I file report
Hello! I like to change the lot size of the following MT5 EA ExpertMAMA-mq5. Does anyone have a idea how i can adjust the lot size? Many thanks for your support! Kind regards, Frank //+------------------------------------------------------------------+ //|
In general, my performance with backtesting and optimizing got worse and worse since I started with MQL5, but for some reason, since 2 days, some cores have just been disabled out of nowhere and get auto-disabled when I enable them again. Today, when I tried to optimize something, all my cores got