General - page 445

Dear MQL Community / Moderators, I have tried to find a public announcement advising everyone of recent events occurring at MQL5, specifically the purge of some popular MQL5 Sellers . Can someone please post a link to the public advice in relation to this? There are so many damaging rumours about
Hi I purchased both of the above products, I activated 1 download from both on to a demo account , I have 5 remaining downloads remaining on each, I want to go to live trading on a VPS and now I can not access any of the downloads i have paid for I'm none too happy, The politics between mql5 and the
I am looking to retire my tiny server and move to Virtual one with more processing power for making a bit more cash. The agent was installed 2 weeks ago and has received 0/0 jobs and the agent running on my other tinyPC, I've earned quite a few dollars in the same timespan. MetaTrader now has and
Except for a couple of additional parameters they seem the same. https://www.mql5.com/en/docs/standardlibrary/tradeclasses/ctrade/ctradepositionopen https://www.mql5.com/en/docs/standardlibrary/tradeclasses/ctrade/ctradeorderopen Is there a place where one should use one and not the other? Thanks
Folks, I am developing a trade system that aims to generate customized symbols based on the selected symbols. For data processing, the analysis is not done on candles, but on the basis of ticks. Therefore, "sequential" and "accurate" reading is very necessary. For this task there are the copyticks
[Deleted]
Hi all, I have 3 separate EAs that I have purchased from the market. They all trade EURUSD H1. Each EA has a rule that it will only open 1 trade at a time. Therefore, if the Magic Numbers are unique, I can have a maximum of 3 trades open at a time. If I change the Magic Number to the same, will they
  Netting accounts  (2)
Hi can someone help me quickly. My ea must place both buy and sell pending orders sometimes at the same time. Is this possible on a netting account? Or does the netting only apply to when the positions open
  initial deposit  (1)
Hello everyone. Is "Iinitial deposit" is same as "Minimum deposit" id order to buy signals
My signal <Deleted> report false growth percentage as it shows the last Month grow percentage only or ignoring the first Month grow percentage
  Perfect PC backtesting rig?  (17   1 2)
Attemtping the fastest tick by tick MT4/MT5 backtest possible; what are your recommendations? Thought about building a gaming PC without the graphics card; is this approach OK
  invalid price  (4)
Hello, I have a problem updating my product, I get the message "invalid price". What could be the cause of such an error
If anyone know something about that please contact me. I will be appreciated
The code generated by EA generator MT5 i ncludes definitions of object pointer for example : CExpertSignal *signal = new CExpertSignal; Why not use this method? CExpertSignal signal; What is the reason for using the new operator
Hi, When i'm running a optimization set on MT5 strategy tester, on EURGBP, the platform download 3 data sets- EURGBP , EURUSD and GBPUSD. It's blowing the RAM memory (64gb)....... what I can do to make the platform use only the EURGBP data set? Maybe someone can explain way it's downloading the
import MetaTrader5 as mt5 mt5. order_calc_margin (mt5. ORDER_TYPE_BUY , "AUDCAD" , 1 , 1 ) #761.96 mt5. order_calc_margin (mt5.ORDER_TYPE_BUY , "AUDCAD" , 1 , 2 ) #761.96 mt5. order_calc_margin (mt5.ORDER_TYPE_BUY , "AUDCAD" , 1 , 3 ) #761.96 I tested the cross currency exchange, different price but
I was browsing online and I came to a broker who has been organizing trading contests. I went through their archive have results of all contests they have ever organized and I was surprised to see that there are people making more than 50k% or 50000% gains in a month. I wish to know some insights
Hi guys, I use fibonacci retracement tool and i often need to adjust it's settings, i'm just tired of doing that, it just wastes my time. So is there any way to have more than 1 Fibonacci retracement with different settings in the toolbar? or as indicator? is there any chance to have smth like...
Please help the installation of custom indicators from MQL5 to MT5 fails
After some trouble with my crappie lappie The Market heading disappeared from my Indicators list in my Mt4, together with all my purchases. I can now not get to my pipfinite alerter, it lost its address. How do I get that back
Ok so I made an EA that uses custom symbols to improve backtesting speed : I store only the necessary ticks of the open and close signals in the custom symbol thus it backtests really fast only problem here : there is a difference in the behaviour of the backtester, whether the symbol I request from
Hi, I have a suggestion for the next release of platform. As my broker offer many CFD titles, I check many chart for finding trading opportunities. I have created many profiles for having the market watch on a glance, but when I have found a chart that is interesting, I would copy it on a specific
  MT5 for crypto  (6)
Is there a MT5 broker that will allow you to use the platform for crypto instead of forex? Is the data feed the same or different
Hi, I’m using MT5 on Mac. From recent update of MT5, I can’t place new order because “Sell” and “buy” button is grayed out. Does anyone know solution
  Webhook - Test  (4)
Hello, Im trying to post some message on my channel (Slack), just for testing, but i cant make it run!, Show me "error 404" Web Request, void WebHook() { string strJsonText = "{text: Hello, world.}" ; uchar jsonData[]; StringToCharArray (strJsonText, jsonData, 0 , StringLen (strJsonText)
  MT5 Mini Chart  (2)
Hey Folks,   is it possible, to set the mini charts, which you can insert from menu: paste/objects/graphic/diagram... To set an automatic symbol?  the problem is, if I wants to put in my main chart (dow Jones), 3 mini charts from the menu, also  the symbol dow Jones in three different time frames...
Does anybody know how to access this method on Python integration ? SymbolInfoMarginRate() I've tried to use mt5.order_calc_margin() , but is not the same function. Thks
Hello, I am 100% sure that recently I found a page where the ranking of the 10 (or more) best programmers on mql was listed. Very unfortunately I can't find that list anymore. Do you have a link, in order to find coding experts with an excellent reputation? Thanks!
I tried to buy an indicator for time and sales delta .The result of the payment page says card declined by issuing Bank . But the bank record shows the payment deducted in my account . I have enclosed the two documents
  payment
I have to pay ajob from freelander. I would like to pay with PAYPAL...In the site there is the possibility to pay with mastercard only. ani help to change the method of payment? thanks S. Della Torre
  Problem with copy signal  (11   1 2)
Hi all, I have a provlem when i copy signal for trading. I had copy the signal given in mql5, but in my meta trader 4, after i set up everything, it doesn't copy any trade. please give me solution. Thanks