Hi! Why is the trades not the same between the strategy tester and live trading ? How can I get the correct performance when optimizing
[Deleted]
Hi, I have this error since 3 days now, and can't copy the signal in MQL, I restarted VPS, MT4, logged in again in MT4 (account and in signal tab)...maybe someone could help me? 2019.11.11 08:58:40.953 '10630075': Signal - connecting to signal server
I'm doing an EA translation from MQL4 to MQL5 and need advice of whether or not to use the Sleep() Function as it was written for MQL4. I've done some testing by commenting out the Sleep() Function entirely in my MQL5 code and everything appears to work fine. My question for advice is: Should I
Hello, guys I am just wondering if anyone knows how to get copyright for a robot or an expert ?. Thanks in advance
what would be required to request native WEBSOCKET support to be added to MT4 / MT5 ? I guess it is just a matter of time / priority of feature development set by metaquotes. I could add this feature using DLL, but then I could not have it running on MQL5 VPS. I hope this thread would help to show
void Shift(double &array[], double element){ int array_size = ArrayRange(array,0); for(int j=array_size-1;j>0;j--){array[j] = array[j-1];}; array[0] = element; all indexes positions receive the same value, i think this will be a problem if i make the sort in other direction (array[j+1]=array[j])
Hi I have this "Loading Historical Data" written in bold white writing over quite a bit of the screen on two of the currency pairs I am trading, any idea how to get rid of it? Regards Shaun
I was wondering how to possibly change my orders from saying (Market, Market) on the bid and ask to the layout that shows the actual prices as seen on the posted screen shot. The lower one shows the prices at which the bid and ask are at. Also why is the Top One click Trader red and the other one is
Hey, As often markets open with a gap, is it possible to change take profit and stop loss when market is closed? Best Regards
1.Has anyone tried to write such a robot yet? 2. If such a robot is written, how long would it take to test it ? 3. How much would such a robot cost if ordered through the job service
Hello, I am looking for a code or any additional tool which i could add to My EA to execute every order to buy. So, even when a sell order is sent by the EA execute it as a buy. I dont want to filter out anything, I dont want to filter the sell orders and only let trough the buy, I want to be
hi, I'm new on mql5 and recently entered two accounts from seller signals, I have trouble finding support here on mql5 and I should postpone new file of documents, but I don't know how to do it ,. How can I hear mql5 assistance or write with them? mail, etc? .. thanks
Hi, ORDER_STATE_REJECTED does for sure apply to TRADE_ACTION_DEAL (sending a market order using OrderSend()) and TRADE_ACTION_PENDING (sending a pending order using OrderSend()), but how about the other ENUM_TRADE_REQUEST_ACTIONSvalues? I assume that it doesn't apply to TRADE_ACTION_SLTP, as it is
Hi, I'm using IndicatorParameters function to get parameters of an indicator but it seems this function is not complete : - if a parameter is a number, the function return a type INT --> this is correct and works fine - if a parameter is an enumerator (like Applied price) this function return a type
Hi, Just wondering before I potentially spend time on simulating it from EA code - has someone already checked what kind of ENUM_ORDER_TYPEof historical orders correspond with the occurrence of the following DEAL reasons? I mean, ORDER_TYPE_BUY / ORDER_TYPE_SELL or ORDER_TYPE_BUY_STOP /
It is true that majority of traders are losing money because of fast market changing conditions. Which would be a build model in an EA to check some ipothetic market conditions ? Some experienced coders and traders any fruitfull advice ? Thank you
Can anyone please make an ema cross over trend magic email alert indicator
please how can i display buy and sell arrow on the below codes .someone should please help me. for (int i = 5; i > 1; i--) { if(Close[i] > Open[i]) { COUNT = COUNT + 1; } else{ COUNT = COUNT - 1; } } if (EnableBB==True) { if (COUNT == 4 && Close[1] < Open[1]) { BUYARROW } } if (EnableBB==True) { if
[Deleted]
I have Indicator for MT5 so i wish to provide a free demo. What do i include in code
Hi,I am new in MQL and I have a doubt,when you open an order is it necesary to fill the stoploss and takeprofit fields? I mean wouldn't it be possible to open an order and close it in the future in the moment the EA determines it must do it? thanks for your help
Hey Guys, I`d like to know how export ticks per second and save in csv file. Run in backtestand take according the time that I put. ( 1 year for example ). Thank you so much
Hello, I found here one error in data but i dont what? Can you help me find it and work for create file .ex5 Thank you
I've noticed an odd tendency for market sellers to have the same number of activations listed for each of their products. However there is a unique number for the number of demos downloaded. So does the 'activations' number beside a marketplace product include that user's lifetime activations for
Hi, I get a bug regarding loading indicator on Metatrader 5. If my indicator is located on "Examples" repertory, that works fine : param[0].type=TYPE_STRING; param[0].string_value = "Examples\\MyIndic.ex5"; ... handle = IndicatorCreate(Symbol(),Period(),IND_CUSTOM,nb_params,param); But if I
Hey, I bought MT5 version and I wanted to buy MT4 version Now what should I do, How do I contact support? what is support email
Hi Community! I would like to know if it is possible for a position's attribute (lot size, stop loss, take profit, etc.) to be modified if the current price hits my target threshold, but then execution happens on server side? I am fully aware of letting the EA constantly monitor the current price
hi i came across this order history, showing of each trade the high and low. how can i export my history to csv with these 2 infos? (attached image). was trying to find a script but maybe i used wrong keywords.. how can i find this? i hope someone can help me. thank you <3
Hi everybody I am looking for an autostoploss according to the amount I intend to take when the stoploss For example Each order I accept stop loss $ -200, eaautostoploss will calculate the stop automatically, Stoploss will be long when the trading volume is small Short downtime when you

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.