- Search Metals Mine
-
Ronald Raygun replied Jan 20, 2010Broker time. With breakout v6, there are two sets of times: One to define the range, and another to determine when the EA takes a trade.
Generic Breakout V5
-
Ronald Raygun replied Jan 20, 2010Any attempts in the Experts Tab or Journal Tab?
Generic Breakout V5
-
Ronald Raygun replied Jan 19, 2010I think you have a ready beta-testing group Steve. Keep posting!
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
Ronald Raygun replied Jan 19, 2010Default except: Lots: Non-zero Win Percent: 50% TP: 200 (5-digit) SL: 200 (5-digit) That should be the bare minimum. The key is to make sure that one trading style is greater than 50%, and the other trading style is less than 50%
Old Dog with New Tricks
-
Ronald Raygun replied Jan 19, 2010Worked the same as my other one. I agree with your statement there. And yes, I can change properties...so I'm wondering what I did differently.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 19, 2010I downloaded the EA and I'm currently running it. So far, it's working the same. I may just end up releasing the source code, but before I do that, I'm looking at open source licenses, that way I can afford some protection.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 18, 2010Those of you having trouble with the EA, what system specs do you have? I'm running Intel Core i7 2.8 Ghz, 8GB DDR3 ram. The main problem with this EA is that it is resource-intensive. I'm trying to streamline the code for version 2.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 18, 2010The CPU usage is expected. This is quite resource intensive.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 18, 2010Did you set alerts? Was there an attempt at a trade? Did the broker 'hiccup'? The main drawback of this EA is that it's very sensitive to these sorts of problems. There are usually one or two 'ticks of opportunity' in a signal. Most of my other EAs ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 18, 2010Optimization gets a little harder, but we'll see. The EA was originally designed for you to 'set and forget'. That is to say, you set the EA to whatever desired parameters you want, E.G. you only want to take trades which in the past month have a ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 18, 2010The EA would only include the previous bar (Current bar - 1) 0 technically disables the limiter, thus telling the EA to use every bar available.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 17, 2010Bar Start 0 means all bars. This is to generate the initial range. The reason behind this 'delayed start' is 1) to give the EA time to add the previous day's trades to the statistics generated, and 2) to give a sufficient hilo range to start trading ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 17, 2010In the context of an EA, the .set file you access through that save/load button. There's no need to put it in a specific folder. You just need to remember where it is.
Files: .set extension
-
Ronald Raygun replied Jan 17, 2010In language, there are patterns. Patterns result in consistent and 'knowledgeable' communication. When applied to trading, in theory, the program 'reads' the charts, and when it sees a certain 'phrase', there is a particular 'response' similar to ...
NELL... Never Ending Language Learner
-
Ronald Raygun replied Jan 17, 2010Well, now that you mention that...we could use news? And just focus on that. However, that means the program would focus on talking like a market news analyst...
NELL... Never Ending Language Learner
-
Ronald Raygun replied Jan 17, 2010Well, a chart has the following: Time, High, Low, Open, Close, Volume We could just use that to make a 'word' as it were. E.G. Monday January 1, 2000 12:14:00 1.0000 0.9900 0.9910 0.9990 10
NELL... Never Ending Language Learner