Hi, im newbie in MQL5 and i wrote this simple code me to test whats going on... #include<Trade\Trade.mqh> CTrade trade; void OnTick () { Comment ( "Williams %R " ); double WPArray[]; ArraySetAsSeries (WPArray, true ); int WPDef = iWPR ( _Symbol , _Period , 14 ); CopyBuffer (WPDef, 0
I read somewhere MQL 4/5 is not as fast in execution as using C++ to write algo`s, granted i`m new. I just wanted to preferably use raw C++ instead of learning another scripting language. Are there coding benefits in the types of things you can create/do with MQL that are longer harder in C++? Thank
Hello, I am trying to develop an EA that detects pinbars. I am in the beginning stages of this, but I am having trouble with the code.. it is not detecting any pinbars even though there are obvious candles meeting the conditions. Any idea what may be wrong with this base code? #property strict //
I am encountering an issue with my bot. I am currently using an *** demo account for testing. The results from the bot tests are outstanding. The bot operates as a seconds-based EA, and when I run it through the strategy tester , everything looks promising. However, when I apply the same settings to
Hello everyone, I'm new here and I want to ask a question that's very important to me and my offline team.. According to this website here: https://www.metatrader5.com/en/metaeditor/help/development/python "Python scripts run directly on platform charts, similarly to regular MQL5 programs."
[Deleted]
I am trying to understand use causes of machine learning and neural networks as i am a novice in this field. I want to know if there is a strategy with 20% accuracy can be improved by using machine learning or neural network up to 80%? What are some good examples using MQL5 for very basic
void Trailing_Stop() { for ( int i = OrdersTotal () - 1 ; i >= 0 ; i--) { if (m_position.SelectByIndex(i)) { if (m_position.PositionType() == POSITION_TYPE_BUY ) { if (TrailingStop > 0 )
Hi, I encoutered this error while trying to pass the validation check to list my mt5 ea on the market, the EURUSD test was passed with 18 trades, but the xauusd it states there were no history data and thus no trading operations, any way i can fix this? Thank you! :)
my optimization run on server cloud encountered some errors. 1- it shows that it is finished but it is not. also it works and passes are on-ging!! 2- where are other server clouds
All, I'm sure there is a very simple answer to my question, but I ran out of ideas. I want to backtest a simple EA, just to learn MQL5 and test different EA strategies. I have an "input parameter" section which is shown (names and values) when I apply an EA to a chart. If I change an input parameter...
So I have a Class Object (TickMA) that aggregates tick data in proprietary fashion. The class object is instantiated and updated from my EA. Problem: I want to visually present data contained in the EA Class to an separate window indicator. Looking for a way to pass the pointer from the EA to the
Is there a built in fast function ? heres what i'm doing so far double array[]={ 1.1 , 2.2 , 3.3 , 4.4 , 5.5 }; double array2[]={ 6.6 , 7.7 , 8.8 , 9.9 , 0.0 }; matrix M; vector copier; M.Init( 5 , 2 ); copier.Assign(array); M.Col(copier, 0 ); copier.Assign(array2); M.Col(copier, 1
I want to access the last tick of the depth of market and want to know if it is a selling or buying order, but the way I am doing it doesn't have any information about this. I'm using the mt5.symbol_info_tick(symbol) in Python to access the last tick. Can anyone help me
In MT4.
Tools>options>server
Tick box to enable DDE server.
In MT5.
This is not there. Any suggestions? Am I missing something?
I need the option to enable DDE server to link a program to it.
Can anyone help?
Thanks in advance.
John.
I am not sure if i have done this right; Please check that I have done this correctly. I have written a bool function (for my ea) that checks (i hope) that it is NOT a friday. bool IsNotFriday() { MqlDateTime structTime; datetime time[]; CopyTime ( NULL , PERIOD_CURRENT , 0 , 3 ,time);
Hi . Does anyone know how can create object in second time frame in Strategy tester ? I searched everywhere, but I didn't find anything . For visual analysis I need to be create object in other time frames
Hello, I need some help. I have a question about the MT5 Cloud network for strategy tester optimisation. It's the first time I'm trying to use it. First I have topup my balance in MQL5 account of 10$. So I started the Optimisation. Optimisation has a total of 558 combinations/tasks. After I launched
Hi, I was planing to Dev and integrate a News filter in my strategy EA.. I have a Demo account at *** with MT5, but I do not have the News TAB? Is it only prod accounts or not all brokers that offers News Tab in MT5? anyone that made a News filter for stop trading -5 min before and after important
Ladies and Gentleman, I have read a lot of threads here at Forex TSD and want to show sincere respect for all the programmers here who have done so much for the community and also thanx for the ppl who created this forum. Now I have a problem. I'm looking for an EA that closes pending orders after a...
Hi, I was this last three days sharing my computer. The first day the agents worked well (i think). I mean, i saw the CPU working and the RAM was allocated and then when the task finish the memory was free. However, yesterday and today it worked in a different way. In the morning the agents worked
//+------------------------------------------------------------------+ //| HelloMQL5.mq5 | //| TarikR | //| |
Hi guys! I would like to sell Indicators (and perhaps EA's) in the META MARKET and directly too (outside the MARKET). I'm reading about how to effectively protect an Indicator (or an EA) for EVALUATION PURPOSES (for the bought versions I can provide a good scheme based on the user account). I had
Hi guys I'm new to mql5 and I'm writing an expert. I make changes and compile the code with F7 or the button above the screen written "compile" but when I run strategy tester I get the error: " debug version of 'test.ex5', please recompile" it. Even when I close the program and debugger and open
Hi, When I retrieve tick data in the symbol manager there are some ticks which have a missing bid or ask value. Why is this? Many thanks
Hey people, I'm new to mql5 coding and I've been wondering, does PositionsTotal() detect all positions opened by all running EAs or just the positions opened by the EA it's running from? Thank you in advance :)
Hi, I am new to coding, could please help. I brought my code down to two errors and I can't seem to get this right. void OnTick () { // Ensure there is at least one bar of data if ( Bars <= inRSIPeriod || Bars == 0 ) // Corrected syntax without additional parentheses { Print (
Hello Everyone, Please I need help with a code function in my EA. The Array index works correctly but the Array Maximum gives error value. for ( int x = PositionsTotal (); x>= 0 ; x--) { ulong ticket = PositionGetTicket (x); if ( PositionSelectByTicket (ticket))
Hi, I have this EA, and I whant to make it only close trades that have any magic number. How can I do this? //+------------------------------------------------------------------+ //| Timer.mq5 | //|
I Have a PC with a AMD threadripper 3995wx with 64 cores and I want to share this cores with another computer. The thing is on Metatrader 5 Strategy Tester I can only share 32cores, I even tried to add the 64 with command line they appear on the Strategy tester but I can't start i tried to use more
Hello, I have a Python Bot that registers in the MetaEditor and that will not display on the Charts when I drag it or double click it. Any suggestions ? Thanks
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.