- Search Energy EXCH
-
CodeMeister replied Jan 12, 2010Bad Link — The link was a page with a lot of advertising and asking for lots of personal info. No help.
Supply and Demand Zones
-
CodeMeister replied Jan 11, 2010US Brokers — There was quite a difference between brokers. FXDD's had 2 spikes including a whopping 60 pipper on the 15 min and FXCM didn't.
What happened with JPY today?
-
CodeMeister replied Jan 11, 2010Broker Problem — I have noticed quite a difference between FXCM and FXDD. It is a sure thing that I lose connection on a daily basis with FXCM and sometimes for more than 5 minutes - nothing wrong with my high speed internet connection. FXDD ...
Auto Login for MT4
-
CodeMeister replied Jan 10, 2010Broker — If you have a reputable broker and learn the right times to trade, this problem will seldom occur.
Slippage direction
-
CodeMeister replied Jan 10, 2010Every Month — It seems like Groundhog Day here. Every month somebody gets "robbed" during the NFP news. My prediction - same thing next month.
Stop loss issue
-
CodeMeister replied Jan 10, 2010TJPLD was Right — This EA is a trade management EA. That means it doesn't open orders, it manages the stops and closes of orders that are entered manually or by some other EA. There are many trading EAs around. If you are trying to learn ...
How to run strategy tester?
-
CodeMeister replied Jan 9, 2010Custom Indicator — You can do this with a custom indicator. Not sure if one exists as I don't use this kind of signal. Seems to be an indicator for everything else.
Overlaying/Inverting Indicators?
-
CodeMeister replied Jan 9, 2010Working Fine — By definition, Ask is the latest known seller's price (ask price) for the current symbol.
Bid and Ask appears to return current, even when BackTesting...
-
CodeMeister replied Jan 8, 2010Not Very Clear — There are several ways of doing this and you weren't very specific as to what purpose the text would serve. You need to look at Comment and ObjectCreate. Object Create has 2 choices - Label and Text. Again you will have to ...
how to write text on mt4?
-
CodeMeister replied Jan 8, 2010Luca Was Over The Line — He deserved the slam RR. Luca was over the line. No respect for the profession or others who know much more than him. Unfortunately there are many more like him on this forum who usually just get ignored.
Weekend MT4 Demo server
-
CodeMeister replied Jan 7, 2010eSignal — eSignal claims to provide consolidated volume (actually tick info) data from a number of brokers. Have heard some good things about it, but the people may have been motivate to say that. Its not free; I think the monthly fee is $100 ...
volume traded per candle
-
CodeMeister replied Jan 7, 2010It Can Be Done — If you think in terms of an indicator, you can do something useful. Just realize that the human will out perform the computer in most cases. But instead of staring at a screen waiting for something to happen, the computer can ...
EA using candles
-
CodeMeister replied Jan 6, 2010Not in MT4 — Trading from the chart is not an MT4 capability. It appears that version 5 will have this kind of functionality.
quickly change TP and SL
-
CodeMeister replied Jan 6, 2010Newest — I believe the oldest order is numbered 0 but I haven't checked this lately. So the code is closing the newest order first.
Closing Orders question
-
CodeMeister replied Jan 6, 2010First an observation - it is much easier to work with High[], Close[] than iHigh() and iClose() and this is standard programming practice. I think you forgot to bracket your expression. Is this what you meant? if(vol1 > vol2 && cl1 > (cl1 + ...
Inside Bar EA not recognizing EA?
-
CodeMeister replied Jan 5, 2010I would tackle a problem like that with a syntax parser language. 10 years ago my choice would have been AWK or Perl (for simpler jobs). I don't know what the latest, greatest parsing language is. I'm sure AWK is still up to the task but I'm not ...
Problem to read forex patterns by C#
-
CodeMeister replied Jan 5, 2010Answer — Programmers do things in many different ways and for mysterious reasons. Some are good and some are mysterious to everyone but the programmer him/herself. This is a case of the latter. The loop control for the open orders is OK, ...
Closing Orders question
-
CodeMeister replied Jan 4, 2010Parallel Trading — I am wondering why you didn`t trade in parallel with the competition to ensure that the robot was working properly. I suppose you could backtest it for December to get an idea of what went wrong, but that is definitely ...
Forex Robot World Cup?
-
CodeMeister replied Jan 4, 2010Backtesting Flaw — There seems to be some flaw in the way the backtesting was done for this competition. Either that or they modified the EAs settings after backtesting. One robot went bust in 11 days and your`s hasn`t traded at all. Doesn`t ...
Forex Robot World Cup?
-
CodeMeister replied Jan 4, 2010Results After One Month — I reviewed the first month's results and found a number of surprises. Already there are 6 competitors (of 24) down > 60% and one was bust after 11 days. I'm not sure what this says about the competition's qualifying ...
Forex Robot World Cup?