- Search Metals Mine
-
Ronald Raygun replied Dec 16, 2009Nothing wrong with that. That's the whole point behind this EA. It's designed to pick for you.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 16, 2009In the ~5 minutes I took to make this series of posts. I just made 10 pips.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 16, 2009Here is an EA priming for and eventually taking a short order.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 16, 2009Here is an example of an EA standing aside. You'll notice that there are two lines shown, these are the current day's high and low as determined by the EA. the EA shows yellow lines when it is standing aside.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 16, 2009This EA is my first attempt at having bidirectional communication between a webserver and a client. In theory it can generate all the statistics by itself. But bar data isn't nearly as reliable as tick data, and that's where this connection comes ...
Old Dog with New Tricks
-
Ronald Raygun replied Dec 16, 2009Source code is all up there. I didn't write the dll, microsoft did. It's the same DLL that Fxcal uses. It's basically a mini-web browser. 1 EA for each pair that you wish to contribute. Cheers Ben!
Tick Database Version 2
-
Ronald Raygun replied Dec 15, 2009Timeframe does matter. Remember, the pseudo backtest uses the bar history. Basically, the EA scrolls back on the chart.
Old Dog with New Tricks
-
Ronald Raygun replied Dec 15, 2009Been watching the downloads, people are definitely playing with it. I see the ticks being loaded into the database. I guess it's working for them. I know it works for me. =D
Old Dog with New Tricks
-
Ronald Raygun replied Dec 14, 2009MathSrand is what's used to seed the random number generator. To pull the generated number, you need to use MathRand(); url url
MathSrand(TimeCurrent()) produces the same random numbers
-
Ronald Raygun replied Dec 13, 2009This is mostly why I agree with 7-bit Quote -------------------------------------------------- To create this brief, we employed the following assumptions: • The data is tic data from January 2000 through May 2004. Day intervals include data through ...
Can a great programmer make an EA from this?
-
Ronald Raygun replied Dec 13, 2009I've been looking for this. This is more or less the basis of renko trading. The problem is, we don't know the time it took to move x pips in either direction. We don't know if the 10 pips in either direction were continuous, or choppy. If this ...
Can a great programmer make an EA from this?
-
Ronald Raygun replied Dec 9, 2009Look for Generic MA Crossover
who guys could give me a hand?,SMA cross EA.
-
Ronald Raygun replied Dec 9, 2009How many charts? How many bars on a chart? Go to Tools-> Options -> Chart Most likely, you have too many charts in your history.
Diagnosing MT4 issue
-
Ronald Raygun replied Dec 9, 2009Excel 2007 can handle 1 million rows.
Potential new machine learning style software.
-
Ronald Raygun replied Dec 8, 2009Multiply every instance of Point by 10.
The Easiest way to convert EA from 4 to 5 decimals
-
Ronald Raygun replied Dec 8, 2009That's not what I wrote... Anyway. if you want the EA to place a signal at the end of the bar, in my EA, you just set EachTickMode to False. What it does is it shifts the indicator values back one bar.
Custom Indicator "shortname is too long error"
-
Ronald Raygun replied Dec 8, 2009Indicator generates objects? Can't you just get the indicator code and make it a function in the EA?
Another icustom question
-
Ronald Raygun replied Dec 8, 2009You know... Sloof's discovery could possibly mean the Delta Phenomenon could actually hold some weight.
Potential new machine learning style software.
-
Ronald Raygun replied Dec 8, 2009Tom, if that sample is anything like his full code, I bet he used the expert advisor builder.
I Need Quick Help From Any Programmer