General - page 844

Hi, I am looking for an EA that will automatically close trades on margin calls, i would like the EA to select a trade with the most profit or minimal loss to close first. Regards David
https://www.mql5.com/en/docs/constants/environment_state/mql5_programm_info MQL5_PROGRAM_PATH should be MQL_PROGRAM_PATH
Hi, I want to calculate a vector who represent the profitability to buy now a forex cross (like EURUSD) and sell it in a futur period of time pre-defined. To calculate this, I made a for loop who calculate the difference between the close price now and the close price in 20minutes(for exemple). This...
Afternoon, I just created an order for an EA in the Freelance section. It shows that 4 Developers responded, but there appears to be no way to check -out the developers. The last time I used this, you could obtain information about the developer, some of the projects that they successfully
Hello does anyone know of a application or tester that can test binary EA ? Or any brokers that allow EA binary ?
Hello guys... I'm a newbie on this, so I guess my error could be fairly simple: I want to put a pending order at a certain distance from a point I will call "Anchor". So: extern double Anchor = 1.0;     // Initial point  where I will manually enter a price like: 1.17293extern double Distance = 5;...
if(NormalizeDouble(price_140-Move_step*pm*Point,Digits)>NewPrice          && NewPrice<=NormalizeDouble(price_116-Distance_between_orders*pm*Point,Digits)          || price_116==0.0          || Open_order_on_trend && CountBuys==0           ||...
Hello I am trying to collect the OHLC values of EUR USD, in realtime. But I see some values are missing as there was a bit of processing what I tried and then again started to collect. See the values:   2018-07-26 11:06:00     1.17268 1.17273 1.17261 1.172642018-07-26 11:10:00     1.17258 1.1726  1...
MQL5 has change the display of signal, how do you find the new look? I noticed that now signal subscribers don't have an option to see when last a trade was open, what is the average time a trade has been hold on. I just think its vital for people to know how long a signal provider hold onto open
Hi everyone, Am new to the metatrader platform and community and need more clarification on which is more reliable for me to use between Trading signals and EA.  Pls someone share useful details or opinons Thanks
I am trying to read the last line time value from a csv file. Check the following: 2018-07-26 11:04:00 1.17272 1.17275 1.17267 1.172722018-07-26 11:05:00 1.17272 1.17273 1.17265 1.172682018-07-26 11:06:00 1.17268 1.17273 1.17261 1.17264 The above is sample data. I have tried the following code and...
See the following code I tried:   string currenttime=IntegerToString(time.year)+"-0"+                      IntegerToString(time.mon)+"-"+                      IntegerToString(time.day)+ " "+                      IntegerToString(time.hour)+ ":"+                      IntegerToString(time.min)+ ":00";...
Hi, anyone has done, or know how to insert other EMA on the ROC indicator. Specifically 17, 34, 72, 144, 305 and 610 EMA.
MathMod The function returns the real remainder of division of two numbers. double  MathMod(    double  value,      // dividend value    double  value2      // divisor value    ); Parameters value [in]  Dividend value. value2 [in]  Divisor value. Return Value The MathMod function calculates the...
Hi,           I know this question has been asked lots of times but I cannot find the answer. How do I increase the lot size on signals trading. My trades currently come up at 0.01, I wish to increase this to 0.02 or more, how do I do this or is there another method of achieving the same result....
Hello Community, I'm curious if alot of traders are using only mathematic on their trades or using them to auxiliate on their trading setup because my setup is based on 60% of mathematic and it is going really well. So if you using it or like it, tell me in the comments below.
hi is it possible to show all chart tabs on MT4? i have about 30 over charts opened and instead of scrolling left and right is there a way to show all tabs, aka two layers of tabs etc? thank you
Not sure if anyone has this same problem. I have a demo account with AUD 10,000 as the Account Currency. When I run the Strategy Tester, the Account Currency is read as USD - with the same dollar amount(i.e USD 10,000). Any ideas?
Hi, I strongly believe that's not possible, but let me ask it anyway: There's any way to make an asynchronous WebRequest with no DLLs use at all? I need to grab some large data from a website but can't afford losing ticks in the meanwhile. Thanks!
Good day all traders! What would be the most reliable and safe way to make 2%-3% per month. An EA, to follow a signal or to invest in a MAM or PAM account. I am a little uncomfortable to invest a large sum of money in MAM or PAM as I am not sure how to control the risk properly. With an EA or signal
Hello I have recently purchased EA worth 1200$ i used just two of its activations and now thats gone deleted from the author What should i do now  Please gelp me in this regard He got compleate payment but i was just left with 2 activations Hwlp me plz
Hi Traders Im new to MT5  so I apolagise if this is the wrong place to ask for tech help in advance I have tried to use the help search. I and am having a problem with the view on new pairs that I open.  4 pairs  I can open and view EURUSD,GBPUSD,USDCHF,USDJPY but when I open any other chart/pair I...
I am running EA on my home computer, everytime when I hear the heavy fan sound from the computer, I am worry about its health. Is there anyway can improve the EA efficiency? original code: for(int i=0; i<OrdersTotal(); i++) I am using below, instead of call OrderTotal() for each i. int...
Hi, I need help. My Virtual Hosting has several of my EAs. Everything is Active but there are any orders sent. I look at the Hosting log and everything looks Ok. No error on Terminal neither on Experts but they should be sending orders and they don't. I've checked activing the EAs in local on my PC...
Hello technical support team; Let me know what about my 3 VPS on Webzilla Frakfurt server. Do you try solve this problem?  I wrote to you all day but still not solution. EA initiate ok, but does not work then. On MQL5 Frankfurt VPS the same EA work properly and several moths worked on Webzilla,...
hi admin i am seller i change my name in passport can i change my name in my account mql5 ?
int temp_total_order=PositionsTotal();for(int i=0;i<temp_total_order;i++){                            ulong os=PositionGetTicket(i);                     PositionSelectByTicket(os);                     MqlTradeResult result={0};                      MqlTradeRequest request={0};...
Hello,  i try to migrate my VPS of MT5 on a new MT4 account and on an other brooker, but i cannot.  Currently i'm on Traders'way with a MT5 demo account. I put the VPS of MQL5 with $10. Yesterday, i put the VPS on my MT5 demo account with the brooker "Forexchief" => all was perfect.  Now, i would...
Hi is there any way to detect if Tick/Start has stopped at some interval. Problem is i don't know where to check that as OnTick function won't trigger when there are no ticks. I used sleep inside tick and tried to grab previous TICKCOUNT values and compare - didn't work I tried IsConnected function...
[Deleted]
Hello,  Relatively new here.  How can I get notification that a signal I follow placed a trade please ?  The email fuction in MT4 doesn't work as I have gmail, and can't set the smtp any longer... any tips ? Regards Guillaume