Hello I recently subscribed to a signal provider and have it all set up in MT4. I've checked the journal and noticed signals are being "skipped" because "no symbol found". For example, a buy order on EURUSD. My broker lists each symbol with .r suffix, e.g. EURSUD.r. Is this the problem? How do i fix
I'm newbie. Please help. If no trade (1st condition) BUY Should be open by default (Default SL 10 pips, Default TP 10 PIPS), 0.01 lot size 2nd condition)SELL STOP pending order should be open simultaneously at SL price of Open order with 0.03 lot size (3 times of Opened order lot size, 3*0.01=0.03)...
I'm pretty sure I saw an EA a while ago (probably a year ago). I think it was a free EA. It checked the account and closed trades that were in a loss, but at the same time closing one that was in profit with around the same amount. So, if I had one trade with -10$ then it would close another trade...
I'm studying OOP and I've come across the following problem. I use a class based on CAppDialog to build the interface. CDialog -> CAppDialog -> CfxwAppDialog. I want to change the appearance of the m_caption element. The m_caption element and the CreateCaption method belong to the CDialog class and...
Can I run 2 signals from the same PC? I share my laptop with my brother and he wants to use signals, is it possible for him to open his account and run it at the same time as mine in the same device? Thanks,
[Deleted]
Hi all, I have an EA. It runs on 5 currencies (eurusd, gbpusd, usdchf , usdcad, and, audusd). When the EA has a trade or sometimes trades on a currency forexample on eurusd, it must not open trades on the other currencies. How can I code that? Best. Or, How can I manage total trades for above
Hello, Is it possible to import an external data file(csv or excel for example) to MT5? Let's say that I have csv file with data about some symbol and I want to Import it to work with it on the strategy tester, is it possible? Thank you, Yu.
[Deleted]
Why some EAa opens second trade on a currency altgouh it has a opened trade on the same currency?
(1)
Hi all, I have just seen that some EAs on the signal opens second trade when it has an opned trade. Forexample, An EA has EURUSD buy at 02:30. It sometimes opens second trade as EURUSD buy at 02:35 altough its first trade is open. Why
Hey Guys Is there a function for an EA that gets triggered when a profit target is hit for a certain position? I can't find one :( Thanks for helping me out :)
hello everybody, if i have more then 1 sell orders opened, i want to set TakeProfit for all sell orders except the highest one, any idea how can i do that? below is my code but it failed aswell ... double highest(int op) { double c=0; for (int cnt=0; cnt<OrdersTotal(); cnt++) {...
Hi everyone I rent a server with MT5 and i migrated chart and EA on that. One of the product that i trade expire every month and i need to realod EA monthly. My question is easy: If i reload ONLY the EA for this product, i need to reload the others? (the others are FX and didn't expire) Thx to all
Hello Community, has anyone else experienced that the Chart options Fixed Maximum and Fixed Minimum are not working at all? Regardless what values I put, after closing and reopening the Option panel, the set values are gone and replaced by the current visible min and max seen in the chart. This...
I am having problem with Comment Blocks being inserted into the code every time I compile.
It appears to happen after For Loops. else statements, and other random locations.
Using MetaEditor Version 5.00 Build 1384, in MetaTrader 4, Build 1010.
Is there a way to prevent it?
The code below is a simple (simple) moving average cross coupled with a pinbar, and yet im failing to get results on the strategy tester! Please help... string Symb=Symbol(); // Security name//--------------------------------------------------------------- 2 --int...
I want to sell signals. Do I need to hire VPS?
Hi, Since the beginning of the week, the Trades copy of the signal that I paid for does not work while the subscription to the signal and the VPS is ok. What’s the matter ? Is there an opportunity to recover the lost money ?
Hi, do i need to keep my trading account open if i use metatrader vps?
Hi there just noticed that : double rates[]; printf("**** Rates : %g",CopyClose("EURUSD",PERIOD_M1,0,1440,rates)); ... as a script returned : 2019.02.15 13:22:07.867 Test (USDJPY,M1) **** Rates : 1440 ... as a service returned : 2019.02.15 13:23:53.451 Data **** Rates : -1 Same...
Hi. I have an EA that calculates lot size based on account balance and other static variables. My question is: The lot size of subscriber will be calculated the same way based on it's account balance and these static variables?
Please someone can help me following code......? int TimeNow=TimeSeconds(TimeCurrent()); for (int B=0; B<5; B=B+TimeNow) { ///Code........... } Since time has been converted to int it won't be seconds anymore I guess. How can run the loop for 4 seconds or expire after 4 seconds....?
I want to reference a button in a panel from the onTick() function. Just do not know how to ask for example for a button state. I just have an ExtDialog reference, I have not CAppWindowThreeButtons reference. class CAppWindowThreeButtons : public CAppDialog {protected: CPositionInfo...
Hello everyone. I am slowly developing an EA and i observe the candles in the chart. I noticed that there are some candles that the open and close is so near or they called it a pinbar and if the pinbar has a high volume then it will make a breakout. I am thinking that if this candle will appear i...
hello, I don't understand why my stop loss is not modify during trade //+------------------------------------------------------------------+//| TRENDTRACKERxm19 |//| |...
I would like to "lookup" interest rates somewhere on the web, use them in an expert calculation in addition to other parameters to place trades. But I have no idea if 1) the actual interest rates appear anywhere and 2) if its possible to go out to a site to "Pick them off" and then use them in an
Good day... I am making an EA that opens orders depending on time, (e.g at exactly 1pm). The EA opens orders on the chart it is loaded on, so if it is on GBPUSD, USDJPY and EURUSD, it will place orders at exactly 1pm on both pairs. The EA compiles without errors but the problem is as follow: The EA...
Expert Generated from MQL5 Expert Generator I have Created Expert From MQL5 Expert Generator and it's Trade mostly Correct but some time it's Trade wrong when to sell at the High level of indicator it's trade Buy vs. at the lower level it's trade sell how can it redistrict This expert to stop the...
Hi all, I have written a snippet of code which draws a horizontal line at the bid price. But I want to change its colour and the code compiles but the colour is not changing! It's only staying red! Any help would be greatly appreciated. long cid = ChartID(); ObjectCreate(cid,"bid_price"...
[Deleted]
When buy an EA from the market. Can i use it on my all accounts? I have 4 accounts from 4 different brokers. Is possible to use it on all of them?
How to cater for "Broker's Commission" in MT4 Strategy Tester?
Hi all, I get the array out of range error and I cant seem to figure out why! Any help is greatly appreciated! MqlRates PriceInfo[];//Sorts it from the current candle to the oldest candle ArraySetAsSeries(PriceInfo,true);//Copies the price information into the array double...

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.