- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Dec 5, 2009I saw the video and it looks like I can use it to try and model some of the following: Distance between Zigzags Distance between fractals Number of bars until a reversal Moving average direction.... I figure if I use it to model future zigzag ...
Potential new machine learning style software.
-
Ronald Raygun replied Dec 5, 2009I suspect more data is better...
Potential new machine learning style software.
-
Potential new machine learning style software.
Started Dec 4, 2009|Platform Tech|79 replies
I'm actually traveling right now, but I saw this in one of my RSS feeds. {url} In short: ...
-
Ronald Raygun replied Dec 4, 2009No, MAs are drawn with buffers, EAs can't make buffers. What's wrong with manually attaching an MA?
EA + MA
-
Ronald Raygun replied Dec 2, 2009Thank you for your concern bigred: Since this is more for testing purposes as opposed to analytical purposes, all that is important is the order of the ticks. I don't think I need the time down to the millisecond. I know metatrader has a function to ...
Tick Database
-
Ronald Raygun replied Dec 2, 2009What I generally look for are price zones where--using the heatmap--you see a sharp change from red to green or green to red. The price can predictably change direction at or near that border. It will transition from up to sideways, up to down, down ...
Dynamic colors?
-
Ronald Raygun replied Dec 2, 2009Not really. It averages out to about 16 ticks a minute, which is about what you normally see on a chart.
Tick Database
-
Ronald Raygun replied Dec 2, 2009The short answer is: I don't. This indicator helps you visualize areas where the price is likely to change direction. That's primarily what I'm looking for in my trading. I already see these levels, I really don't need this indicator anymore.
Dynamic colors?
-
Ronald Raygun replied Dec 2, 2009I entered an EA which takes signals from a website. That EA was rejected because "the trading logic was not submitted". I am not going to submit the trading logic to them. Definitely not.
Forex Robot World Cup?
-
Ronald Raygun replied Dec 2, 2009I'm not sure how to do that.
It continuously uploads ticks as they happen. Metatrader terminal does not store ticks as far as I know. The length of time varies. For example: 1 million ticks of NZDJPY is 3 months. 1 million ticks of GBPJPY ...Tick Database
-
Ronald Raygun replied Dec 2, 2009I'm working on a way to get users to interact with the database without bringing it down. I have a temporary but very crude way to download ticks. go to this page: url Enter in the currency pair and the index. Each pair has between 1 million and 3 ...
Tick Database
-
Ronald Raygun replied Dec 1, 2009If you can find a pattern to the names of the objects, you can cycle through the objects. int ObjectCount = ObjectsTotal(); for (int i = ObjectCount; i > 0; i--) { //Select object //Get the object's name //check to see if the name is what you're ...
GetLastObjectDescription()
-
Ronald Raygun replied Nov 29, 2009That argument works only if the price is low enough. But still, even a continuously optimized EA isn't guaranteed to beat the market
How to avoid forex scams
-
Ronald Raygun replied Nov 28, 2009IMO, most commercially available systems today are simply optimized systems. Then the creator releases a 'version 2' which is simply a reoptimization of the original EA, maybe a small modification here or there, but overall just a re-fit EA.
How to avoid forex scams
-
Ronald Raygun replied Nov 28, 2009I'm sure it can be figured out by optimizing the variables. As for the 7 ways: SendMail SMS dll Website-backend FTP-upload to a server the programmer controls e-mail dll ftp-upload via dll combined 'super-dll' Basic rule of thumb, if it uses a dll, ...
Hidden Code in Code
-
Ronald Raygun replied Nov 28, 2009Check for something called the "SendMail" function. Or if he's sending SMS Messages via dll, make sure that you only see your phone number and no other ones. There are at least 5 other ways I can think of, but it's hard to explain without seeing the ...
Hidden Code in Code
-
Ronald Raygun replied Nov 27, 2009Sounds like you want to sell it. Also, the only way you can really expect this to not be decompiled by someone else is not to distribute it.
how to add use-time and password for mt4 indicators?