Expert Advisors and Automated Trading - page 346

Hi, I am using 1 VPS for 1 account where many charts with many EAs are running. Now I would like just some of the charts to be deactivated. So the whole setup on my client shall stay the same. However, for tonight I want to deactivate the CAD pairs and copy the whole setup to the VPS. Is there an...
Hi Does anyone have any EA that places pending orders in trend lines, based on the object name?
I'm using strategy tester to simulate a custom EA. There is a combo box on the strategy tester which there are the following options: "Every tick", "Every tick based on real ticks".   My doubt is about the use of  the "Every tick based on real ticks". I know the "Every tick based on real ticks" is...
this ea does not work on my instaforex US-cents accounts ,it always shows ERROR:0 but works perfectly on USD accounts and demos too.what could be wrong in the setting?
  VPS IPs
Hi, where can I see the IP Addresses of my rented VPS? Best regards.
I have been working on the theory of market management for half a year now. Of course, most will say that it is impossible, that the market is more chaotic than the universe itself and that it is impossible to manage it! But I believe that this is not true. Of course it is impossible to track 100%
Hi do any of you know if an EA for trading Binary Options with a profit exists? If so how do you need as a broker and how much will such an EA cost? The best thing would be if a real trader did the trading and via the EA placed the trades for his or her disciples :-)
Is it possible to get the performance results of each EA still?  Thanks 
[Deleted]
I've been a FX trader for a few years now, and am looking at building an EA based on the trading strategy (trading sets) I use - but have no idea about MQL4..... is there anyone that would like to collaborate
So, I read a lot about the actual performance of an EA being sub-par as compared to the strategy tester results. Most of the time, when I look at the pretty screenshots of people's EAs and see this fantastic equity curve, I'll immediately look at the spread they used. You'll notice that most of the
Hi everybody, I'm using MT5 build 1510 with a MetaQuotes-Demo Account (Hedge). The server is MetaQuotes-Demo Server. Here a simple EA copied and slightly modified from MQL5 Reference / Standard Constants, Enumerations and Structures / Data Structures / Price Data Structure:   int g_fp; int...
hi every one i need the code to buy when color of volume indicator == green & volume >=3000 & period time == h1  i tried icustome(); but i failed  please help
i try to change my mode from the netting mode to the Hedge mode, so i want to selct the histroy order with MagicNumber and Symbol, i use follofing code   double last_deal_volume(const string symbol, const int magic)   {   double deal_price;   double deal_volume;   double deal_profit;      // ---...
I need to get if the candle is green or red programatically. I already tried to use MqlRates and MarketBookGet to recover this info, but with no success. Can you help me? 
  optimization  (2)
Hi, what is optimization good for? And how does it work? Regards
Hi, I'd like to make an entry system that is a little quicker than manually creating orders. After identifying an AB boundary, I'd like to place 5 entries on specific retracement levels, 38.2%, 50%, 61.8%, 72%, 86% all with the same stop (behind the A). The target will start at the 161.8%
I want check all currency Bid price NormalizeDouble( MarketInfo(TradePairs[i]+suffix,MODE_BID),MarketInfo(TradePairs[i]+suffix,MODE_DIGITS)) But this code return Wrong bid price For example return result for NZDUSD 0.7273500000000001
I have the '*.set' file for an EA. In the MT5 user guide I read that this file is located in Tester directory. How can I open this '*.set' file to read its content? Also, should it have the same root name as its EA for it to be applied to the EA? Thank you.
Hi friends, I think I found a bug in one of the include files that come with MT5: Its in class COrderInfo (file trade\OrderInfo.mqh) line 194. Below code is an excerpt from this file: lines 171-199. The bug is in method TypeTimeDescription(). As you can see it returns the wrong data namely the same...
  Why anyone who sells signals withdraws  (81   1 2 3 4 5 ... 8 9)
Hello, I wonder why those who sell signals start by making money and then withdraw it immediately and start trading. I calculated that their profit percentage from 1000% and above is not comparable to what is on their balance or the machine starts counting from the first opening balance and
Hi. Is this proper Russian language?? or some other language ? what is this " Ôóíêöèÿ " ? Why I see a lot of comment like   "// Äîï. ïðîâåðêà ïðîòîêîëà " but google translate never work for the language? Are they broken language ? How can I get the meaning of this language ? Your help will be...
Hello. How can I check the data logs of the used EA (in MQL4/Files folder)? I'm using MQL5 VPS Webzilla. Many thanks for your help! br. Pekka
Hi Everyone. I am relatively new here and I would like to commend you all for your good Input. I have an ea which I want to modify the lotsize calculation. Right now its a pending order ea which sends trades in batches, 5 buystops and 5 sellstops and it also calculates lotsize in ascending order...
Hi All, I did some research but could not find what I need. Hence, I hope anyone can help me. I am trying to store value A for X minutes until the value change and compare the current A value. So I am comparing a X min ago A value and the current value. I am not looking for the current and previous...
All the EA's that i've seen that has partial closing feature, they all force you to put how many pips for a 50% partial close in example. What i just want, is a button 50% to partially close the current pair. Maybe two buttons, 25% and 50%. You see, im a manual trader, i'm not calculating pips or...
Hi All,   Wondering if anyone has any experience and feedback on loading an style template file to the chart where you are loading your Expert advisor? Im actually look at this for 2 reasons. I am running it and debugging and need to see the indicators im using at the same time to work out what bit...
Hi, I'm new to coding EA's and would like to know if its possible to dynamically build a comment on a new position based on input parameters , such as Symbol, TimeFrame, Period etc.. anything I have predefined in input parameters. The purpose so I can quickly identify what conditions were used to
[Deleted]
Hi MQL5 Experts, I am a newcomer to MQL programming, read also several tutorial articles about custom indicators, alert functions and indicator integrations. But I am now stuck in my way of customizing the DRAW_Indicator (https://www.mql5.com/en/docs/customind/indicators_examples/draw_color_arrow)...
in certain price I have 2 Or more pending orders , If these orders activated I want to open only 2 new pending orders  :  Example :     Sell Stop 1  @ 1.2250  sell Stop 2 @ 1.2250     if activated i want to open 2 sell stop  (not 4 , because it open 2 new pending orders for each activated order)...
hello.  i wanted to make EA based on below conditions but i dont know how.   At 8am, Open 5 buy limit and 5 sell limit. 1st Buy/sell limit is : 15 pips from current price 2nd Buy/sell limit is : 20 pips from current price 3rd Buy/sell limit is : 25 pips from current price 4th Buy/sell limit is : 30...