- Search Metals Mine
-
Ronald Raygun replied Jun 22, 2010EA feeds the database. Tick data is sent to the database. As of right now, the EA is not designed to use the tick data, but it is possible.
Old Dog with New Tricks
-
Ronald Raygun replied Jun 22, 2010Nope, tick database is independent of EA's backtesting.
Old Dog with New Tricks
-
Ronald Raygun replied Jun 22, 2010Here is a map showing approximately where these users are concentrated. The accuracy of the locations is unknown, and in most cases, I can only locate users by country. image
Old Dog with New Tricks
-
Ronald Raygun replied Jun 22, 2010Currently roughly 2,000 instances of HiLo trader alone hitting the server. I don't think you're single-handedly causing it.
Old Dog with New Tricks
-
Ronald Raygun replied Jun 22, 2010A lot of people are starting to use this and other [TD]-based EAs I'm reaching the capacity in the tick database server. Currently trying to expand available capacity.
Old Dog with New Tricks
-
Ronald Raygun replied Jun 22, 2010Couldn't you just as easily put all the decision logic just before the buy/sell signal?
How do I set a flag for the following condition?
-
Ronald Raygun replied Jun 22, 2010Why use flags? What does the flag trigger later in the code?
How do I set a flag for the following condition?
-
Ronald Raygun replied Jun 21, 2010I thought I wrote an EA for that thread already. url
In need for an EA to my trading system
-
Ronald Raygun replied Jun 21, 2010I'm not sure you can do it from the exact same directory. And Dutch_Trader, go to Program Files [Metatrader Folder] Make a copy of the folder Rename the folder Go into the new folder Run Terminal.exe
Can I run multiple instances of the same MT4 platform?
-
Ronald Raygun replied Jun 20, 2010iMacros requires firefox to be open, but otherwise, no. It's capable of opening web pages on its own and manipulating them as necessary,.
easiest way to get realtime fx feed data?
-
Ronald Raygun replied Jun 18, 2010IMO, 16 input neurons is hardly enough to cover every possible scenario.
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 18, 2010Perhaps you should ask the power(s) that be (Twee)
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 18, 2010Cheers rfking2 and Eureka. rfking2, I actually have already done that for a self-optimizing EA. There's a hitch however, I do not want to risk having the trolls and promoters who watch this space steal and sell the EA. I'm currently acquiring ...
Old Dog with New Tricks
-
Ronald Raygun replied Jun 18, 2010Turning points IMO are too finite to use as simple S/R. I just define S/R 'zones' by calculating the 'bar density'--number of bars at a certain price point--in a given range of bars.
How to recognize a swing direction
-
Ronald Raygun replied Jun 17, 2010Why use an FTP server? Just have the master excel file make slave excel files in the experts/files folder and have the EA read the slave excel files
Trading using Excel and MT4?
-
Ronald Raygun replied Jun 15, 2010MBT is an ECN broker which requires trades to be placed first and then the order modified with the sl/tp.
Pre-programmed metatrader trades
-
Ronald Raygun replied Jun 15, 2010Should be midnight broker time. Basically, while the EA is waiting for the initial range to form, it reoptimizes itself. Yes It's more a backtest than an optimization, but yes. No. InitialRange bars are the number of bars after midnight (day start). ...
Old Dog with New Tricks