alexander supertrade
alexander supertrade
Friends

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

alexander supertrade
Added topic &_____ ...???
What does it mean to place an "&" in front of a variable .. example: somefunc(int ...., string &var1 ) {..} can I use "&" with ints, doubles? &Thanks
alexander supertrade
Added topic Reading a file
Im trying to read data from a .csv file. The file in is the following format: ex. 124124; 1241.21 12241; 131.1 3113; 1213.0 3123; 31.12 ...basically 'n' lines of semicolon delimited values. The left column has all int's while the right has all
alexander supertrade
Added topic Log Scale??
Can a chart in metatrader be displayed on a semi-log scale
alexander supertrade
Added topic EA Grinds to a halt :(
I wrote an EA that trades on trendlines. It does this by reading price values from actual trendline objects. These objects are drawn to the chart automatically by an indicator I also wrote. The trendline indicator , uses metaquotes'
alexander supertrade
Added topic Logging on to an account from multiple locations.. effect on EA??
I have an EA running a forward-test on a dedicated computer which is logged on to my demo account . Will metatrader knock that computer off my demo account if I were to log on to that same account from another location? ..to check my account history
alexander supertrade
Added topic Which uses more computer resources?
In an mql4 program (and in general) what's 'harder' on the computer: processing and if() statement, initializing a variable, or redefining an existing variable? If you had to put them in order from least taxing to most with special consideration to
alexander supertrade
Added topic Why Magic Number??
Can someone please explain to me what the purpose of using a "magic number" is? I understand that it's supposed to serve as a unique identifying number for each order but isn't that same function served by a ticket number? Why make up your
alexander supertrade
Added topic Importing a library via user external input - can it be done??
Hi, Im trying to find a way to import a library (or .dll file) with the filename being defined externally. For example, this is what I am trying to accomplish: User creates a file " MY_FILE.mq4" ( " MY_FILE.ex4" after compiling)
alexander supertrade
Added topic Compound History Data Script
I came upon a realization today that history data are not all created equal. Data from some brokers may be more complete than others while other data still may contain many time gaps for which price data is not defined. This is very disconcerting. I
alexander supertrade
Added topic Newbie EA Help - Ticks causing multiple trades (and a headache)
Hi, Im trying to put together my first expert advisor but ran into an issue that I cant seem to get around. Like most EA's I have my entries and exits based on some criteria, the problem Im having is that criteria may become TRUE several ticks into a
alexander supertrade
Added topic Brokers & MetaTrader 4
Im interested in how MetaTrader 4 is affiliated with the brokers that offer use of this platform. It seems that every major forex broker offers MT4 yet you have to set up an account with MT4 which is a different account from the one you would set up
alexander supertrade
Added topic MACD only shows two parameters
Hi everyone! Im new to MT4 and still getting comfortable with the setup but in regards to the MACD indicator, despite there being three parameters in the properties window for the indicator (fast EMA, slow EMA, and MACD SMA) it only displays what
12