MQL4 and MetaTrader 4 - page 182

This Ea is one I have backtested and achieved 90% modeling quality on four and five digit brokers and have found good results.I enclose Ea and backtest report.
I will write an advisor free of charge but one at a time, email whoever needs it http://forum.fortrader.ru/index.php?board=3.0
[Deleted]
Hi, I try to use a button and a spinedit on a control panel (Dialog). When the following code line in OnChartEvent() function is commented out, the button works, but not the spin edit. On the other hand, when it is commented in, the button does not work, but the spin edit. cpInterface.OnEvent(id
Hello, the new update of MT4 1340 does not allow me to operate properly with my EA. Can I use the previous version of MT4 to continue operating? for example with version 1320? Can you send me a download link or send me the MT4 version 1320? I wouldn't want to update it. You can also send me with
hi i download metatrader4 from robo. and i opened demo account. i have 80 trader but metatrader show me 40 trade. doesmetatrader delete data after a period? how long is that
I'm writing a code to detect a chart that is running a specified EA. I know the EA name. In MQL5, I use ChartGetString(chart_id, CHART_EXPERT_NAME) to detect if a chart is running the specified EA. MQL4 does not have ChartGetString() but has WindowExpertName(). However, WindowExpertName() returns
Hello all, I am trying to install my EA that I have downloaded to my Laptop. Works fine on my PC and I had no issues installing it there or my VPS. My LQDFx MT4 terminal is installed on my C drive and no fancy folders. But no matter what I do it just comes up with "No MT4 Terminal installed." Any
Hi, I need your idea. I want to check if there is orders which closed withing 2hours from current time. If there is closed order within 2hours = true. If there is no closed order within 2hours = false. My code bool OrderClosedwithin2hours() { datetime closetime = CurrentTime()- 2 *??? //How can
Hello All, I have coded myself a little scanner that looks for my signal and notifies me when it sees one. At the moment I have to have it on all the time frames. There must be a way for it to scan all the time frames from just one chart,is there? I have been looking through code base but can't spot
Good day friends My electricity went off. After restarting my computer and my MT4 trading terminal the MT4 terminal shows "no connection" I made sure that my internet connection is working properly (I can browse the internet with google chrome) I have clicked on "rescan servers" with no change I
Hey guys, am programmer with C++, python java and JavaScript knowledge. I would like to build an EA or an indicator for mt4 platform. Where do I start on that
Hi, To pass mql4 string to dll in C I see this articles: https://docs.mql4.com/basis/types/stringconst https://www.mql5.com/en/articles/1391 so in my dll I do this : struct MqlString{        int size;       // 32 bit integer, contains the size of the buffer allocated for the string        LPWSTR...
Hi everyone. I need to make a loop and go through all the graphics of my MT4, and check on which of them I have an expert installed. in MQL5, with the function "ChartGetString" and the id "Chart_Expert_name", I can achieve it, but in MT4, it is not available The closest thing to that function in
Moring Is there away to get rid of these info flag on MT4? Thanks T
  HedgeMultiCorrelation needs help  (121   1 2 3 4 5 ... 12 13)
ok i have tried to add the correlation indicator to this multi hedge EA as entry filter. It doesn't work correctly. I'm sure that i did not code it correctly. can someone take a look at it. i think that it is based on igorad's multiposition EA then someone else added something but i don't...
I can't see my account. My internet is fine. I don't know what is wrong. I tried re downloading the application. It is still giving me the same headache. I use Mac OSX and it was working before. I
There is a deviation/slippage setting in MT4 that prevent slippage over 1 pip, it is also 0.5 as default. Mlq5 claims the trade will not open until this condition is met, but yet followers of signals complain of +4 pips slippage! Is this setting not working
I have installed MetaTrader 4 on my MacBook air - I am trying to download an indicator for MetaTrader 4 I have checked to make sure it is for the right one. When I find the indicator that is for free I click on the download button and the page fails to open saying cannot open url with the
I am using this NewsAlert (FFCal renamed because EA required NewsAlert indicator) but getting this error cant open xml file error 5004. EA is taking trades and this indicator seems to be working but it can give such error randomly anytime.i am using default setting of this indicator and i am using 2
Hi, hi, at first id like to say that im kinda newb to mql4/programming but ill try to describe my problem as precise as i can. i made some simple example to show whats bugging me. Lets say that id like to draw some dots at previous high price. void DrawDots() { double high = iHigh (
hi i'm new on mql4 and stuck with error 130 becuase of ' invalid stops .' i place my stops as multiples of the stoploss value in order to enhance my risk to reward ratio. when i use fixed pip values for my stops i don't receive such error but becuase volatility can change anytime in the market i do
hello guys I have developed an EA which i want to take a maximum of three trades per day. but it seems my function for that is not working. still learning, your help would be much appreciated. my code below int TodaysOrders = 0 ; for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--) {
Senario: in the current currency pair, open multiple positions, then manually close them one by one. The following function recountorders() works fine and I can test with ArrayRange(sl,0) showing order counts of the current currecy pair correctly, and it turns zero when all orders closed. int sl[][
  Mt4 executable  (1)
hi looking for executable mt4. Thank you
  Sound not stop.  (1)
I play a custom sound when trades close like so, and at end of the last friday, some trades were closed right on end of trading close, and my sound got frozen, and wouldnt stop until i forced mt4 to shut down. I already had PlaySound(NULL) on DeInit, OnInit and on the next line below my
as show in pictue ,sell order total is 5 orders I want to close 0.05 lot sell order and 0.02 sell orders / not all orders / How can do this Can count existing orders, how many buy sell orders but how can select as above logic. by also ticket , 1st open ticket and last open ticket can select , but
I developed a Grid EA I think , lot size management need when grid size grow Do you know any example of risk management for grid EA. Meanwhile ,I use this MM bool CheckVolumeValue( double volume, string & description ) { //--- minimal allowed volume for trade operations double min_volume=
Good day, Can you please help me with the following, I have an automatic strategy created in excel that tells me when to buy and when to sell with their respective limits, stop, type of order, pair, ... I want to send automatically to the mql4 from excel the order that the strategy throws, can you...
I have an EA which used to send actions on my MT4 account (Opened - Closed orders) to my telegram channel. (Like the picture I attached). Please help me make an EA for MT5 like this. Thanks so much. i attached the MT4 - EA which im using
Ie this service: https://www.mql5.com/en/vps Or do we need to purchase a separate VPS for every instance of MT4 we want to run? I can't find out how to contact Metatrader to ask any pre-sales questions like this