- Search Metals Mine
-
7bit replied Dec 10, 2009Yes, but it may be not so trivial. Possible solution: 1) your email client (polling for mail every x minutes) will execute a script when a certain message filter matches 2) the script would parse the mail, extract the trading signal and create a ...
expert advisor that automaticly executes e-mail signals
-
7bit replied Dec 10, 2009If it doesn't start working again with 61 in a few weeks i'll start trying to find a new shift. This performance drop more or less coincides with this Dubai thing, the last NFP and the possible EU trend reversal we are seeing. Maybe some things have ...
magic shift
-
7bit replied Dec 10, 2009I'm not sure if i understand the question correctly, but if you use the EA from Post #1 in this thread it will draw a vertical line exactly at that position. If you then additionaly attach the indicator to the chart you will see it. PS: the shift 61 ...
magic shift
-
7bit replied Dec 9, 2009The purpose of developing and debugging an EA actually is testing the untested system. How else could you test a system without first writing a working EA for it?
METHOD vs SYSTEM and the destructive EA
-
7bit replied Dec 9, 2009somebody recommended rapidminer, i used this tool too until i discovered knime ( url ). knime has also fully integrated support for R (i strongly suggest learning R too and i am sure you will love knime). No need for tools that were never designed ...
Potential new machine learning style software.
-
7bit replied Dec 8, 2009Just fill in the form fields as described above. It cant become any simpler. E-Mail sending explained: When you want to send a letter you need * a return address (you) * the recipient's address * a post office * a postage stamp, valid at the above ...
AAA Email notification mt4 solution
-
7bit replied Dec 8, 2009Yes, this is equivalent to extracting the dominant cycle(s) and their phase(s) and extrapolating them into the future.
Potential new machine learning style software.
-
7bit replied Dec 8, 2009You are simply predicting the values of some kind of oscillator (stoch, macd or something, am i right?) x is simply the bar number (or something else proportional to time)?
Potential new machine learning style software.
-
7bit replied Dec 8, 2009why did you remove the image before i had the chance to see it?
Potential new machine learning style software.
-
7bit replied Dec 7, 2009Yes, this clarifies this part of my questions. I was confused by the wording "if they are oversold", i thought "they" would refer to the x/JPY-pairs, not the Yen itself. I didn't even use the indicator yet, I first wanted to understand what this BoJ ...
scooby-doo BOJ JPY pairs trading robot
-
7bit replied Dec 7, 2009probably dumb question — Now i have probably some dumb questions, I hope somebody can clarify this for me. I don't understand the logic of the following rule from posting #1 of this thread: "One thing people should realise with the XXXJPY ...
scooby-doo BOJ JPY pairs trading robot
-
7bit replied Dec 7, 2009Why forward? Why not directly send the mail to where you want it to? (The entry i have marked in red makes no sense and only complicates it. You are sending the Mail back to the same account where it originated from, this makes no sense. Put here ...
AAA Email notification mt4 solution
-
7bit replied Dec 7, 200910 pips * 1 lot = 100$ ever heared of a thing called "trailing stop"?
First look at Ematrader's latest EA
-
7bit replied Dec 7, 2009double pip = Point * 10; // 5-digit broker Comment("Pips: ", MathAbs(Open[0] - Close[0]) / pip);
Mathematical dummy question
-
7bit replied Dec 6, 20091.4853/60 currently. It was at 4885 already an hour ago but dropped again.
EURUSD
-
7bit replied Dec 6, 2009It will not receive any more ticks, meaning it the start() function won't be called anymore. It will continue the current execution of the start() function (the tick it is just processing, the last tick it received before the connection broke) until ...
scooby-doo BOJ JPY pairs trading robot
-
7bit replied Dec 5, 2009This is a difficult question. I have no answer. Maybe turn it off and wait a few weeks, see how the old shift would have behaved, try to find a new one. Maybe this trading system is only of academic use, to demonstrate some interesting market ...
magic shift
-
7bit replied Dec 5, 2009MySql is only one of the many possible ways to transfer the data, you still need to somehow call R functions from mql. And being able to call R functions directly would then completely eliminate the use of some other means of transferring the data, ...
Potential new machine learning style software.
-
7bit replied Dec 5, 20091. You will always have weekend spreads when backtesting at weekends (make a copy of the metatrader folder when market is opened and dont login anymore with this copy of mt4 to have a version with "normal" spreads over the weekend for backtest). 2. ...
Why does Backtesting differs so much ?
-
7bit replied Dec 5, 2009Use this EA as a starting point. The resulting text file can be directly imported into eureqa. int f; int init(){ f = FileOpen("foo.txt", FILE_WRITE); FileWrite(f, "%|y" + CharToStr(9) + "a" + CharToStr(9) + "b" + CharToStr(9) + "c" + CharToStr(9) + ...
Potential new machine learning style software.