- Search Metals Mine
- euclid replied Jan 29, 2014
It worked OK for me. b509 and b579 working on the same PC. All I need now is a way to get indicators and EAs to reload automatically in the b579 terminal when recompiled using the b509 compiler.
Problems compiling an indicator after new MetaEditor Update
- euclid replied Jan 25, 2014
I think some people have been trying out the beta update not realising that any instance of MT4 on the same machine will see the new version and update itself.
Problems compiling an indicator after new MetaEditor Update
- euclid replied Jan 25, 2014
Yes it's quite simple to code. I don't think you need to sleep between the keydown and keyup. The only complication is the shifted characters like ":" will need a shift down, key down, key up, shift up sequence.
Using "user32.dll" to move the chart to a past date with code
- euclid replied Jan 24, 2014
If I were you I would also ignore someone who makes a lot of posts on your thread, none of which are relevant to your system and most of which are just about himself. Apart from this disruption, you have the makings of a good thread. I'm interested ...
Statistical Gambling System (High Winrate, but NO EDGE)
- euclid replied Jan 17, 2014
You are looking for unbalanced parenthesis. That's where you have a "(" without a ")". I gave you one line where you had an "if(" that you didn't need. It's possible that you did that on more than one line.

Unbalanced Parenthesis
- euclid replied Jan 17, 2014
This line... if(OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+(PipsToLockIn*pips),OrderTakeProfit(),0,CLR_NONE) I think you mean: ...
Unbalanced Parenthesis
- euclid replied Nov 28, 2013
No it isn't true, it is the opposite. Martingale is a formula for slow straight line growth with exponential risk. I don't know where this idea that martingale increases returns comes from.
Does the martingale system really work?
- euclid replied Nov 15, 2013
The feed is updating fine for me. You must be getting an old cached file for some reason.
MT4 News Calendar Indicator
- euclid replied Nov 15, 2013
This indicator can't be used with iCustom(). It's not a good idea anyway. You don't want to be using a closed source indicators like this in your code. When it breaks you will be stuck waiting on me for a fix. Secondly, iCustom() really isn't ...
MT4 News Calendar Indicator
- euclid replied Nov 12, 2013
There is a parameter called 'TableLookBackHrs'. It is set to 24 by default which means it doesn't show any thing over 24 hours old. If all the news is over 24hrs old, you get the "No news" message. Try increasing it to something big like 1000 to ...
MT4 News Calendar Indicator
- euclid replied Aug 29, 2013
Keep it simple. Just put a list of dates into your EA when you don't want it to trade.
MT4 News Calendar Indicator
- euclid replied Aug 28, 2013
There's a chance, when I find the time. Forecast data is easy, Actual data is not so easy. No.
MT4 News Calendar Indicator
- euclid commented Aug 16, 2013
I like the idea of public ignore lists on FF. Since the ignore list is also used to block members from posting on certain threads. We should be allowed to see who is abusing this function and therefore shouldn't be trusted.
FF Blog: New member profiles coming soon
- euclid replied Jul 19, 2013
Quite right. That's the same reason why I don't reveal my trading secrets. Those evil geniuses are lurking everywhere.
Could this be an easy way to win in forex?
- euclid replied Jun 8, 2013
OK. So the actual error was that it couldn't open the URL. The file error is not the problem. I'll have to fix the error reporting. That usually is the best solution.

MT4 News Calendar Indicator
- euclid replied Jun 4, 2013
Simply use a data source that has the actuals. It may not get them until 5-10 minutes after the event of course. No problem. It makes much more sense to use a separate application like yours for this. MT4 custom indicators shouldn't really be ...
MT4 News Calendar Indicator
- euclid replied Jun 4, 2013
That looks like the Journal tab. The Experts tab should have something like this: 2013.06.05 00:22:45 NewsCal-v107 USDJPY.lmx,M5: initialized 2013.06.05 00:22:45 NewsCal-v107 USDJPY.lmx,M5: loaded successfully
MT4 News Calendar Indicator
- euclid replied Jun 3, 2013
1. blank.mq4 just creates a blank sub-window below your chart where you can put the indicators. 2. That looks like XP you are using, if you go to Control Panel > Display > Settings click Advanced. Set the DPI setting to Normal size (96 DPI). I think ...
MT4 News Calendar Indicator