General - page 440

Hi, I didn't see any topic for my trouble. On MT5, How many charts can I have opened at the same time? I mean, my broker has many stocks CFD from country around the world, as Italy (around 60), France (around 90), USA (around 250). I would make a different profile for each country, but I don't know
  EA dissapeared?  (6)
telegram, ea and signals have all been deleted. looks like the author made his money and shut shop. does anybody know how to implement a solid trend following strategy whilst using the ea as the ea instructions do not make it clear
I have an multi-currency EA based on 28 currencies' bars and Back test only with 1X % accuracy. How can I download/control to use all 28 currencies' bars for calculation and testing
hi.. i open account in mql..but it not show free vps for 24 H testing ...why
how can you use mql5 vps on two seperate computers in two seperate areas
Hello, i want to change from Netting to Hedging vount in my demo Account. I use ActiveTradesCorp-server because i like to play with Bra50, how can i do that? Thanks
Hello and good day to you all I subscribed to a signal but my account skipped copying (XAUUSD) positions, it's skipping only XAUUSD and copy every other symbol normally, I copy this from journal "2018.11.21 05:12:47.615 '984800': Signal - position #29232662 sell 0.01 XAUUSD. at 1227.28 skipped as no
Hi, For some reason I don't know why my VPS is crashing and causing my robot to restart. Also clearly there is missing data in the journal as you can see from the photos. The EA made a couple of trades - you can see them in the attachments, but there is no info in the journals (from 17:23 until
how to copy gold trades between different platforms with efferent gold symbols as gold and xauusd
Hello, I need an EA to be written for me. <deleted>
such as: out = F(x) , According to the value range of x, the value of x that maximizes out is obtained. out = F(x, y) , According to the range of x and y, the value of (x, y) that maximizes out is obtained. ... The function F is very complicated and cannot be solved mathematically. Only through
Yo aussie traders, would you mind sharing your experience which overseas brokerage (or those that didn't comply with ASIC) you use after this ASIC reg came into places today? Apparently it forced us to cap the ratio to 1:30 with larger minimum ratio, which means that my risk calculation must change
Hi, I want to ask if I can set up any robot in cryptocurrency exchanges or it can only be used in MT4/5 platform
  Multiple brokers  (1)
I'd like to use metatrader 5 with two brokers (ava and roboforex). They both allow downloading their own version of metatrader. I've noticed that, after installing the second metatrader 5 version (roboforex), I can not see anymore the symbols on the one from Avatrade. Is it possible to run them
it seems since last friday, the cloud is not working for me, USA, EUROPE 1 and 2 none of them is working. what is the problem
  Robot trader  (1)
How to install robot at MT4? I had bought a robot from mql5 but unsure to install it to MT4
I use the MTforex VPS and just found that the location of my VPS changed by the system after weekend. Could I fix the location of the host server ? The change of the location of my VPS would affect the operation of my EA, so it is necessary for me to fix it
The pinescript code is like the following ha = heikinashi(tickerid) ha_close = security(ha, res, close[ 1 ]) ma = ema(ha_close[ 1 ], 30 ) I'm trying to use the above code in MetaTrader5. So I tried the following, [ Using https://www.mql5.com/en/code/33 for getting Heikin Ashi values ] int handleHA =
Hi, the % of growth on my signal is inaccurate. I'm not at a loss but it states a 6% loss. Do advise, thank you
Good day Before I was able to withdraw funds using paypal but now the option does not appear please help
int sellticket = trade.Sell(Lots,_Symbol,Bid, NormalizeDouble((Bid + (100 * _Point)),_Digits),NormalizeDouble((Bid -(100 * _Point)),_Digits),NULL); i use the above code to open sell position but the same code opens buy opositions on a sell order stoploss
When we run a back test on our software (directly before uploading to the market) we get one result. When we then download a demo version of the published product (directly after uploading it) and back test over the same period with same parameters, we get a slightly different result. Can anyone
I wanted to ask for help with a strategy I have with an EA, which allows me to make a modest ammount of money per month (due to its conservative settings so my account won´t be at risk of getting blown out). To make more profits, I add more windows to the platform with the same EA. So far, I was
If my trading account main currency is EUR, how I able to get signal trades in USDJPY? Its showing in journal that trade is disabled: Trades '506242': failed market sell 0.1 USDJPY tp: 106.720 [Trade disabled]
Hi, I'm currently facing the same problem reported in the MQL4 questions here and at the end of here. Nevertheless I'll describe it in case it might help. I have an EA I want to optimize and it has many configuration parameters, e.g.: 11 different types of stop loss strategies. Each such parameters...
I have VPS for Mt/4 forex account that the VPS is on. I own a computer in a different town and when I try to run the EXACT same account that VPS does NOT show up on the MT/4 at that location. Is there get the second location on the first locations VPS
Dear Admin, please check my account. I do not know why this happen. thank you so much
Why doesnt my agent show its overclocked speed and adjust PR? It shows the stock speed
Noob question here guys. int fund = 1000; int risk = 5; int SL = 800; double lotsize = (fund * risk * 0.01) / SL); The output is showing: 0.0625, how can I make it that it will only produce 0.06 or just 2 decimal places? thank you
Does MQL5 allow a seller to change the name of their product after it has been published