General - page 66

Hi guys. These 2 experts are inspired on 2 "pine script" successful strategies. I did it in MT4 and the problem on strategy tester is always the same (despite 0 errors and 0 warnings). Am I missing something? I leave the both files attached. I can also share the tradingview pine editor code with
Hi, I have tried everything but i keep getting this error: 'WebRequest' - no one of the overloads can be applied to the function call bool IsHighImpactNewsUpcoming() { uchar result[4096]; // Buffer for the response string headers[]; // Empty array for GET request int timeout = 30000; // Timeout in
Hi, I need help as my money is locked into a project since early November and the developer is not responding to any messages. Support says I should wait for the developer, but he is not responding OR have even attempted to do th job. Please HELP Thanks
Hello guys i recently had connection issues , i cannot login with any of my accounts after login connection looks stuck 0/0 . No firewalls or antiviruses are active i excluded metatrader from windows defender. Could you help me
I want to buy VPS hosting, but when I read a little about the terms and method of operation, I noticed that it is not possible to allow indicators or expert advisors that use DLL. Knowing that the main reason that prompted me to decide to purchase VPS hosting is an indicator and expert advisor that
Hello! I have 2 different MT4 terminals from the same broker. One is logged into a demo account and the other is logged into a live account. I am able to see the "VPS Hosting Speed Up" option in the latency area of the demo account terminal, but this option is NOT appearing on the live account
This guy sending me Golden Buffalo 6000% every weekend, is very boring, I don’t know how to block him, is he on my friends list? how can he message my chat? Please how to find Copyboy and stop him
When I press Start debug on real data button, It opens real chart and display yelow, white curve + arrows - it is OK. When I press Start debugging on history data button, it opens strategy tester, but with different indicator. In the MetaEditor my project is EA and it by clicking on blue button
Is it possible to withdraw money to corporate bank account? If yes, which closing/confirmation documents/emails you can provide for bank
Been having issues with MetaTester since Friday - and I think I finally figured out what is wrong: agent7.mql5.net cannot be connected to. I have 4 machines on the same network, but only 2 of them will connect after 7/19/24. All 4 had been running fine for months. I've tried everything suggested
Hello! I want to earn money via my computers resources. I learned that thru mql5 cloud network. But upon installation, it seems like it is only available for windows computer. I am using macbook. Is there any other way around to start with this on macbook
double sell_stop = support - Point; double buy_stop = resistance + Point; for my5 expert in these lines i got error ';' - open parenthesis expected
Hi there!,, I have been testing and returning few small MQL5 functions.. but none are returning any values!.. eg. Such as Signal info, and History Transactions/Deals. double totalDeposits = 0.0 ; double totalWithdrawals = 0.0 ; // int totalDeals = HistoryOrdersTotal(); int totalDeals =
Lot size = Risk Money / (Stop Loss Distance * Tick Value) This formula retrieves the lot size. Since Price levels are same and tick values are same for every broker that lot size is the common lot size . But the required margin for that lot size could be different due to the leverage of the trading
Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that template on the new chart
It seems return value of indicators is not being respected by terminal. It works for Experts, but not for indicators. Expert code: int OnInit () { printf (" OnInit () returning: INIT_FAILED : %i", INIT_FAILED ); return ( INIT_FAILED ); } Result in Terminal Journal: 2024.01.28 11:15:52.140
Hi developers If I set a button/label height and width according to screen DPI like below double screen_dpi = ( double ) TerminalInfoInteger ( TERMINAL_SCREEN_DPI ); m_DPIScale = screen_dpi / 96.0 ; height = ( int ) MathRound ( 170 * m_DPIScale); then how can I find appropriate font size for that
HI all! I'm developing a "Helicopter View" of all symbols and all timeframes. My approach is using sufficient handles for the built-in indicators. Thus, creating & freeing the handles intensively as the following #include <Telegram\ Comment .mqh> #include <Indicators\Trend.mqh> CiBands BB20;
I have the latest Version, but get this error
Hello, The android metatrader 4 application, build 1357 keeps resetting the chart, cancelling out any changes made. I have configured the chart 4 times so far and it keeps resetting. I have not been able to ascertain what exactly triggers the reset as on 3 occasions it happened within 24 hours of
[Deleted]
  MQL5.com technical Help Desk ?  (35   1 2 3 4)
Is there technical support for the MQL5 site when it does not concern a financial problem ? The Service Desk is only interested in financial problems, but there are other technical problems that should be followed up. Thanks
Hello, I have problem because I didn't cancel my auto renewal VPS (I didn't use it last few months) and in Sunday it has been extended. I know that it is to late to get back this money but there is another problem. I cancel it yesterday but I just want only turn off my auto payment and use this half
// tradeExecuted is a boolFlag to check if pending order has been placed if (tradeExecuted) { // Check if the pending order has been activated if (orderResult.order > 0 && OrderSelect (orderResult.order) && OrderGetInteger ( ORDER_TYPE ) == ORDER_TYPE_BUY ) { Print ( "order has
So I'm used to accessing an array values directly; and so it made perfect sense to me in MQL4. It was driving me nuts trying to figure out how to do it MQl5 so I gave up and asked the 'evil AI' what's going on and it's solution was Copybuffer; In MQL5, you can still work with arrays directly, but
  confusing in backtest  (16   1 2)
hi everyone i had wrote a EA in mt5(mql5), that my codes include ZigZag indicator# so when i perform strategy tester and run backtest when the display mode is active the graph and result are good, but when it is disable the graph goes down and result is bad !!! where is the problem? please help me
I have this sample indicator that detects candlestick pattern . The problem is, the alert is looping after the pattern was detected. Is there a way to limit or set a number of how many time it can alert? Hope anybody can help, here is the source code and thank you in advanced. void OnTick () {
Have been using a symbol changer indicator worked great until about a week ago and thought it was a corrupted platform. Installed a new version and the problems continued. The problem is easily replicated. Download the free indicator from the MQL5.com Market, load it onto your chart. Click on any
I started a trading signal in May 2024, with monthly profits above 10%. However, by July, the trading history for May was deleted, leaving only June's history. Now, in August, only the profits for July and August remain. Why is this happening? My account always seems to be in a newly opened state
Hi As topic the cloud agents always drop from 250 down to 100 or 50 or even less after it reach a certain number of results? so it cant finish running the optimization Thanks in advance