- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Feb 8, 2010The part that bothers me is they prefer to sell it, instead of using it for themselves. I also don't like how they want infinite marketing. I'd be okay with the 6 month selling--they need to make their money back. But infinite time including ...
Forex Robot World Cup?
-
Ronald Raygun replied Feb 8, 2010I'm curious to know how many people were involved with the qualified EAs. Zunit has 2... so there are 23 people.
Forex Robot World Cup?
-
Ronald Raygun replied Feb 8, 2010You might want to change the 3600 (number of seconds) to something shorter.
Stop Alerts on Loading
-
Ronald Raygun replied Feb 8, 2010Why can't you find out what's triggering the alerts and force an 'amnesty delay'. E.G. init() { datetime NextAlert = TimeCurrent() + 3600; } Then for every instance of alert: if(NextAlert < TimeCurrent()) Alert...
Stop Alerts on Loading
-
Ronald Raygun replied Feb 6, 2010What exactly is the difference between market and instant execution?
EA programming for Metatrader4 Help needed
-
Ronald Raygun replied Feb 5, 2010datetime CurrentCandleTime = Time[Shift of candle]; int DayCandleShift = iBarShift(NULL, PERIOD_D1, CurrentCandleTime, False);
Programming Question
-
Ronald Raygun replied Feb 5, 2010For those interested in the pre-release marketing pdf: url
Forex Robot World Cup?
-
Ronald Raygun replied Feb 5, 2010MQL doesn't allow for that. There are more difficult ways to do it, but I would have to code in every single indicator.
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Feb 4, 2010I've been exploring machine learning and "smart" EAs as of late. Would you consider cutting your MQL teeth on this style of EA?
Want to offer my programming services
-
Ronald Raygun replied Feb 2, 2010Pablitto was kind enough to upload the files to Rapidshare, and I would appreciate it if you downloaded the ticks from there. url
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Feb 2, 2010The TickDatabase option is not required, but would be nice if enabled. I'm simply collecting ticks from your EAs to add to the database found here ( url ). The download folder is updated once weekly Saturday at 2AM (EST) with the previous week's ...
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Feb 1, 2010The main reason behind including the broker name is for a few reasons: With several broker feeds (bucket shops too) we can calculate an average price between brokers and further figure out what happens when a broker moves away from the norm (does ...
Tick Database Version 2
-
Ronald Raygun replied Feb 1, 2010It's possible to abbreviate the broker name. But there are so many brokers...
Tick Database Version 2
-
Ronald Raygun replied Feb 1, 2010The rest of the settings? There is a pip cross buffer in the EA, so it's possible those many crosses were small as a result of whiplash.
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Jan 31, 2010The thing I've noticed about gaps, especially large 100 pip + gaps, is you can pretty much trade the fibo retracements within the gap. . I've also noticed, that once the price goes about halfway in a gap, if it doesn't plow through and complete the ...
Gap Trading
-
Ronald Raygun replied Jan 30, 2010The files with no timestamp are from my private database, and should have data back to september. Timestamped data is from this version of the database using [TD] enabled EAs. The most recent TickLoader should work. The important part is that it is ...
Tick Database Version 2
-
Ronald Raygun replied Jan 30, 2010The first batch of ticks have been delivered. www.RonaldRaygunForex.com/TickDB/Archive Currently, it's unrestricted, but if demand becomes too high, I will either restrict the download speed, the number of simultaneous connections allowed, or both. ...
Tick Database Version 2
-
Ronald Raygun replied Jan 30, 2010The first batch of ticks have been delivered. www.RonaldRaygunForex.com/TickDB/Archive Currently, it's unrestricted, but if demand becomes too high, I will either restrict the download speed, the number of simultaneous connections allowed, or both. ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 29, 2010If you want to learn how to program EAs... url book.mql4.com docs.mql4.com
Experienced Forex trainees now looking to learn programming