ukt
ukt
Friends

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

ukt
Added topic question on global variables lifespan and security/persistentcy
Do you know if the client terminals global variables are safe? I mean safe in context of reasonable warranty that even if terminal crashes or whatever, on restart the previous GVAR state will be reinstated. Asking because it seems to me that only
ukt
Added topic Does OrderType() keep returning pending[buy|sell] or start returning OP_[BUY|SELL] after pending order goes to market order status ? as seen in Terminal >Trade tab
When a P ending order type P is issued you can see that the order listed on Terminal > Trade tab has pending order type P listed. I have noticed that when the P ending order is activated and becomes market order that the order type listed is buy
ukt
Added topic last_error variable useless as OrderSelect() in list of: "Other functions never change the last_error variable value."
Docs show: bool OrderSelect ( int index, int select, int pool=MODE_TRADES) The function selects an order for further processing. It returns TRUE if the function succeeds. It returns FALSE if the function fails. To get the error information, one has
ukt
Added topic Translation needed please...
Following page on Russian forum: http://www.metatrader4.com/ru/forum/6907/page2 Search on " Renat 30.03.06 14:09" to find post of interest. I have used Google and AltaVista Babel Fish (which actually came out better when copied post body
ukt
Added topic standard constants with more than 31 length
Hello Help: MQL4 Reference - Standard constants - Error codes has names which are >31chars long. For example the compiler throws error: 'ERR_GLOBAL_VARIABLES_PROCESSING_ERROR' - too long variable name C:\Program Files\MetaTrader 4\experts\... Is
ukt
Added topic Your Help Please: Using global variable to allow 1 indicator to plot different lines each time 'next' copy applied to chart.
Hello all you code dudes! My aim is to learn how to use one .ex4 many times on main chart by using concept of 'instances' Each time indicator (ind) is applied to chart a differently colored moving average line is plotted, showing that instance(n) has
ukt
Added topic Can indicator be 'kicked' into life other than by new data receipt or (I assume by timed MT rescheduling) ??
Environment Have indicator written by another, that runs and plots objects on rightmost/new data bars when certain conditions are satisfied. I modified indicator so that it has virtual/sliding window concept using MQL4 functions: FirstVisibleBar()
ukt
Added topic Name: DeMarker, DeM: refuses to plot beyond certain point - see attached chart
Hello DeMarker , DeM indicator stops at 2004.01.01 12:00, on GBPUSD,H1 No mods made to DeM(14), just download,compile,drag onto chart. Thanks
12