- Search Metals Mine
- CockeyedCowboy replied Sep 3, 2011
Raptor to more understand what the first post is doing here is a few screen shots they do not show the complet code blocks however; the First shot shows the creation of a signature file, this code only gets visited IF no signature file is found or ...
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Sep 3, 2011
Raptor I didnot understand what you were asking. I only have two things in GlobalVariables one that generates the Program ID and the other is when an order is being placed theres a lock on the order book to prevent orders form two programs walking ...
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Sep 3, 2011
Hey CodersGuru; Were you been hiding? ant seen you around in awhile. Keit
Email with Attachments
- CockeyedCowboy replied Sep 3, 2011
Raptor First I run 3 PCs in a network, one (server) is used just for analying the general market, it then passes trade information (which pairs to trade) to the other 2 computors (client) that do the actual trading. These two machines can trade up ...
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Sep 1, 2011
This peice of code will not only keep track of your orders but every thing else.... like labaling graphic object, Globals, screenshots, all logs, etc... The numbers are increased by one each time one is pulled. the global variable that holds the ...
Make EA get custom magic number...will this work?
- CockeyedCowboy replied Aug 31, 2011
hey zero; heres one for you.... I like to see the code for this
by the way is that you in the pic? looks like you have a coffee cup up there on the window, are you pan handling between jobs?
By the way I think I pawned my old computer ...I will code your EAs and Indicators for no charge
- CockeyedCowboy replied Aug 31, 2011
gorangel it may not cause any problems but this is what MT has to say; What they are saying is that if you call the start from the init it MAY cause the init not to complete its purpose but time out. That is if the start function is to long to be ...
Code to work out lot size based on risk
- CockeyedCowboy replied Aug 31, 2011
Whats wrong with Debbie? I know her personally. She keeps herself well tuned, and get greased, oiled, and filtered at regular intervals. You cant say that about Chew Chew Mary or the Tatoooooed Lady. Keit
FREE - FX News Alert application
- CockeyedCowboy replied Aug 31, 2011
The code calls the start() function from within the init() which is not wise. if the start function is to long it will cause the init() function to time out. The start() function is automaticly run once after the init() function has ended so the way ...
Code to work out lot size based on risk
- CockeyedCowboy replied Aug 31, 2011
you can calculate the number of bars that appear in your indicator window and just draw them any bar that doesnot show in the window are not seen, usable, nor drawn. (screen shot 1) If you scroll the chart to the left to see more data you first get ...
How can i make MT4 run faster?
- CockeyedCowboy replied Aug 29, 2011
hangover That is an article that everyone should read and totally understand. I dont know how his HeatMap is calculated so cant comment on that, but the inforamtion is good and the best I've seen. .... In order to construct a good 'heat map' you ...
Trading profitably using Recent Strength
- CockeyedCowboy replied Aug 29, 2011
Hay.... Hope you have that system fully automated.... cause your index finger will be wore out in no time. I have a little trade partner that I use to make trades for me on my scalping system. Hes real good and consistent at placing trades. Heres a ...
EMA SMA angle indicator
- CockeyedCowboy replied Aug 28, 2011
Hay...seed Hows every thing in Hayseedville? Are you keeping the cattle feed? Interesting, how many winning trades have you made veres the time period? I've been off the forum for the past 6 months been hard at work. Made many improvements. May ...
EMA SMA angle indicator
- CockeyedCowboy replied Aug 26, 2011
When Hayseed referrances the hypotenuse its in referance to a Right triangle but when your resizeing or rescaleing the data window either manually or mt can do this when new incoming price data is outside the current window. the triangle will not ...
EMA SMA angle indicator
- CockeyedCowboy replied Aug 26, 2011
two ways to do it 1. if YOU drawing the line use the draw by angle trend line and have your code just read the angle. that will require your to name the trendline so the code will recognize it. 2. Or the CODE can draw the line using draw by angle if ...
MT Trendline Programming Help??
- CockeyedCowboy replied Apr 9, 2011
I am testing this currently and have not determined if I what to release this code. It is a very good take profit/exit/stop indicator and I may be planing to use this on my own trading. People think Iam a Mass hole for not giving out my work, what ...
Kaufman's Efficiency Ratio Indi Needed
- CockeyedCowboy replied Apr 9, 2011
Hordane I am currently rewriting this so some of the options are not shown above this is not the copy I am trading with. The reason I am writing a second post is to explain a new design that I am adding too this. I have developed the ability to call ...
mt4 clickable button in indicator
- CockeyedCowboy replied Apr 9, 2011
Hordane All that you ask, can be done, but its a lot of work. Two things you must under stand before you do this. one is how MT works and you must device a means to communitcate not only YOU with the program but program to program. If you try to ...
mt4 clickable button in indicator
- CockeyedCowboy replied Apr 7, 2011
donot believe that it can be done. How ever; I use the old windows lay out and I dont know if this is an option with the new lay out but, if you right click on your dest top you can change the size of the title bars I have them as small as it will ...
Removing Title Bar from Charts
- CockeyedCowboy replied Apr 7, 2011
Not sure what type of controls your looking for that is do you just want to switch that changes from A to B or do you want to change a wider range of numbers but within an set range. or a range that is not define. You can also use a mouse over in ...
mt4 clickable button in indicator