- Search Metals Mine
- CockeyedCowboy replied May 31, 2012
rooicol This is the first time I have read over this thread, and have not given much study of MTs execution speed. As I trade off a 15 minute chart speed is not as crittical for me as it would be for some one that may be scalping. But it has made me ...
Improve MT4 order execution speed by 500ms
- CockeyedCowboy replied May 29, 2012
Yes, the above screen shot was the results of that code. I can't post it as its part of a much larger code project and will not run indipendently. Keit Hows it going hayseed?
Need coder to make Erased Fractal indicator
- CockeyedCowboy replied May 29, 2012
recidiviste Do as you wish but the logic of fractals mandates that you must have an up after each down and a down after each up. The attached screen shot is my own code and it follows that rule on all of 4 different levels, I use them to draw SR and ...
Need coder to make Erased Fractal indicator
- CockeyedCowboy replied May 27, 2012
recidiviste Theres something wrong with your charts; If you look at any of your charts you may have two up fractals or two down fractals that should not happen as you can not or should not have a second up(down) fractal with out a down(up) fractal ...
Need coder to make Erased Fractal indicator
- CockeyedCowboy replied May 19, 2012
deian I posts a lot of screen shots as it is easier to explain things. but before I post I remove all personal information that includes information on my demo account as I may or may not have a real account with the same borker. I have never given ...
Indicator: Mask your order number for the screenshot
- CockeyedCowboy replied May 16, 2012
futurespec This has nothing to do with HA candles. It was a test project I did a few years ago to see what can be done with drawing candles to verious chart windows. It has many options and maybe some of it will give you some other ideas in ...
Heiken Ashi coding explanation needed
- CockeyedCowboy replied May 13, 2012
fairwind That script of zznbrm, is very good, it was one thing I had in mind. How ever it can be made to run much faster and with out any draging it (or a list of them) to a chart. You can accomplish everthing with just one click that will change ...
Change all TFs with one button?
- CockeyedCowboy replied May 13, 2012
I see your vareing your basket and trading multiple pairs at a time, where as I am holding it constanst and looking for the best situations. I too have been trading 15 years and one has to trade what one believes. Keit
mt4 basket index chart?
- CockeyedCowboy replied May 12, 2012
hey 12 step I am working on just that, but most people dont understand that creating a price series with H L O C data will server little benefits and will greatly increase the number crunching time of the indicator. The dollar index is constructed ...
mt4 basket index chart?
- CockeyedCowboy replied May 12, 2012
Olonese what is happening is that the code itself is deleting the objects, when ever the time scale is changed MT will remove the code from the chart and replace it with a different copy of the code with the new time scale. turning on of your ...
problem entering text in mt4
- CockeyedCowboy replied May 12, 2012
Tyoon the one that coded that indicator was mladan on forex-tsd.com. He is a good coder ask him if he will change the code for you, Keit
Correlation Heatmap indicator
- CockeyedCowboy replied May 12, 2012
fairwind there is a way to change symbols and timeframes, which can be done in a few ways but you no not give the needed information to answer you, do you have all 20 symbols / charts open and want to change just the time? but on all charts? do you ...
Change all TFs with one button?
- CockeyedCowboy replied May 12, 2012
Emadd what your (and a few others) are asking for can be done, but I for one find no value in coding such an indicator the only price and time that has any meaning to me is the current price time, I can't see why rewriting the price scale would aid ...
MT4 vertical scale font
- CockeyedCowboy replied May 7, 2012
Marzullo I am not sure if this will work or not, but try this, right click on the chart window, go down and click on properties on the common tab, uncheck the box that says 'chart on foreground' I think that will work for you. Keit
Printing orderSend arrow in foreground
- CockeyedCowboy replied May 4, 2012
rooical sorry for eating up your thread with unrelated posts. zznbrm As I said in the earlier post theres only a few people that I will bother to read and look at code, your one, and thanks for the heads up on rooicol will be look hard at his work ...
Tick Size, Tick Rate, Tick Spread, and Tick Logger indicators
- CockeyedCowboy replied May 3, 2012
I cant help it, hope your trading skills are better then your coding.
To answer your question.... Hire some one that knows what there doing. You need to write one liners in Excell but not in MQ, I not saying MQ is very advance but its ...Using MQL Print and Comment Functions?
- CockeyedCowboy replied May 2, 2012
zznbrm Thanks for the lesson today, there are only a few people I will look at their code, your one. .... My understanding of how indicators run in MT is that all indicators run on what MT calls the Main thread along with the platform, and EAs and ...
Tick Size, Tick Rate, Tick Spread, and Tick Logger indicators
- CockeyedCowboy replied May 2, 2012
zznbrm See I said in my first post, your a better coder that; I totally miss the boat on this one. It apperars you dont need to litterage the buffers to fill them MT does that for us. See all this dialog one can learn for it, I added print statments ...
Tick Size, Tick Rate, Tick Spread, and Tick Logger indicators
- CockeyedCowboy replied May 2, 2012
Xaphod I am going to toy with this over the week Hes done it with an exe file but I beleive it would not be to very difficult to code it right in MT itself as an indicator. will let you know, Keit
MT4 Timeframe Scroll Controller
- CockeyedCowboy replied May 2, 2012
Ok lets remove the histogram part. Its still not right, the function call 'SetIndexEmptyValue()' only sets the value of the buffer if it has no value, and the init() function only gets executed once at the start of the program. there after only the ...
Tick Size, Tick Rate, Tick Spread, and Tick Logger indicators