Forum

Looking for the source of this EA

This might be out of place, but I don't know where to post this though. I am looking for the creator of this EA. All I know it is called "<Deleted>" and made by "<Deleted>" on the EA description. Any help will be appreciated. <ex4 file deleted>

MT4 terminal keeps deleting trading accounts automatically.

I have ran into a problem. My MT4 terminals keeps on deleting my trading accounts on the terminal. MT4 worked all good for a while and then out of nowhere when opening the program they started deleting my trading accounts. I added the trading accounts back on the MT4 terminals, but when I exit the

Ticket Array count

Hi, I am new to developing and coding on MQL4. I got a question and for some it might be stupid. But I am learning and trying to figure it all out for myself. (Take note that I am editing an EA I purchased from another developer) Is the count of [1000] the amount of tickets handled and kept track of

Not closing all open positions with magic number error

The following EA Closes all open positions on account with magic number related when reaching profit target. Problem I am experiencing is that the EA at times do not close all the open positions when required. I can't find the problem. Can anyone point out what the problem is and how I can solve it

Metatrader4 Backtesting and Optimization on 32Bit PC VS 64Bit PC

I believe there should be a thread on the forum already having a discussion regarding the subject. But Looking into this in depth and been on my mind for a while now. Is there any solid evidence regarding the difference regarding backtesting and optimization with MT4 on a 32Bit PC and a 64Bit PC

Timer Delay

Hi. I had this EA developed and can't get hold of the developer for help. The EA works great. All it does is opens a opposite directional position on a certain amount of pips on a specified currency. But when I close the position created by the EA and the original 1st position is still open, the EA

return value of 'OrderModify' should be checked error

I am struggling with this little mq4 piece of code. I get the following error return value of 'OrderModify' should be checked ea3WayHedging_1-9.mq4 399 10 { OrderModify (orders[ 0 ].ticket, NormalizeDouble ( Ask + TrailingDistanceOrder1*point, Digits ), OrderStopLoss ()

How to focus EA on only the first opened position

I got this EA developed. I am struggling to edit the EA to only focus on the first opened position with a certain magic number. Currently the EA focuses on every opened order with the magic number related to the EA. The EA opens a position for you of a different currency when the currency on the

possible loss of data due to type conversion error

I am busy developing an EA. EA works but I have 2 warnings in code when compiling. does anyone have a solution towards removing the warnings? 1st one possible loss of data due to type conversion 1st Hedge EA overlay v7 timer.mq4 229 81 2nd one possible use of uninitialized variable 'ticket' 1st

extern and int difference

Small question. I have this EA that has external input following as focusing on the pipcount in the mt4 settings. extern double PipCount = 20 ; If I need the pipcount not to be able to be edited in the mt4 terminal setting I should use the following? int PipCount = 30 ; or do I use the