- Search Metals Mine
- CockeyedCowboy replied Aug 4, 2012
askingkalz This code Block will tell you how meny bars are missing between your brokers close and his open times based on the given chart time scale. You can alter it to find holes in data on any given day. Keit ...
Looking for candle count indicator
- CockeyedCowboy replied Jul 25, 2012
MT Bolt On Software — I have writen similar softwares with meny more options and right now rewriting them into one software program. Theres not only a tool bar but a ticker tape. The Bolt On software includes 3 different add on programs. In ...
Run scripts and toggle EAs with quick buttons
- CockeyedCowboy replied Jul 23, 2012
look for a thread called 'Crayon Trend Lines" Read the documentation at the end of the mq4 file for how to use it Below is an old screen shot of the indicator Keit
How do you draw a short "Trend Line" on MT4 ?
- CockeyedCowboy replied Jul 20, 2012
A lot of people say things can not be done ..... in MQ4 but in 5 you can ..... just a lack of creativaty on they part. What you show in the picture can not only be done but in a high quality GUI then you have shown in your prototype. but why not use ...
Respect the rules - check box indicator
- CockeyedCowboy replied Jul 9, 2012
I hope you had a bowl below you when you wrote that, because its your typical pile of shit. O, I hope you didnot forget to wipe yourself after ward. I dont think that the code didnot compile because of any limitation on MT part, its your coding or ...
Please explain the limits of an EA's computing abilities
- CockeyedCowboy replied Jul 4, 2012
look in the log files I beleive that all orders are recorded there including rejected orders and there error messages, the logs are kept (named) by dates so look at the one with the date in question, Must warn you, these files can be altered by you ...
about rejected order records
- CockeyedCowboy replied Jul 4, 2012
you can read any account history so long as you tell MT in the account history how far back you want to view that history, it can be from one day to the complete history from the oringal depost. Your account history is not stored on your computor ...
Please explain the limits of an EA's computing abilities
- CockeyedCowboy replied Jul 1, 2012
jse are you sure that the code is an indy and not a script or EA, if your putting the code in the wrong directory it will not show up. Keit
Having issues with downloading custom indi/experts
- CockeyedCowboy replied Jul 1, 2012
spyder theres not really a limit to it, you need to set your MT to show all the trade history in your terminal window. if you dont your code will only see that history that the terminal window shows. Any information that is not in that window ...
Please explain the limits of an EA's computing abilities
- CockeyedCowboy replied Jun 30, 2012
The code below sends keystroks to the desired chart window if it has focus. If another MT chart window has focus or SOME of MT other widows have focus then this code would steal focus from them IF it could and would send the keys. If it could not ...
InputResizer: edit EA/Indicator settings comfortably
- CockeyedCowboy replied Jun 29, 2012
why are you doing so much work, if you use the MT getwindowhandle() function, you have the handle to the chart window, all you need next is to call the GetParent() function to get the main MT window handle. When you send key or mouse events you must ...
InputResizer: edit EA/Indicator settings comfortably
- CockeyedCowboy replied Jun 29, 2012
if your talking about all the trades in the same pair and all in the same direction, then add up all your trades (pennies) and open one trade in the opperset direction equal to the total open trades that will mean one order and then close all with ...
How to overcome slow trade closures - Baskets with 50+ trades
- CockeyedCowboy replied Jun 27, 2012
NO Luck what your looking for is simply a ROC indicator with the history data point achored at 5 pm EST. That is the percent change between real time (current) price and that of 5 pm the anchor. MT doesnot have a ROC indicator but I would bet that ...
Coding the most accurate currency strength meter
- CockeyedCowboy replied Jun 27, 2012
PMR you can work with files anywere on your hard drive, see attached picture, this dill file is part of windows. I used it to access and change some MT files that were outside the expert>files driectory. If you want the code, PM me and I will email ...
copy and move experts/files to another folder
- CockeyedCowboy replied Jun 5, 2012
I am still using built 409 on my demo account, and noticed it no longer works sence the market opened this week I am getting an Old Version error. need to get things up dated, I guess. I am assuming that your indicator is that in the lower sub ...
TMA Reality Tour
- CockeyedCowboy replied Jun 3, 2012
closes my MT platform — zznbrm You may want to know; When I attached your code on my typical chart, (I use a tick generator, to update my charts) when the generator through a new tick the platform closes down instently. Ordiarily it works fine ...
TMA Reality Tour
- CockeyedCowboy replied Jun 3, 2012
asos Its not impossible, it can be done, but it would intail more work (time) to do then the rewards (benefits) derived from it. Few programers will spend that much time on a project without forseeing the benefits of it, and right now I donot see ...
Past and Current price on the same chart
- CockeyedCowboy replied Jun 2, 2012
recidiviste The logic of fractals are compaired, amoung others, to mountian tops. You can not have two mountain tops without a valey in between them, other wise you have only one mountain top. As far as MT goes it would not be the first error it has ...
Need coder to make Erased Fractal indicator
- CockeyedCowboy replied Jun 1, 2012
patapoure These gaps happen in your history files because your not keeping them updated, MT only updates the history of the symbols / time scale that you use. Any symbol / time scale that you do not uses on a regular base, gets missing bars, the ...
MT4 data feed - Gap in archived data?
- CockeyedCowboy replied Jun 1, 2012
mladrac if you have two EAs running only one can be placing orders at any one time, this is generally done on a frist to order base, but if you have two exact systems running at the same time the one that has the hi lighted title bar will run first ...
Improve MT4 order execution speed by 500ms