Iggy
Iggy
Friends

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

Iggy
Added topic Missing Symbol Properties
In english help file the following symbol properties appear in russian: They are also missing from definition in MQL5 enum ? (meaning they do not appear in intellisense list, so I assume they are not defined)   SYMBOL_START_TIME Дата начала
Iggy
Added topic is there a way to call base virtual function from descendant ?
is there a way to call base virtual function from descendant ? (eom) sometimes virtual function from base class can define common action for descendant classes before or after specific action the descandant performs just like destructors go down the
Iggy
Added topic is there a way to hide public member in a descendant class ? (eom)
is there a way to hide public member in a descendant class
Iggy
Added topic trouble creating new objects
Finally trying to look into new MQL5 language. As far as being onject-oriented it's like going back in time about maybe 20 years back.  But on the more concrete note: Right away I am stumped... What's wrong here?   class testclass {};
Iggy
Added topic why indiicator keeps reloading in tester
Anybody has answer to this ? Indicator keeps reeloading int tester on every tick on Weekly TF, same indicator on M15 gets loaded only once This slows down tester tremendously!!! Here is a journal: 2010.07.12 10:05:21 2010.03.01 00:59 JK Slow
Iggy
Added topic metatrader 5 doesn't start
Does anyone know of this problem? I can't start metatrader. Yesterday I downloaded latest copy from metaquaotes and chatrs opened after install. But today, it doesn't start. I clicked on desktop icon, start menu icon and on actual terminal.exe in in
Iggy
Added topic StringSubstr(input,startpos) copies only first 4096 bytes
I noticed while working with long strings that long strings are ok but function StringSubstr(input,starpos) copies only first 4096 bytes of the input string. This bug could be fixed in the next build if they still make new builds in mql4
Iggy
Added topic OrderSelect(MODE_HISTORY is limited to what is listed in Account history tab???
Discovered a funny quirk in OrderSelect function with MODE_HISTORY. It only selects whatever is listed currently in 'Account History' tab. So if you limit your account history tab to say 'TODAY', that's all you going to get in OrderSelect function
Iggy
Registered at MQL5.community
Iggy
Added topic Tester problem with Bid
While testiing on the Visual Tester I noticed that Bid returns the actual Bid from this past Friday instead of current Tester Bid. Not sure what the problem is here. Is it becuase the market is closed? MarketInfo(Symbol(),MODE_BID) doesn't help. This
Iggy
Added topic metatrader bug?
I have an indicator which draws and deltes trendlines. When I physically grab the line with the mouse and tick hapens at the same time MT Terminal goes into freezing loop. It seems there is conflict between grabbing line with mouse and trying to
Iggy
Added topic FILE_READ | FILE_WRITE Question?
I was working with FileHistory and opened file with FILE_READ|FILE_WRITE combination. It appears that at first writing to the file file gets extended, but as soon as FileRead... is made extending file becomes impossible, that is when writing to the
Iggy
Added topic Waiting For Update message?
I wrote a little expert which, similar to period converter, updates non-standard history file and sends refresh to offiline chart. This way offline chart behaves much like live chart updating every time a new tick is received. One weird problem I
Iggy
Added topic Question on access to other timeframe
I have an interesting technical question. When I have an EA on say H1 timeframe and it checks on data on M1 timeframe, and let's say M1 timeframe was not referenced recently on chart so that M1 data is not loaded up to date. Question is : will M1
Iggy
Added topic Minor Bug in Latest MT
It seems that sometimes when timeframe changes by clicking on toolbar, timeframe name doesn't change in the tab below. Just something to check for metaquotes
Iggy
Added topic WindowFind() not working
the following: Print(WindowExpertName()," ", WindowFind (WindowExpertName())); returns: 2007.03.06 13:34:52 MACD_Colored_v102 EURUSD,H4: MACD_Colored_v102 -1 Where is a window number
Iggy
Added topic NICE IDEA for next release of MT
It just popped into my head!!! Is it possible to include option on MT to select a directory for experts, profiles , templates etc. This way, if several copies of MT are running, there is no need to copy and recopy and constantly synchronize experts
Iggy
Added topic SWAPTYPE = 3
FXDD server MarketInfo (symbol,MODE_SWAPTYPE) returns 3. What is swaptype=3, it doesn't seem to be documented
Iggy
Added topic to metaquotes: extern parms confusion
I noticed that after recompile extern parms go back to their default values. If extern parms are changed internally, it is not reflected in expert adviser/properties box. It still shows default values. That is, I created a routine to save externs on
Iggy
Added topic What to do with crashlogs?
Quite often my 200 build MT crashes, mostly when I do visual testing? It would be nice to be able to send these crash logs to metaquotes for analysis, just like microsoft does. Otherwise they seem to be quite useless. Just a suggestion for metaquotes
12