Friends

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

Mac
Added topic Ctrl+Click to open a chart in a new window .. how?
Hi Community,   after I installed a new instance on my brand new laptop I realized that opening a chart directly from the Market window (via Ctrl+Click and drag onto the 'work area') does not load the chart into a new window but rather it
Mac
Added topic Traders Dynamic Index - how to substitute?
Hi MQLers, as my broker (or rather, the mobile platform they are servicing) does not support the Traders Dynamic Index (and makes me sad by that indeed), I wonder what is the algorithm behind this index and can it be substituted by a combination of
Mac
Added topic Until when does a trade remain 'selected'
Hi MQLers, after I have called OrderSelect , a couple of instructions later (like OrderType, OrderSymbol, ...) I am calling OrderProfit and I doubt this call returns the correct information. Therefore my query goes - all of these Orderxxx are
Mac
Added topic MT4 + W8
Guys, do you run your MT4 on Windows 8? If so, do you find any ( functionality -, performance-, development-related) issues at that
Mac
Added topic Sharing variables between instances and / or sessions
Hi MQLers, please advise: within my EA I am using a variable which gets continuously updated based on how the market unfolds for that specific symbol. Given that of course I am going to have my EA run in multiple windows on multiple symbols, a
Mac
Added topic Obtaining valid time span for a trendline
Hi Coders, assuming I get hold of an object which happepns to be of type trendline and I want to iterte through its price values; as trendlines usually do, this one also leaves the screen area at some back time point. Naturally what comes to mind is
Mac
Added topic Other ways for an EA to interrogate a custom indicator?
Hi Coders,  what my custom indicator does is drawing trend lines, sometimes there are more than one displayed on the chart ( 15 is not an exception), other times there is none whatsoever. For this type of work, communication with an EA via
Mac
Added topic Print outputs to a tab, but not to a file
Hi Coders,   suddnely my Print function stopped sending its outputs to a log file, though it keeps updating the Experts tab ( which is unusable for my analyses, however).  Did I uknowingly changed a switch, somewhere
Mac
Added topic Should I be deleting resized arrays? (any gc happens within the Terminal?)
Hi Coders, being the OO guy that I am, one of my concerns is whatever happens to custom arrays when the lifecycle of an indicator ( within which such arrays are defined)draws to an end. More specifically: Is there any garbage collector which takes
Mac
Added topic Previous tick's value
I, a custom indicator , just got a new tick and am currently in Start already. I need to find out whether I am to move up from the previous tick or down. Where do I fetch this information
Mac
Added topic A new-bar tick?
Hi MQLers, is there something like a new-bar tick ( I do not think so)? I mean - how does the terminal decide "this incoming data do not belong to the existing bar anymore, therefore I am gonna close it now and start with the next one"? The
Mac
Added topic What's on the screen at a given time
Hi MQLers,  with a couple of trendlines on charts, am I able to do, in a possibly simple way, something like: "at 13:20:30, what trendlines can I still see"? Mac 
Mac
Added topic MT 4 on W8
Hi all, does anyone run their Meta Trader 4 on Windows 8? With / without flaws .. ? Any remarks? 
Mac
Added topic Can I freeze the terminal temporarily?
Hi MQLers, when analyzing the results of my code I need to scroll back to history (to the left) and rest there to see what my objects are telling me. However as we all knwo, the window "jumps" right back to the right with the arrival of each new
Mac
Added topic Terminal does not load!
Hi all,   I am puzzled; all of a sudden, my terminal does not load - when I double-click the icon leading to the c:\Program Files\MeaTrader\terminal.exe, it just does not load, however in Task Manager the terminal.exe process can be seen
Mac
Added topic Time/Price to window coords and vice versa
Hi MQLers, please advise: I am looking for a way to put a label (or even a text) above a specified bar so that it is positioned a specified number of pixel above the bar's high and moves along the window as new bars form. I guess the key to this
Mac
Added topic iBars for displayed ones only?
Hi, to get a number of bars ona specified chart I use iBars; what do I use to obtain the number of bars visible on the curent chart
Mac
Added topic First tick detection
Hi MQLers, am I somehow able to detect a tick which starts a new candle / column / whatever? Background: within my indicator I have a piece of code which only cares about finished periods, so instead of having it run with every coming tick I plan to
Mac
Added topic OBJ_TREND line crossed by a candle..?
Hi MQLers, I am happy to finally be able to programmatically add trendlines on my charts based on select parameters . However I seem to need help with the next step, which is: how am I able to detect if a trendline is crossed by a candle (or any