- Search Metals Mine
-
coda replied Aug 23, 2011Weird. One way to solve these issues is to make the problem as simple as possible. Run a simple script to monitor the total number of orders. Confirm that it works with manual orders. Now find an EAs that is not updating and concentrate on that one. ...
why can't I see recently added trades
-
coda replied Aug 23, 2011no. I test EA's all day long on demo accounts.
I will code your EAs and Indicators for no charge
-
coda replied Aug 22, 2011Yet another way to monetize your content. — It's a pity the links are all offsite. Sooner or later these links usually go stale and I'm willing to bet one double espresso that the same will happen here. And there's nothing sadder or more ...
RANGE Breaker Method
-
coda replied Aug 22, 2011My candles are not the same as your candles. — Candles are indicators.
Candles , not indicators - Simple and Effective
-
coda replied Aug 22, 2011Had to do this recently — One way to have an EA "switch" itself off. .... // initialization stuff ... bool EAEnabled = true;// more initialization stuff ... int start() { // check that EA is enabled _BEFORE_ trying to // do anything else in ...
Can I stop an EA by itself
-
coda replied Aug 20, 2011Let's get the obvious answer out the way. A1: A few extra trailing zeros in my trading account balance. A2: My salvation lies in the hands of all you generous donors.
The impossible-question regarding Forex
-
coda replied Aug 20, 2011Short answer is no. If you already know C then it would help. But you're actually heading off topic here.This is a thread about using ExpertAdvisorBuilder not learning EA

Expert Advisor Builder
-
coda replied Aug 19, 2011From the docs: "The file must be located in the terminal_dirsounds directory or in its subdirectory." There's no simple way using MQL syntax to check for the existence of files outside of the standard ~/expert/files folders. You can still do this, ...
Correct Way: Check Soundfile exist
-
coda replied Aug 18, 2011Depends on your broker and the software you are using. You don't identify either. If no one bothers to answer, then it might be because they don't know. But then again, maybe its because you're asking something that's been asked many times before. ...
Daily Range, when is the start time?
-
coda replied Aug 16, 2011Use a global variable to enable/disable the alarm. When you want to switch it off, run a script to change the value of the g variable. If you name the script "DisableAlarm" it should be simple to identify.
Continuous alarm that can be turned off
-
coda replied Aug 12, 2011In the real world, I can examine a tool, system or service, whatever, and evaluate it to see how it works for me. If I see it making money or saving time. Absolutely no problem. I'll pay what it takes because I've already worked out it's value to ...
How much are you ready to pay for Forex Stuff?
-
coda replied Aug 10, 2011Take a look at this. Can't vouch for it personally, but it sounds like it does what you want. As always, make sure that you test it before using it live. I'd be surprised if a search here on ff doesn't turn up something similar too.
Help needed with Batch Close
-
coda replied Aug 8, 2011It took a couple of years to introduce the Euro. It was being traded well before anyone even managed to get their paws on real currency. I don't think that the Euro is going anywhere, but if you were "hypothetically" going to break it up or ...
What happens to us if the Euro breaks up?
-
coda replied Aug 6, 2011Seems to me that all your examples end up correlating "something" to price and time. Looks and smells just like plain old TA to me. Of course, I may be completely out of line here. So feel free to correct me by showing how your patterns don't use ...
Where is the EDGE in trading? The most important thing in trading!
-
coda replied Aug 5, 2011Interesting. I've been running VPS' for several years and, yes, I have had unannounced restarts, maybe a couple of times a year, but seldom for more than a minute or two. Two issues here. 1. Trading Strategy If your trading strategy can't handle an ...
What is the Best Dedicated Server for Hosting EA?
-
coda replied Aug 5, 2011You say TA and PA doesn't work, so how do you explain this... — @reres: Serious question for you. Last years Automated Trading competition results are here. Looks pretty impressive to me. So. Please explain how these EA's achieve these results ...
Where is the EDGE in trading? The most important thing in trading!
-
coda replied Aug 5, 2011Why not do your homework. Everything you need is here... — Everything you need has already been discussed and described umpteen times over if you bother to do a little searching. When you do your research you will face two problems: 1. The ...
How do you Define Identify and Follow Trend?
-
coda replied Aug 5, 2011What benefit are you expecting a dedicated server to bring over using a VPS? None - imo. Running MT4 or any other proprietary trading tool just doesn't have that much traffic to justify a dedicated server. There won't be any improvement in network ...
What is the Best Dedicated Server for Hosting EA?
-
coda replied Jul 28, 2011proxy server product — "Data Center is a proxy server and designed as connecting-link between the system server and clients' terminals." url I would guess that often you don't know whether you are connecting to a server directly or to a ...
Connection to the server and Connection to the Data Center