DrZogg
DrZogg
Friends

Add friends via their profile or user search and you will be able to see if they are online

DrZogg
Added topic So is anyone else having issues ?
Been coding in MT4 for years, as in like 15.  Today either OrderSelect or OrderType no longer works. I can't get trades closed. I get error messages I don't even recognise.  2018.12.20 21:03:26.914 multi-order EA AUDJPY,M15:  Trying to
DrZogg
Added topic Updated this morning and TimeCurrent() doesn't work anymore
I used to do something like this to get the code to wait:      if ( TimeCurrent () > lastChecked+( 60 * 15 )){          for ( int i = 0 ; i < OrdersTotal (); i++){
DrZogg
Added topic Common data folder for classes
Hi Folks,  I'm convinced there's an article that explains how to use the common data folder for classes. But I can't find it. I've searched via google and via this search form. I've tried to create classes in the folder, doesn't want to do it
DrZogg
Added topic trading multiple accounts
Does anyone know if the new language in MT4 allows login of simultaneous accounts yet from one instance? Instead of having to maintain separate libraries be nice if I could maintain one and tell MT which account to use for which and the settings for
DrZogg
Added topic Handling files in the new editor
For some reason my EA's files are no longer being read in the new editor. No error messages, but it doesn't get done. I presume it's a location issue. I started looking for information, can't find any. Does MT handle this now or do I have to specify
DrZogg
Added topic time out's all of a sudden
I've been testing code for months now, just letting it run. Must be on month 7 already. Was rock solid, then in the last week I've suddenly developed "terminated by timeout" issues. Didn't change anything my side. Anyone else having issues
DrZogg
Added topic Working with arrays, how to delete information
Hi Folks,  So I'm setting arrays, in particular I want to remember which pairs and profit for that pair per individual trade, which appear to be a problem already.  I can't seem to have a String and Double Array, so Pairs[string
DrZogg
Registered at MQL5.community
DrZogg
Added topic closing blocks of trades
Hi guys, I'm using satellite comms, so I can't spend much time searching and browsing, bit expensive. What I need to do is close blocks of trades, say I have some buys open, say 0.01 lot, 0.05 lot and 0.14 lots = 0.2 lots total. Now I need to close
DrZogg
Added topic Units vs Lots
I'm battling with lots vs units oanda style.... My base is $USD - I want to sell $10000 eurusd @ 1.3890 and $10 000 eurjpy @ 105.97 each. So on the oanda platform it gives it as 7 179 units each, what would that be in lots for MetaTrader and how do I
DrZogg
Added topic Same Value Trades
Hi, Having a temporary moment of confusion. Lets say I want to sell the same $ amount of EURUSD, EURCHF and EURJPY, lets say $10 000. How do I calculate the lots sizes. I would have thought it's $10 000/Current Price/ Lot size, so for a mini account
DrZogg
Added topic Loopy loop, thing runs away, little help please!
Hi, I'm not a programmer, so be gentle. I'm trying to close out trades when conditions are met, so: if (A < B) - in this case close out BuyTrades till A is no longer less than B. But the thing runs away and closes as many trades as it wants to or
DrZogg
Added topic Position value - help with calculating shorts please
Hi Folks, I'm probably going to look like a right ass now, but I can't get this figured. Might be the flu that's fried the brain, but instead of hurting myself trying to figure this out I thought I'd ask. I want to calculate the positions value. So
DrZogg
Added topic Which folder contains the charts open in default profile?
I trade a lot of pairs and want to duplicate the open charts in a different directory. Normally I'd have to open the platform and then tediously add all the charts. But I'm sure if I re-install MT4 in a different directory and just copy the right
DrZogg
Added topic Advanced analysis of trade results
Hi Folks, Need some help please. I trade fully automated over 30 pairs. 500 or a 1000 trades a week is not unusual. Now to go work out which pairs are making a profit and which not, i have to go dump all of that in an excel spreadsheet and then sort