I want to build in number of time period options to trade into my first code, is there an enumeration that could deal with a list of options. Thanks for any advice !
[Deleted]
Hello, i want to know why you can optimize some EAs and some not? I have the problem, that one of my EAs works normal, but if i want to optimize it there is nothing in the window, just nothing happens. Has the code to be coded in a special form for it or what can i do ? thx and greet
[Deleted]
hello, i'm trying to add custom levels to a Pitchfork as described here: https://docs.mql4.com/constants/objectconstants/enum_object/obj_pitchfork ObjectCreate(0,"Pitch0",OBJ_PITCHFORK,0,ZZTime[3],ZZPrice[3],ZZTime[2],ZZPrice[2],ZZTime[1],ZZPrice[1]);ObjectSetInteger(0,"Pitch0",OBJPROP_COLOR...
Hi would appreciate your help and feedback I wrote the following EA and it's a very simple strategy, but it doesn't when apply to the a chart and there fore when I do back testing it doesn't open or close any trades Thanks #define...
[Deleted]
Hi, is anyone aware of an Indi or EA that generate alerts when Fibo Fan levels (38.2%, 50%, 61.8% etc) are broken ? Any sample code ? I could adapt it to my needs. Help is appreciated, thanks.
[Deleted]
Hello, Is there a way to set the User Data Directory upon terminal start? I think that would be a solution for my problem, which is: I have XP system, that I access via RDP. I have configured that the MT4 terminal starts automatically after system restart. When the system is restarted and the MT4...
Dears, do you know which function can get the leverage value? Or how to get it?
Dear friends, Is there a way or function available to check the correspondence between lots and units of different symbols on my account? I searched on this site and didn't find it. Or where can I find the list of lots/units correspondence with different symbols? I know it's '1 lot=100000 units'...
When I try to change either my master password or investor password, the change fails and I get a Cannot change password [not enough rights] message in the Journal tab of the terminal. What is causing this. I know the current master password is correct because if I key in anything else for it the...
[Deleted]
Hi, I'm trying to open a BUYSTOP order but get error 130 even though I follow the StopLevel Minimum Distance Limitation. Print("ask price=",DoubleToStr(Ask, print_digits));Print("bid price=",DoubleToStr(Bid, print_digits));double stop_level_points = MarketInfo(Symbol()...
[Deleted]
Dear All, I am looking for a free program with which I can convert .hst files into .csv fast and easily. Can somebody help me? Thank you very much! Kind regards, Martin
I have a native library built with Visual Studio 2012. Required project configuration properties: General / Platform Toolset = Visual Studio 2012 - Windows XP (v110_xp)C/C++ / Code Generation / Runtime Library = Multi-threaded (/MT)ExpertSample.cpp: #define...
We experienced strange indicator calling problems. Our indicator call was with the same parameters , from within a OnTimer event set at one second. To us it seemed that, only we changed a certain parameter, the indicator started to get initialized again and again, even faster than the timer delay
When backtesting if you have a FXT file in tester/history i.e. GBPUSD1_0.fxt and GBPUSD5_0.fxt How can you be sure it is used rather than another being generated? How can you be sure it is not updated? How can you be sure it is not overwritten? Is there a way to start MT4 , via command prompt,...
[Deleted]
Hi everyone, I'm french and I apologize for my english. I dont' know the correct word for my research in google. So I need your help pls. I'm looking for a mt4 script that would allow to me to open several chart windows of the same currency pair in one click. I explained me (I'm going try ^^): I...
Dears, When testing my EA, many orders sometimes were repeatedly opened at a same position. Finally I found the issue came from this sentence, "if(int(Time[0]-OrderOpenTime())>CandleInterval*PeriodSeconds(0)) nearPosition=false;".Below is the program with more details, which to prevent order opened...
I trade using horzontal lines that when crossed, reverse an existing position. Are there any EA's that can automate this?
MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released
(430 1 2 3 4 5 ... 42 43)
MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released Over the past six months since the release of the public build 509, we put in a lot of effort to improve all the components of MetaTrader 4 online trading system. MQL4 programming language for developing...
Please write here, if you have an 403 error accessing mql5.com and/or blank signal tab in MT4. For example like this one https://www.mql5.com/en/forum/8778 by user roogoot. Temporary solution is change your IP address, and on your mql5.com profile, disable control session by IP.
I usually do no have problems with this but recently MY EA's testing will not go back far enough in history. Any idea why EA's randomly seem to disregard the EA date use settings ?
Hi, I recently sign up with IC Markets and downloaded their MT4 platform. However, the MT4 will often crash/freeze when I try to apply my own templates. There should not be any problem/issuess with my templates because I have been using them perfectly for my other 2 separate MT4 platform with other...
Hello, does somebody know, if isthere a possibility to use a two-dimensional array in the StringSplit function.If I use it like bellow, than I get always an error:']' - expression expected, 'TradeValues' - array required I want towrite the split strings in the second dimension of the array...
Good Morning evereyone, Iám a Newbie in Coding at All, but i learn very fast =D and it´s really fun to create and modify EA´s. Well here is my problem, whitch i try to solve. I´ve made a EA based on one Moving Average, witch Buys and sells when the prev candle[2] was closed over/under the MA...
//----double swaplong,swapshort;int spread;//+------------------------------------------------------------------+//| |//+------------------------------------------------------------------+ int init() {...
[Deleted]
Hi there Being new to mt4 and j was very curious why does mt4 on ANDROID does not support drawing trendlines, fibonachi etc. On my ipad its working like a charm but i recently update to samsung note and i cannot work with mt4. i am really dissapointed to be honest and i am more as i cannot find a...
Hi, Sorry if this has already been asked before. If I apply different EA to the same currency pair, using separate chart windows, are the EA segregated (or protected) from each other? In other words, will EA1's decision affect EA2's decision? If they do affect each other, how can I separate...
Who can help tell how to get the time period during marketing close ? e.g. market close during weekend and holiday, how to detect and calculate the time period? Thanks for help
Hi ;-) Once upon a time there was a boy, who wanted to (...) substract two double's... The result didn't satisfy him, so he went on a jurney to resolve his problem. After he became very old, he still couldn't find what he was looking for, but he entered land of MQL forum where he presented his...
[Deleted]
Hi, I've never been particularly good at coding indicators, I'm getting an "array out of range" message with my current one. I've tried several things to fix this issue but none of them work, doesn't help that the internet is full of pre and post 600 information and examples which confuses me. Here...
[Deleted]
Hi guys, I have question: Is possible any automatic definition new name of object which made on graph after select old object, press CTRL and duplicate object. Example: I have objects OBJ_ARROW_RIGHT_PRICE, name "ABC", I make duplicate this object press CTRL... new name this object is "ARROW...
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.