Expert Advisors and Automated Trading - page 140

Which is considered the best VPS for metatrader? A reliable one that will rarely crash so you can feel confident about leaving an EA running 24/7 and not worry about constantly checking if the server went down, the OS crashed, etc... Thanks in advance PS: I don´ t know if it is allowed to post links
hello friends, can anyone help me to make an EA with a single moving average indicator? keep making TP/SL based on percentage
Hello friends How I get 99.9% modelling quality on MT4 build 950 ???
Just to tell a not so grave bug i have had for a while now : in the tester, when optimizing some parameters of an EA, dots results are being plotted on a window, the bug is : if you close some window in the background, the current window stops displaying dots results. Even the optimization
How To Make EA Trade Only Once A Day , Please Help Me If My EA Open Trading Method Execution Is Correct And I Want It To Only Execute Once In That Day And Not Allow My EA To Open Other Trades And Not Fixed Time To Open Trades Of The Day Can Someone Tell Me How I Should Do It , Thanks A Lot
I want someone to help get asimple free code for mt5 with trailing stop ..actvate after profet with stop & step...and with stoploss and take profet ...thank you in advance
I have been trying to program various strategies and have been able to figure out how various timeframes react with various strategies. Some of these are particularly good with metals which I can't figure out why. so any ideas on this situation? Also since I trade forex only, I notice than randomly
Does anyone know of how to obtain a reliable arbitrage EA for Mt4/5
//+---------------------------------------------------------------------------+ //| Margin Leverage from the broker - for better calculations on big accounts.| |
  Simple question  (7)
Hi there community, I've got a doubt on this lines. double GlobalTarget =(((Positive+ PositionsTotal ())/ 2 )*Equity)/ 100 ; double TakeProfit=GlobalTarget; if (Positive> 0 ){ TakeProfit = NormalizeDouble ( GlobalTarget /Positive, 2 ); GlobalTarget =GlobalTarget/( PositionsTotal
Hi There; I've written a system on EA that hopefully executes multiple symbols concurrently. I=t works perfectly per individual instrument. just need to find a way to execute it properly on multiple symbols. The error starts at ticket 50+ for 2 instruments on the backend. meaning i'm able to
  Help With Array  (1)
Hello, I am working on being able to input an array of values into a moving average function to be able to create an MA of any set of data basically. But before I get to that point, I am trying to improve my knowledge of arrays as I feel under-developed. I am simply trying to put the Ask value into
I have plan to Handle scenarios may cause Expert malfunctioning. This is Error codes may return in the run time. However, I want to handle these errors and some may not even Return errors. I made this topic to be a start point for something big and every one who is willing can contribute. I will
Hi Can anyone help to initiate trade when price is above MA and high of three bullish candle breaks
i am trying to figure out how i can replace these call functions in my EA so that i can submit them for mql5 market. i am new to coding so i know the easy way of doing it by using user32.dll then it allows me to A) close trades or B) turn off EA trading in total The ea i am building is for Trade
bool MarketClosed() { bool closed= false ; MqlDateTime STime; datetime time= TimeCurrent (); TimeToStruct (time,STime); datetime date_from, date_to; bool session_exist= true ; uint session_index= 0 ; //--- get over all sessions of the current day while (session_exist) {
I bought an excellent mt4 expert, it works very well in the moments in which the trend is not very directional but when there are certain periods with very strong trand in a certain and constant direction it must be stopped otherwise it goes into OTM. I would like to know if there is a way to stop
Hello, So, when the price gets to your limited order price , but the limited order is not executed. Every day I see a few of them. I am assuming my order is far back in the book queue and never gets a chance to be executed. But, how do you handle this condition in your EA ? I see some options: 1)
  Indicator to EA conversion  (13   1 2)
Hi, I've written an indicator that works pretty well when I need to trade and want to convert it to an EA. Clearly, the indicator is using the OnCalculate event and the EA the OnTick event.  However, when I convert my indicator to an EA it doesn't work as I the original indicator does and I...
I've been trying to code my strategy into an EA and i use all symbols and all timeframes when using my scalping strategy, i've been trying to do the same with the EA and end up with some error, i am still a little new to coding and my code may be completely wrong but someone help me out. If im using
HI, I'm a newbie. If I purchase an EA, can I install it on several MT5 on the different computer? All the MT5 will be logged on to my mql5 account, btw. Please help. Thanks
Hello, I'm currently developing support for multiple Symbol experts and I'm facing the following problem: Given the expert is attached to a chart, the documentation for OnTick says: > The NewTick event is generated only for EAs upon receiving a new tick for a symbol of the chart the EA is attached
Hi, I have a few newbie questions about charts. When I look at the chart of an EA I want to buy, on the X axis is shown number of trades. But what is shown on Y axis
  _rdb_The Best Free EA  (3394   1 2 3 4 5 ... 339 340)
Hello all, I open this thread because I create some EA and want to share it for free and unlimited to all of you. I choose TSD forum for place to share it because first time I learn MQL and all my knowlegde about MQL language begin when i read tutorials on this forum. First EA will be discussed is...
Hi all Please could someone assist with the code required to ensure that only one buy/sell order is executed per candle? Many thanks Sam
Hello Friend, I am new to mt5 . I am learning mql5 coding. My EA works like this ----------------------------- indicator RSI(14) Buy = RSI  cross 30 from  bottom Sell = RSI cross 70 from top I need help to develop a code 1)  open buy position if there is any buy signal and close if any sell position...
Hello, I am writing an EA using the MT5 Python library ( https://www.mql5.com/en/docs/integration/python_metatrader5 ) I have a working EA, however some of my trades do not close. It usually fails with the comment "Trade Failed Due to retcode: 10009, with comment: Request executed". This usually
  price close  (2)
I want to add some features in my robot. I just want bar closing code. Is it enough for me to write iclose? how should i define it? can you help me
Hey, I would like to sell an EA on the market. But I have a question, the pannel of the EA show my logo. This logo is a picture and need to be add to the picture folder of MQL5. But how it’s going to work if I want to sell this EA on the MQL5 market ? We only have the possibility to add a .exe Thank