General - page 472

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!
  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
Hey guys, i have an interesting approach. Suppose I wrote an EA and tested it with 2 parameters. Furthermore, I would like to graph these parameters in a 3D- graph. The x- and y-axis corresponds to the parameters of the EA and the Z-axis (height) corresponds to the balance of my account. As a
How I can Get chart ID I need it to connect two EA
This is a tradehedge . it have these 7 errors in two lines before end (yellow line). 'PositionGetString' - unexpected token TradeHedge.mqh 439 35 ',' - unexpected token TradeHedge.mqh 439 60 ' POSITION_MAGIC ' - some operator expected TradeHedge.mqh 439 61 ')' - unexpected token
  Invalid Price  (11   1 2)
Anybody help. i have a BUYLIMIT placed. when EA modify the order it reach me the above error "INVALID PRICE". attached JPEG message display my Ticket#, New BUYLIMIT, ctrade, CURRENT BID price. this is a 2days headache whats wrong of my BUYLIMIT price. I ask anybody to give me a any idea for this
Hi, I am looking for a script that shows the difference between the actual price and its 200 MA in % terms and in real time. Can anyone help me with that? Thanks for your help