- Search Energy EXCH
-
CodeMeister replied Feb 24, 2010Single EA — Unless you are a very experienced programmer stick with option 1. Option 2 is much harder to code and really challenging to test and debug. Once the EA is working for one pair / timeframe it will usually work fine for others and ...
Multi Timeframe EA
-
CodeMeister replied Feb 24, 2010Not Sure — If there are problems with real time execution I am sure there will be problems during backtesting and vice versa. In backtesting you have to select the right mode for the EA - every tick, bar start, intervals or otherwise you will ...
Multi Timeframe EA
-
CodeMeister replied Feb 24, 2010Questions — Is there some reason the account hasn't been verified? The bots went on sale Feb 16 yet you show transactions on the 15th. How is that possible?
Forex Robot World Cup?
-
CodeMeister replied Feb 24, 2010Try This — I haven't used it but I remember reading about it and you should test it thoroughly -IsTesting().
Disabling Backtesting
-
CodeMeister replied Feb 23, 2010.1 Lots — During the 19 day live trading in Jan the minimum lot size was .1 on a initial account size fo $1000. In the beta test that has been running since Feb 4, the lot sizes have been steadily getting bigger with account size. Starting at ...
Forex Robot World Cup?
-
CodeMeister replied Feb 23, 2010Beta Testers — url Check out the beta tester's results. Sitting on a huge drawdown. HiRider riding low.
Forex Robot World Cup?
-
CodeMeister replied Feb 23, 2010Agree — I think you are right. They didn't announce what they were doing until it was over. It all of the accounts were failures, we would never have heard of Fusion. It is strange that some people have been achieving decent results in demo ...
Forex Robot World Cup?
-
CodeMeister replied Feb 23, 2010Sometimes — I think that depends and nobody can answer that without knowing the application thoroughly. For instance you might be getting a hour value for a 15M TF and based on that data, doing something. In another 20 minutes or so, the ...
Multi Timeframe EA
-
CodeMeister replied Feb 23, 2010Not the EA — It is not the EA causing the problem. But some people have reported that the EA is negatively affected by the error. There are numerous errors that can happen such as disconnects and requotes as well as old ticks. If the EA ...
Old Tick - MT4
-
CodeMeister replied Feb 22, 2010Decompiled — //| Generated by EX4 Decompile Service | You are out of luck on this forum. The code was decompiled from .ex4. I don't think anyone here would help for any amount of money.
Help with an email alert
-
CodeMeister replied Feb 22, 2010Try This — I think your diagnosis is dead on. I suppose writing data to separate .CSV files is no better than having separate DLLs. Another idea would be to have a boolean parameter value act like a semaphor and if it is set to busy another EA ...
MT4 DLL Memory Pollution
-
CodeMeister replied Feb 22, 2010Do I Hear $10 — I found them for $20.00 Buy It Now, free shipping. But I saw another for the same price that claimed up to 15,000 pips per day. Hard to decide.
Forex Robot World Cup?
-
CodeMeister replied Feb 22, 2010Try This — I thought of something else. Did you check the journal for the live account. Orders get rejected for several reasons in real accounts and not in demo.
Forex Robot World Cup?
-
CodeMeister replied Feb 22, 2010Risk or Money Management — Sounds like some glitch with the Risk or Money Management strategy. I assume you are using the same lot size and approximately same account size. One of the guys on the other board mentioned CloseByGlobalEquity ...
Forex Robot World Cup?
-
CodeMeister replied Feb 22, 2010Don't Know — I haven't used forex.com in a long time and I can't remember what they were like. You probably should review the threads in the Broker Discussion forum. I am sure that some of them will have more up to date info on forex.com and ...
So What type of chart style is less prone to fakeouts?
-
CodeMeister replied Feb 22, 2010Very Different — I have traded FXCM and FXDD side by side in demo and they can be vastly different at times. FXCM will move the prices 10 to 20 pips in both directions on the same bar to catch the stops and price looks stable on FXDD. Thats ...
So What type of chart style is less prone to fakeouts?
-
CodeMeister replied Feb 22, 2010Trade Levels? — Not sure what trade levels means. There is an indicator that will alert for x pips from an MA level; its call Pipsmark and I wrote it. Just search in this forum.
Multi level alerts
-
CodeMeister replied Feb 22, 2010Try This — The 2 of you are looking for the same thing. url
TakeProfit and SL script for ECN
-
CodeMeister replied Feb 22, 201038 Fibo — Seems to be bouncing between 23 and 38 Fibo levels for the last few hours. Can't seem to break either way. Wait and see.
intraday trend trading with price action
-
CodeMeister replied Feb 22, 2010Not Common — I have seen it from time to time. I think it happens when market activity picks up and the ticks coming from the server get out of order for one reason or another. So tick #3 is sent to the client before tick #2 is sent. Then when ...
Old Tick - MT4