double iHighPrice = iHigh ( NULL , 0 , 1 ); double stopLossOnce = getLowestPriceThree(); // Ensure the stop-loss level respects the minimum stop level double minStopLevel = SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_STOPS_LEVEL ) * Point ;
I've encountered this strange phenomenon and want to get a confirmation that this is a bug: Using Strategy Tester (ST) in MT4, it seems that setting the S/L to the EXACT value of the Bid is allowed . I've attached 2 screenshots to illustrate this: The first shows the message in the ST Journal
Hello developers of MT5! I use the newest (actual) version of Windows 10, 64 bit. After installation with error, is no possible open MT4/MT5 (of course). I have installed more versions of C++ in PC. It is source of problems? Can you me please help? Can you repair errors in next resale please? (In...
[Deleted]
Hey guys, in the docs I didn''t find how to delete a fibo level after creating an OBJ_FIBO. I don't need the 23.6 level and so I want to delete it from my chart. Is that somehow possible?
I need to understand exactly how and when all these built in functions are actually triggered and all the details on how they are executed so I fully understand how and when to use them. I have tried searched through the MQL4 and MT4 help and nothing shows up. I have also tried searching the
Hi guys! I'm done paying loads of money to use VPS. I'm going to buy a PC and let my MT4s running at home. I intend on having around 20 MT4s running around 40 EAs each. What do you think would be necessary? Around 16gb RAM? 32? Should I go for as many threads/cores as possible? Do you think 12
//+------------------------------------------------------------------+ //| ATR.mq4 | //| Copyright 2005-2014, MetaQuotes Software Corp. | //| http://www.mql4.com |
Right, I just do not get the logic behind why MQL4 is outright refusing to display the correct order position information on the correct chart, as in the chart with which the order was placed upon. I just do not get why - despite the fact that I have specifically told it to loop through ALL of the
Hi, This morning, I can't login to any MT4 platform. It says : Login Failed. I'm using the same login and PW for lot of years. Hance i can't use any indicators. Please tell me what is happening to my account. Regards
Recently I made a support and resistance indicator, each support and resistance line has information about how many times these lines have been touched by a candle in the selected time frame, and will update automatically if the latest candle touches a support or resistance line. Don't be
[Deleted]
this its normal rsi code..its close price values...how change code?--> highest price,highest or lowest rsi valus? //+------------------------------------------------------------------+//| RSI.mq4 |//| Copyright ?2004,...
Hi, I have developed an EA accordng to this logic. Moving Averages (MA50 and MA200), RSI,MACD, Parabolic SAR, ATR,Volume Strategy Details Day Trading Strategy Buy Signal: The 50-period moving average (MA50) crosses above the 200-period moving average (MA200) (Golden Cross), indicating a potential
Hi, Complete newbie Is it possible to have coded a button that sits on an MT4 chart, that when clicked, places a Buy/Sell stop OR maybe LIMIT order in the terminal, based on pre configured settings Thanks Charlie
Hello everybody, I'm developing a tool to backtest my EA and I want to change the symbol, the time frame and the spread in the MT4 strategy tester automatically by mql4 code. How can i refer to the symbol, the time frame and the spread in the MT4 strategy tester in mql4 code ? Thank for your idea
A trader gives investor password to investors, but the mt4 account only can see history of trades, cannot see active trades, all active trades are hidden to protect the trader (nobody can copy his trade to earn extra money outside). But I realize the trader hide the Equity too. I want to check the
Hello Guys! I would need some help here. I have this part of the code from an Alert indicator and have that massage. How can I fix this? Thanks in advance! Laci int OnInit() { //--- make and setup resistanse line if(LineStyle !=0)LineWidth=0; if(ObjectFind("UpperLine")==-1)
Intro. So I have a setup whereby a chart button is displayed on the chart only from which the order was executed from. Within the button, there is text which displays the ticket number, as well as the running profit. The button comes in two parts, the Static Attributes and the Fluid Attributes: the
I've created a dll that sends email with/without attachment to gmail For sure you can use it with hotmail/yahooetc. Setup Copy the dll to the MetaTrader_Path/Experts/Libraries folder. Copy the xpMail script to MetaTrader_Path/Experts/Scripts folder. These are the xpMail inputs: ServerFor gmail we...
hi why i cant use vps of meta trader 4? i have EA and i want him to work all the time. when i try to buy nothing happend. i want to run my ea on my FTMO challenge
Hi MT4 programmers, I have indicators that create objects. For a few of my indicators, I might add more than one (of the same indicator) to a chart. A problem will occur if the indicators both create and delete the same object names. Therefore, the usual workaround is to use a user-defined...
Hi, Has anyone tried the black arrow v2 indicstor strstegy? it says it doesnt repaint but on my mt4 sometimes the arrow disappears if the candle goes in wrong direction to the arrow. Is it a useless indicator or is there any other confirmation indicator/MA that sdd to my charts to make it perform
Hello experts I want make two dropdown list inputs in first one will select a list from main lists and the second input will show the list that selected in the first input when assign the second input to the first one I got constant expected error. enum List1 { ITEM_A, ITEM_B, ITEM_C }; enum
Please help me add selllimit and buylimit orders to this line of code so that I can place both stop and limit orders at the same time. Thank you <Improperly formatted code removed by moderator>
Hi folks, Could somebody tell me what does he think about this simple EA? It works good in metatrader back tester . Note : The back testing optimized for the maximum accuracy results
Please Guide Me To Programming in MQL4: I Want to Define Selected TimeFrame and Loop for this How to Programming this? is this false? enum ENUM_TIMEFRAMES timeframe [5]= {PERIOD_H4,PERIOD_H1,PERIOD_M30,PERIOD_M15,PERIOD_M5}; for(timeframe = 0; timeframe < 5; timeframe ++ ) { . . . }
By the way, you have to keep an eye on him because the minimum stop changes from 2 to 20 and he keeps on placing bets but does not put them in the free flight, they need help him at this point to close the bets in profit! The best time to trade is in a dynamic corridor! this way you gain......! 1
Hey programmers I don't get any further with my simple webrequest to a google drive file, to just pull out a simple word, how the sentiment of nas100 is. (https://drive.google.com/file/d/1Cu9HVjzxKZoZ5E1z_hYL1wO0pKWfz2jC/view?usp=sharing) I always get an 404 Error when trying to access the file over
I ordered EA multiplied ATR trailing and There is some problem to make it work for me.All seems to be good to go but nothing happening.I believe EA works fine.Looking for someone Who would be able to give me some helpful hand and explain what am i missing or doing wrong about goal i am trying to

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.