- Search Metals Mine
- CockeyedCowboy replied Oct 11, 2011
does the divid by zero still there if you refresh the chart after the code is running? (try opening the dialog box or something) if the divid by zero goes away after you refresh the chart, its mostly caused by the data not being complete when the ...
Zero Divide error? Where do I need to look to fix it?
- CockeyedCowboy replied Oct 11, 2011
..... 40 years?? May be a little time has passed... My best friend in high school will tell you that I spent more time with his father at the university then with him. His dad was head of the computer science department of the state ...Trading EA shell by SteveHopwood
- CockeyedCowboy replied Oct 10, 2011
Steve I have done something similar with the .mqt files supplyed with MT. Its just a shell with very little code if any, the base code your showing in your shell can be hidden in a library. as I have done with the line; #include <Implement/MetaQuote ...
Trading EA shell by SteveHopwood
- CockeyedCowboy replied Oct 1, 2011
It can be done what you need to do is send these key stroks to MT. Alt & I & L & T or just type them on your key board.
Autohotkey Draw Trendline Code
- CockeyedCowboy replied Sep 25, 2011
OK, my eyes are bad, I dont look so good, I did not see you have 4 return statments there, the two that return K are returning the index number of the for loop. what is it you what it to return? If it whats contained in the array then you need to ...
Need help returning value from function
- CockeyedCowboy replied Sep 25, 2011
there are three things here 1 were is your array dimed and what is it dimed too. 2 you will always get a zero return from that function look at the two return statments they are hard coded to return zero 3 you can not return an array from a function ...
Need help returning value from function
- CockeyedCowboy replied Sep 23, 2011
The sub windows can not be address in init() untill the window is there. The reason it see it when refreshing or change TF or symbols is the window is there at that point. Move your code from the init() funtion to the start() function at that point ...
Friday Afternoon Question - Creating sub-window labels
- CockeyedCowboy replied Sep 22, 2011
seekers looks like TRO may be "SEFC" now...
SEFC Universal Indicator
- CockeyedCowboy replied Sep 11, 2011
when money is the object do not consider any published statments on the net. Its too easy to doctor them to show anything. There is nothing short of doing a complete research on the company and if they do not answer any of your conserns let it go. ...
How to find out if a statement is of Live account or Demo Account
- CockeyedCowboy replied Sep 11, 2011
M_j the file is updated on the close of each bar at which time a new element is added to store this resent closed bar. when a new bar opens that data is kept in memory till the bar closes again a new element is added to the data file and the ...
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 11, 2011
M_j heres a sample code it is not a working code but will give you the direction to write your own routines. Keit
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
I have a difficalt time with english and when some one uses prefixes its even worse, let me rip your code and see what it says. and I will get back to you, if you prefer to email something sensitive you can do so you can NOT change the file with a ...
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
I'm a bit unsure if I understand you correctly so if you don't mind just a couple of questions to clarify. One... works like a regular data file like MT's price data files You mean the History files? Yes, similar. but it can contain any data. I am ...
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
I am back I have two files both have parts that are numbers and strings parts of both are enscripted. the one that starts with ATSX contains start up copyright and version screen information which are strings and enscripted. the startup screens are ...
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
nubcake let me dig out a file and post it, I'll get one that has differerent file formats and parts enscripted and not. As far as a 'mindfuck' I'll have to google that sounds interesting.
My use of the english langage is very poor and can take me ...MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
Boy I must be really slow in typing 6 posts sence I started that last one I use multi dimensional arrays, theres no defind types but that too can be worked arround if your like work.... keit
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 10, 2011
M_j this is an interesting topic. If I am reading this right theres different ways to do this depending on the final results. Your variables on the fly... I've seen but mql is not capable to do this. I have two different options I used and if I ...
MT4: Create Variables on the fly
- CockeyedCowboy replied Sep 6, 2011
you dont need any magic numbers that is totally optional information. It depends if you want to track your orders/performance were you should ID all your trades so all the information canbe corodinated with each order. Keit
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Sep 6, 2011
only if you have your ea search for new ticket. Which if your haveing a problem with magic numbers then finding the new ticket will give you real test of your abilities. keit
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Sep 6, 2011
things are getting hot... No I didnot read all the post too, but if you or any one else are useing the ticket number as your magic be advised that the ticket number can change if you use CloseBy or do a partial close. If you use the ticket number it ...
Make EA get custom magic number...will this work?