General - page 25

Hi Guys, I'm interested in Signals here and from what I see I can't use specific lots size only base on mt4 settings. Is there another way to go around this and subcribe to a signal provider and use specific lot size of my choice
Hi everyone! Now I want to send to all the method to close all positions trade at time end of weekness. Detail as below: void OnTick () { if (close_end_of_week()) { Close_allpending(symbol_index, POSITION_TYPE_SELL ); Close_allpending(symbol_index, POSITION_TYPE_BUY );
I Provite Orginal Document But Show This SMS. Your application has been rejected Sorry, your application has not passed automated checks and has been rejected. You have correctly filled the required data, but the Verified User status could not be granted to you for security and service transparency
Hi everyone Please if someone can help me with this highly frustrating problem. I have a custom ENUM declared like so: enum MA_TYPE {MA_TYPE_SMA, //SMA MA_TYPE_EMA, //EMA MA_TYPE_DEMA, //DEMA MA_TYPE_TEMA, //TEMA MA_TYPE_FRAMA, //FRAMA MA_TYPE_LWMA //LWMA }; My input parameters: input int
Hi, help pleeeeese problem is '' 6553993:failed to get logs [1001]connect failed '' .....and my purchased EA's today decided to say that i dont have a license and when trying to install again, not registering i have purchased them..Thanks Robin
hey communicty am facing weird problem i create new trader account and since i log on my mql5 acc from platform am not able to instal experts with i bought when am trying click install nothing happening any help pls
I found the below mentioned snippet somewhere online and am trying to use it inside `OnCaculate()` function to draw a horizontal line on, let's say the maximum value in last 5 minutes. int i; //let's assum it has a valid value for the highest value index if (! ObjectCreate ( 0 , "HLine" , OBJ_HLINE
I lost my password for my account on my MT5 platform, how can I recover
  VPS  (1)
Greeting. My questions is can i run 2 EA's on the same account using mt5 vps
I have an expert that executes orders based on external inputs from text file. Expert reads the file as intended and sends buy orders. However, sell orders don't work. What could be the problem? Auto trading is on and is set to both long and short. Important to say: expert advisor works normally on
I have trouble with sending web Request. Seems it doesn't sends JSON raw correctly though body. headers = "Content-Type: application/json\r" + "\n" +auth; json[ACCOUNT_NUMBER] = accountNumber; for ( int i= 0 ;i< 1 ;i++) { json[POSITION][i][P_OPEN_TIME] = TimeToString (position[i].ot);
I have a very simple but efficient scalping strategy. I dont want to talk to much about the strategy here, but if you can code an EA please contact me and i will demonstrate how the strategy work. If the code works as it should, the coder will get 75% of cut per sale
In the Symbol Property window, I am wondering what does the < 1/2 > stand for, as shown in pic
Hello, I wrote an expert that has no logic errors and works in the backtest. The execution speed limit in the code below runs with a delay of 3 to 5 candles. I would be grateful if someone could answer the following questions. According to the code and skin image given, is there a way to reduce
//+------------------------------------------------------------------+ //| MyRobot.mq5| //| Copyright 2024, Your Company | //| http://www.yourwebsite.com|
Hi everyone, some of my orders are "closed by api" on negative losses and on market close time on 3 of march at 10:30 pm. can you help? thanks
It also does not show any error message on the Journal. What can cause this? It used to work fine a month ago <ex5 file was deleted by moderator>
Hi Everyone , I need your help please. I am trying to upload my Expert Advisor on MyQL5, but it fails the validation saying not enough money. please see attached picture: I dont understand why it says not enough money if is a tester and no accounts are linked. does anyone know how to fix it ? Thanks
I keep getting "login failed" trying to log into MQL5 on Oanda MT4. Username and password work to login to MQL5 website
Hi , I want to script for my stratge which is simple : // Conditions to enter long positions indicator1 = RSI[14](close) c1 = (indicator1 > 50) IF c1 THEN BUY 1 SHARES AT MARKET ENDIF // Conditions to enter short positions indicator2 = RSI[14](close) c2 = (indicator2 < 50) IF c2 THEN SELLSHORT 1
today (GMT+7 ) 7.00am I have problem with MT4/MT5 i have 2 brokers account and cant trade because it is stuck or some thing so i deleted app. i re-download many times and the problem doesnt fix i cannot find anybroker in search bar. Please tell me what happend :( I also tried with 2 phones (android)
When I install MT5, and open a demo account, without using a broker, I can see charts with incoming ticks and historic data of many Fx pairs. Where these chart/price data are gathered from? the default metaquote demo account has a source for ticks, and prices are totally comparable and highly
Hello since i migrated my vps to a challenge acount : eightcap demo4, my vps doesn't start, why
Hi Forum, Im testing my EA using all local mashines I have. The agent network is working pretty fast, but sometimes I can see, that more or less all agents are waiting in the mode "finished" b/c the maybe the dont receive more jobs from the master terminal - so im loosing time. Is this a bug, or...
I have 2 different brokers and am running 2 x MT4 terminals. I am currently subscribed to a signal and am running it through Broker #1. But now I want to stop copying the signal to Broker #1 and switch it to copy to Broker #2, as I have a bigger account and more leverage at Broker #2 and can
Good Day MQL5 community . Am looking coding for my fx robot to command the robot to set a stop-loss right after the 4hr candle closes I would really appreciate your assistance
EA is working for fixed lot size but not for risk percentage. I get diffrent loss values for most currency pairs. On USD pairs risk works as close to accurate as possible. EX: Risk 1 % of 3500.00 USD and i lose about 36 dollars. GBPJPY i lose 50 USD, EURNZD i lose 25 USD. I am fairly new to
Hello folks, I have read the article: https://www.mql5.com/en/docs/constants/chartconstants/enum_chartevents on how to work with keyboard event handlers, but I would like to know how to work with keyboard event handlers in the form: Ctrl+Alt+<Key>? Thanks in adavance, Cyberglassed.
//+------------------------------------------------------------------+ //| Session_EA.mq5 | //| | //| Copyright 2024, OpenAI Copilot | //|
Hi i have rsi ma indicator. I would like to convert this indicotor to mt5 platform. It will be possible or code is too complicated