- Search Metals Mine
-
Ronald Raygun replied Dec 7, 2009Wow Sloof, it looks like you can predict turning points.
Potential new machine learning style software.
-
Ronald Raygun replied Dec 7, 2009Doesn't help without the code...
I Need Quick Help From Any Programmer
-
Ronald Raygun replied Dec 7, 2009void is when you're not expecting a returned value. E.g. when opening an order, I use a void function to open the order, set the sl/tp and manage any error handling. The rest of the EA doesn't need to know what the result was. In my tick collection ...
Custom Indicator "shortname is too long error"
-
Ronald Raygun replied Dec 7, 2009Comment("Pips: ", MathAbs(Open[0] - Close[0]);
Mathematical dummy question
-
Ronald Raygun replied Dec 7, 2009Some brokers have a minimum stop loss and take profit value. Are you hitting it?
Help with script
-
Ronald Raygun replied Dec 5, 2009The best thing I can think of is Metatrader => MySQL => R url
Potential new machine learning style software.
-
Ronald Raygun replied Dec 5, 2009Is there a reason why my generic MA crossover won't work? url
EA Help Needed
-
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.
-
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