#property copyright "Copyright 2019, MetaQuotes Software Corp."#property link "https://www.mql5.com"#property version "1.00"#property strict#property indicator_chart_windowstring INDI_NAME="MPSCN-";input int TimerInterval=60; //Update interval (secs)input int FontSize=10; //Font Sizeinput...
Please some one can share how to calculate currency strength for particular pair, percentage wise in mql..? Or just the mathematics calculation ....?
Hi, I would like to know how many terminals can be setup on a VPS offered by MQL5 or others? Is there any limitations on number of charts and terminals?
Currently I have 6 EA doing my trades in future indices. Can I create a signal for each EA ? And the other end follow each signal or all together ?
Hi, Im currently trying to create an EA which i have 70% done. This EA will use a Markets day trading hours (for example, the ftse day trading hours) only with the entry points being the High/low of this period and opening of this market being below/above the high/low from the previous days range...
Hi, This happened in broker only. When placing order on real account thru EA getting OrderSend Error 131 Demo account is working fine. I believe the reason for the error that: MODE_MINLOT, MODE_LOTSTEP and MODE_MAXLOT are all 0.0 Prints results: Print("MODE_LOTSIZE = ",...
#property copyright "Copyright 2019, MetaQuotes Software Corp."#property link "https://www.mql5.com"#property version "1.00"#property strict//+------------------------------------------------------------------+//| Expert initialization...
How do I install SDC bots on MT5 for Windows s? To be able to trade automatically
Hi, In MetaTrader 5 it is possible to test every symbol in market watch, this is quite useful for bulk testing. Is it possible to do this in MetaTrader 4? I don't see the option too.
Hi to all, I need to know if it is possible to configure the signal in a way that I can close manually the positions opened by a signal and don't permit to the signal to re-open automatically. Thanks
Hi and thank you for reading this. I'm creating an EA for MT4 that needs to read a standard moving average indicator which is placed inside a subwindow and processes the values of another indicator in the same subwindow. How can I read the MA's value from my EA? Issues are, how to find this...
After I download my EA from the MQL5 Market instead of appearing under the tab of "Expert Advisor" it is under the tab of "Scripts". How can I fix this issue?
I am struggling to match the MACD H1 values from Strategy Tester Logs from one hour to the next. It seems that when I print the MACD H1 value in the Tester logs for the current hour eg: I print the 8:00 Macd value at 8:00, I get a different value than if I print the 8:00 Macd value at 9:00. These...
Hello, I have an EA that is set to check on a hundred of symbols but the problem is that it seems the more symbols I set the EA to work on, the more the processor is being eaten up. To the point that the processor has barely any % left in the task manager and it frozes the computer if I put it to...
hello guys, i'm looking for a way to install the Eas that i bought on MT4 on my mac. There's no 'market' menu in my mac MT4. Also, i can't download directly from my mac browser... When i tried copy/paste the EA files from my virtual windows computer to my mac, i always had the message "can't load...
Good day, How can i use the function Line, It is in clase CCanvas. For use this call a library #include <Canvas\Canvas.mqh> after i give name a objet CCanvas miLinea; For draw adk the follow parameters (x1, y1, x2, y2, color) all integers. know what x1, x2 are times and y1, y2 are prices, how i...
I have a problem with a bool variable. I did the global declaration (outside the void OnTick() function) and then I need to use it later inside the void OnTick(). It's important because after checking conditions I will use the variable in the IF for checking the conditions to open a trade. For some...
Hello guys, help me please, what mt4 script Should looks like if i need this option for expert:MaxSpread=30 Step for spread=10 So if spread is going more then 40 or below 20 - ea stop trading Thanks in advance
I have an EA that enters in a pyramid type grid. When DD hits a certain percentage it closes the first order opened in the basket, I tried coding this but it just seems to hang the EA. Can someone find the culprit in this code? Thanks in advance. //---if(ch_b...
How to remove a warning in MLQ4? In this code used to close operations, void CloseOrderbuyl(){ int orderstotal = OrdersTotal(); int orders = 0; int ordticket[][2]; for (int i = 0; i < orderstotal; i++) {bool sel = OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if (OrderType() !=...
I suspect a bug with the Strategy Tester when using Fast genetic based algorithm. After a few passes which can either generate zero, negative or positive profit, then the following passes always generate 0. I tested the values of one of the pass which generated 0 by disabling the optimization and it...
Hi, I was trying to upload to the Market a free EA that does not open any trades automatically, but does help users to open/close/control their trades. For example, a EA that puts trailing stops on trades that are already running, using only mouse clicks (there are buttons for that on the chart). Or...
Hello, Does anyone knows what is the function that gives you the possibility to run an EA or an indicator on just one broker?
BUG: Imported DLL Functions Receive Only First Character of Strings Passed By Value (MQL Build 237)
(4)
Hey
It appears there is a serious error in invoking external DLL's from MetaEditor (MQL5: Version 237). The bug appears when external DLL's are referenced and are passed MQL string types.
I have already reviewed https://www.mql5.com/en/forum/122 and allowed importing DLL's.
I was not sure about...
Given: a) disconnected fromserver, historical data only b) 1M bars used to createall other timeframes using period converter c) Model=Every Tick,Period=Daily, Sym=GBPUSD d) UseDate=checked, From2016.02.12 - 2016.02.15 I ran into some quirkybehavior on my EA and started to drill down into the...
Hi, Im writing a function to calculate my lot size based on risk and sl, pretty standard stuff so far. Now where I am struggling is my account is a GBP spread betting account on Oanda convert everything to USD, so my question is how to I get to the price of 1 lot for my account. So far I know Oanda...
Hello,I would need help please. My problem is that my EA does not work while all my settings are ok,autotraiding is enabled, my one-click trainding is enabled, allow auto traiding is enabled, and it does not work with strategy tester. and it's a second trading account on the same network. a big...
Hey How i can use a Custom indicator like PARABOLIC in my own Expert?
Hi I wrote a program that works well in the tester strategy. But when I run it on the real market, it does not work.(I don't Know , why???!!!) My strategy: When the price falls below the order open price, buy again. Can you guide me? Thanks....
Hi, in my EA I use an indicator stored as a resource. My code to use it is: #resource "\\Indicators\\volumes.ex5"handle_volumes=iCustom(NULL,IndicatorPeriod,"::Indicators\\volumes.ex5",AvgLength); In this way when I add the EA to the Graph window, the embedded indicator is displayed. -Is it possible...
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.