- Search Metals Mine
-
Ronald Raygun replied Sep 10, 2009Windows XP was designed primarily for AMD Duron/Pentium III computers. Back in those days, they were incredibly stable, and ran only on one core. Vista was presumably meant to be a more bloated version of Windows XP. The idea presumably was that ...
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 9, 2009Windows hasn't really managed to achieve this very well.
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 9, 2009In the task manager, right click on the process you want to set the affinity for (metatrader is "Terminal.exe") click on set affinity, then on the resulting screen, make sure only ONE core is checked for that process. If you check every core, then ...
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 8, 2009I set mine down to 10,000 not 65,000 Also, open up the task manager (Ctrl + Alt + Del) and tell me how much ram and cpu all instances of "terminal.exe" is using.
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 8, 2009Metatrader is not a multi threaded application, so having multiple cores doesn't matter much unless you manually set the affinity. In tools > Options > chart, how many bars do you have in history?
Multiple MT4 Clients open and charts freeze
-
Ronald Raygun replied Sep 8, 2009For the record, I have been working on that concept. The hard part is properly positioning that pending order.
4H Box Breakout
-
Ronald Raygun replied Sep 6, 2009Ranging sell Set stoploss to the highest point ~15 bars prior.
Dynamic colors?
-
Ronald Raygun replied Sep 5, 2009I'm looking at this picture you posted, and I'm seeing a lot of whipsaw. How are you handling that?
Great Idea for EA, coding needed.
-
Ronald Raygun replied Sep 5, 2009webart, my responses in line. It's very kind of you Ace to post this system, when you could have just kept it to yourself. Do you think by making such a system public, that it will be detrimental to the system in the end ? Or maybe it will help the ...
4H Box Breakout
-
Ronald Raygun replied Sep 4, 2009Perhaps I don't understand MODE_TICKVALE properly. My understanding is that MODE_TICKVALUE gives you the number of base currency units (let's say dollars) for one pip of movement. But what lot size is that value against? Is it MODE_MINLOT? or 1 or ...
Types of MM code?
-
Ronald Raygun replied Sep 4, 2009You could technically get an EA to parse a template if the template is in the /experts/files folder. But why?
EA Loads a Template?
-
Ronald Raygun replied Sep 2, 2009I managed to isolate the problem to too many simultaneous connections from one IP address. Seeing that that is the problem, how can I get these feeder EAs to write to a file, and then an uploading EA to push the ticks into the database at regular ...
Community Tick Database
-
Ronald Raygun replied Sep 2, 2009If you have the chart selected, press enter, then type in the pair and period you want
MT4 Hot keys for Timeframe
-
Ronald Raygun replied Sep 2, 2009The crash tends to happen after about 30 mins of use My guess is that there is something wrong with the reconnect function that I put into the code.
Community Tick Database
-
Ronald Raygun replied Sep 1, 2009The error is in the sell-side Stoploss/takeprofit management. There is logic there saying if the current stoploss is less than the new proposed stoploss, the new stoploss takes effect. The problem is when the current stoploss is 0, and that's the ...
Generic Breakout V5
-
Ronald Raygun replied Aug 31, 2009London holiday mixed with Japanese election. You practically stepped on a hornet's nest.
7am-9am Big Dog USD Breakout Strategy
-
Ronald Raygun replied Aug 31, 2009More likely than not, the FF admins see that you joined this month, and therefore are a larger "ITC" risk than I--a 2 year veteran--am. ITC = "Intent to Commercialize"
4H Breakout With Custom Stop Loss
-
Ronald Raygun replied Aug 31, 2009The difference Pharoah, is that those programmers are doing their marketing one on one. They are not broadcasting their services as openly as you might think. Just look through the recycle bin for examples on what the FF team doesn't like from us ...
4H Breakout With Custom Stop Loss
-
Ronald Raygun replied Aug 31, 2009Programmers are not allowed to openly advertise their services. I cannot for example go on every thread and put a post saying that I offer programming services for such and such a price.
4H Breakout With Custom Stop Loss
-
Ronald Raygun replied Aug 31, 2009That's true. In an effort to combat that, I'm going to try and get a set of 'feeder' members from various brokers. What the database is supposed to be doing is it averages the value of the tick, similar to how the FF price widget currently works.
Brand-spanking new tick database.