Expert Advisors and Automated Trading - page 365

[Deleted]
Hi, I've been searching & reading a lot of articles of  dll development but no projects seems to be sound.Most of them no longer works. I know how to call c++ dll in MQL but can't find a working/simple solution for calling C# dlls.  Can any of you show  me a simplest example with just 1 imported...
Hi I'm a beginner in mql programming I am trying to program my first expert I need to call zigzag Indicator and do some thing (a code)  after zigzag set last line the expert calculate the number of bars of this line for example (image1) and do some code with this result (number of bars) also with...
Hello guys,  I'm building an EA based on ATR range breakout and real volume with a MA filter. In the previous version the backtest was executed normally, but then i decided to determine the position size through the  ATR to normalize risk. This is what i did:      input double atrSl;double...
hi i m unable to calculate history orders profit and loss in total. but i m very confuse about deals and orders. i tried both but not success. even some success with getting tickets all history from  HistoryOrderSelect . but there is not option to get Profit Value like POSITION_PROFIT. can any one...
i have an expert that open orders on 1 MIN frame.. i want to tweet ( twitter ) orders and any modification of opened orders.. my project is to start twitter based signal service... how to do that
Hi all, I would like to run an EA that allows me to close an open trade that is X number of lots once the loss reaches Y amount. For example, I might have many open positions with various lot sizes (eg, 0.01, 0.02, 0.03, 0.04, 0.05 etc). What I would like the EA to do is only for trades with lot...
i need something that can keep deleting orders over and over again when spread>maxspread please share your ea/script 
Hi Traders, Plenty of opinion on the 7 year old discussion on which one - mql4 or 5? My situation is interesting and I would appreciate your views. I have developed a fairly complex but working EA but to scale up I need to do some serious surgery to adjust the EA to run in concurrent time frames
if(trade.Buy(0.1,_Symbol,ask,0,(ask + (10*_Point)),NULL))      {      int total = PositionsTotal();      for (int c = 0; c <= total; c++)         {ulong ticket = PositionGetTicket(c);            if (PositionSelectByTicket(ticket))            {            datetime open_time =...
I am able to get to ADX main value ie double ADXDefinition[] int ADXDefinition= iADX(_Symbol, _Period, 14); works perfectly.. But cannot seam to find the syntax to access the Di+ and Di- values have tried this double DiPDefinition[] int DiPDefinition =
Hello all; I switched to MT5 a few days ago - so apologies in advance for my ignorance. My focus  is on multi-pairs (hence the switch to MT5). However I am struggling to get things to work the way I would expect them (probably my lack of understanding about MT5). I am trying to check that a new bar...
Hello guys i am new in metatrader and want to learn some codes the same as OnTick{ } or OnBar { } is there a method that is called each time a position closes in metatrader for example OnPositionClosed { }
Hello, I have the following situation: 1. Have an EA which loads DLLs 2. The DLL needs more extra DLLs 3. I have copied the EA Dll to the lib folder and the extra DLLs to the Meta Trader 4 Installation directory (I don't know another solution, otherwise it is not possible to load this dll) 4....
I have issued a brief for the development of an EA. I am keen to have a solution developed by two separate programmers, and to pay them both. But normally when I select a programmer from the list, it automatically excludes all of the others. How can I allocate the same job to two different people at...
Hello, I have an indicator used in my EA with the function iCustom. Actually I use two of them, with two different setting. In the debug mode, when Strategy Tester Visualization window appears, I see two lines showing the indicator with two setting. The problem is that they have the same color. I...
E.A freezes when i try to backtest it on higher timeframes (1D works), any clues? (attached EA). 
Hey guys, I am looking for an EA that will allow my stop losses and limit orders to be invisible to my broker. Can anyone point me in the right direction as to one that already exist or to a programmer? I am not looking for strategy included, just those two options right there. Thanks
  Buttons MQL5  (3)
Hello, i trade since long time with ipad and VPS server, in this case i had generated few button but the dont work as i wont. When i press the button, it always looks pressed till the next time.   attached you find the code, maybe someone have an idea how the problem ist
Hi, Writing a pretty simple EA and everything seemed to work. Now running it on a different broker it keeps giving the 131 error. I tried getting the min lots, max lots, lot step with Marketinfo, it returns that minlot is 0.01, but for bot maxlot and lotstep it returns 0. What does that mean?...
In this EA found in the articles of the site, it is not working correctly for me, there is no batch that I put that would make it work, back this error message, I am trying to make this EA work with a lot of 1.0, but there is no way for this . Someone can help.
Hi guys,  I need help in correcting an EA... The full code is referred in the postion instead of order, but couldn't find the right term (i.e. what's the parallel name for POSITION_VOLUME - which is not ORDER_VOLUME) input double Multiplier = 2;input string SignalName = "Luobo Froex";input int...
Hello i would like to ask in generally, what kind of optimisation of you preffer - Long term you optimize your EA (only parameters not logic) with range from several years and hope that in the next year or months it's doing good, or you optimize for the last year and optimise each month to adapt...
Hello Can everybody help me to find buffer and mode of this indicator https://www.mql5.com/en/forum/178253? (buffer and mode of every color for each timeframe and all MACD & STR & EMA ?for use in EA) Thanks
Hi, In my EA testing, I want to write all Buy and sell events in a file. Here is what I did, But it is writing only one line instead of two or more. FileWrite() inside OnTick() funstion is not being executed. Any suggestion? Thanks. int handle = FileOpen("OrdersReport.csv", FILE_WRITE|FILE_CSV,...
Comments that do not relate to the "Mouse coordinates and CHARTEVENT_OBJECT_CLICK", have been moved into this topic.
How can I get mouse coordinates under an object when I click on it? Is it possible for MT5 to generate 2 events when I click on an object? I mean, CHARTEVENT_OBJECT_CLICK and CHARTEVENT_CLICK also? I tried almost every idea I had, but now I'm stuck. I cannot get mouse coordinates when I click on...
Is there a watchlist program where I can set it to load my EAs by clicking on a symbol?  Something to simplify the loading of EAs on multiple charts. Just click on symbol and chart automatically loads with EA
Hi I coded a simple EA for my first try, but it does not work when it was tested. I got the problem about "unsupported filling type" last time and I added some new code to solve this, but this time it still does not work by sending the error code: 4753. I am really confused becoz I dont know where...
Hello, is it normal to get no margin information ? 0=SymbolInfoDouble(symbol,SYMBOL_MARGIN_MAINTENANCE);0=SymbolInfoDouble(symbol,SYMBOL_MARGIN_INITIAL);CSymbolInfo si;si.Name(symbol);0=si.MarginLong();0=si.MarginShort(); All zero. I am happy.
I'm performing some testes with my EA, and I realized that when I'm in the strategy tester (simulator) the tick value and tick size are different from a real situation. For instance, I'm printing these values: m_symbol.Name() m_symbol.TickValue() m_symbol.TickSize() And the results are: Simulator =>...