- Search Metals Mine
- CockeyedCowboy replied Feb 23, 2011
The shots were off an older XP SP3 32 bit. but my vistas are 32 bit and showing the same. I beleive that MT is 32 bit too. I am going to play with your code to see if it works on my machine useing the IDs you have and then change them to what I ...
Programmatic saving/loading of .set file?
- CockeyedCowboy replied Feb 23, 2011
were are you getting 4011 and 4012 from? I see 4013 and 4014
Programmatic saving/loading of .set file?
- CockeyedCowboy replied Feb 19, 2011
nondisclosure My eye sight is as good as my spelling, when I first looked at the ASCII chart what looked like a minus sign was actually the title symbol. so change that in you code. I have established two new graphic pagers that is the ROOT and the ...
Changing chart background color
- CockeyedCowboy replied Feb 16, 2011
by rotate windows arre you talking about the time frame of the pair or are you talking about the symbols on the window. if the time frame is what your looking for its already done, I beleive with a script and not an EA, and if you search the forum ...
is it possible to rotate windows with an EA?
- CockeyedCowboy replied Feb 11, 2011
theres a minor error in your code the second conditions should read else with out the if. I assume your using ticket as a vriable to hold the return from the Ordersend() function. Your if ticket > 0 is correct as zero indicates no order condition. ...
Requote error but still open trade ?
- CockeyedCowboy replied Feb 11, 2011
sangmane your right about retriveing the opening date from the initial deposit, I also see that it has (at least my account does) a ticket number with each deposit and withdrawal and the comment fields are labeled with deposit and withdrawal, one ...
Couple of questions about MT4 and MQL
- CockeyedCowboy replied Feb 11, 2011
what your looking at are the arrows that will point at the price they are set to, and are used with indicator buffers, theres a lot more arrows avaialble but they are used with objects not buffers and the point that is referanced is not the point ...
How to plot the special arrow codes?
- CockeyedCowboy replied Feb 9, 2011
Theres different ways to do this, A few question: It sounds like you want to pause more then one EA at a time or am I reading something into it? Do you want to pause the EA from the graphics on THAT EA or from another program? as from the graphics ...
Pausing an EA - Graphic Button
- CockeyedCowboy replied Feb 9, 2011
I dont know about the deposit date but you only get the history data that your set yourself not the broker that is open the terminal > account history then right click on that window and select 'all history' that will give you access to your ...
Couple of questions about MT4 and MQL
- CockeyedCowboy replied Feb 6, 2011
Kent To give you some idea of user (and inter program) communications, I have posted a screen shot. I would say that half the objects you see on that screen shot are active and has or is capable of accessing program information and/or in altering ...
Discuss better ways to manage MT4 external/internal variables
- CockeyedCowboy replied Feb 6, 2011
Kent First, I have never published my methods of program (and user)communications any were, and to understand fully what I mean about communications I would have to publish some of those methods. I have posted some screen shots in the past, but not ...
Discuss better ways to manage MT4 external/internal variables
- CockeyedCowboy replied Feb 4, 2011
It getting late and I still have tings to do. but here is some code that I am working with right now, my lot size code. The file it creates is also included. will explain more later if need be. O well .ini file types are not allowed, look in the ...
Discuss better ways to manage MT4 external/internal variables
- CockeyedCowboy replied Feb 4, 2011
Kent First, When I memtioned empty value I was not really refering to the MT EMPTY_VALUE, but what ever would be deemed of NO value. When I decleare variables I always assign them an Empty or Clear value(depending of variable type) that is my way of ...
Discuss better ways to manage MT4 external/internal variables
- CockeyedCowboy replied Feb 2, 2011
Get your self a bottle of tums, this one may give you hartburn. The problem is not only adjusting it based on your font size but it has to adjust also for font style (if different fonts are usec) your adjustments have to be based on the chart zoom ...
Text on High of a Candle
- CockeyedCowboy replied Feb 2, 2011
David and Kent I created a means back with MQII to do what the MT .set file currently does, and even though MT now has this option I still use the functions I created years before. I called it a signature file, or Sig for short. It worked like this, ...
Plot News indicator (version 3.0)
- CockeyedCowboy replied Feb 2, 2011
CodeMeister This is a little misleading. I am not posting this directed to you personaly but to all, as I have seen this same misuse of the static tag meny times. by declaring a veriable as global scope (in the same section of code as the externals) ...
question about variable initialization
- CockeyedCowboy replied Jan 31, 2011
Is your Number1 variable type of an int or double? if its not a double that math you have will always return zero; If its a double then try to incrase it precision using the adjusted = NormalizeDouble( Number1 / SLPercentage, 10 ); to see if the ...
double constant evaluates to zero
- CockeyedCowboy replied Jan 30, 2011
bandung Good to see you. Nice job, now you should add some life to your graphics. as in drag and drop or mouse over or some key board events. The attach is a mouse over menu that I have to establish lot sizing. The software I use does not capture ...
Changing chart background color
- CockeyedCowboy replied Jan 30, 2011
nondisclosure I should of mentioned also that; If you use zznbrm method you can completely cover over your chart, by using the name too. Adding minus signs in front of the name as in (---YourName) and change the objects background to forground you ...
Changing chart background color
- CockeyedCowboy replied Jan 29, 2011
If you look for a program on your computer called 'CHARMAP.EXE' it can display all the different character set that are on your computer. It is located in your ' windows/system32/charmap.exe ' directory*(FF does not allow a back shash to be printed ...
Changing chart background color