- Search Metals Mine
-
Scientist replied Jul 12, 2010I have a feeling that MT4 uses the current value since it has no functionality to get values from other pairs. It is a bug indeed, or rather a limitation... MT5 should have this resolved.
MT4 Backtester cross pairs issue
-
Scientist replied Jun 11, 2010Hi Neuro, I hope we didn't scare you off.

Extreme scalping using neural networks - EA/Manual
-
Scientist replied May 4, 2010I can help you. Sending you an email.
Looking for someone to program something for me Im prepaired to pay $$
-
Micro lots with large accounts
Started Apr 13, 2010|Broker Discussion|0 replies
Hi, Anyone knows if its possible to trade 0.01 standard lots with a larger account (100k to ...
-
Scientist replied Mar 9, 2010Hi Matt, Scalling in can be nice if you have a way to deal with the massive drawdown that comes with it. Since the destruction of the carry trade I doubt you can find any good trades on the pairs you mention. Also waiting for the carry trade to ...
Dion's Pyramid
-
Scientist replied Feb 11, 2010Box Breakout EA failed to move the SL to BE today, I may have to look in to the code and fix it...
0400-0700 GMT Breakout Strategy
-
Scientist replied Feb 9, 2010Can someone post their settings for Box_Breakout_V1.3?
0400-0700 GMT Breakout Strategy
-
Scientist replied Dec 23, 2009So if China destroys the US my wealth would be infinite Hmmmm >

Note to programmers: Division by zero errors
-
Scientist replied Dec 14, 2009I think this need to be fixed. Re-entry after SLs...
SteveHopwood's scooby-doo Shag'emAll trading robot
-
Scientist replied Dec 13, 2009Click on the attachments image, top right corner of the forum
0400-0700 GMT Breakout Strategy
-
Scientist replied Dec 12, 2009Hello Steve, You might consider taking the trade when price retraces from its low/high to avoid spikes. So a simple bool BeenDown variable would do. if(Bid<=ChannelLow) BeenDown=true; if(BeenDown&&Bid>ChannelLow) OrderSend(OP_BUY); Don't forget to ...
SteveHopwood's scooby-doo Shag'emAll trading robot
-
Scientist replied Dec 11, 2009Hi, If anyone can share with me extensive forward tests since the start of this thread or any solid backtests (not MT4) I may be able to share a special MM system I have developed Thanks
Daily95pips
-
Scientist replied Dec 11, 2009Why do I get the feeling that I'm being sold something?
First look at Ematrader's latest EA
-
Scientist replied Nov 17, 2009Sounds interesting. Email me any specific plans and I'll see if they can be put into code. I'm PMing my email.
Intergrated MM with System Accuracy and Risk Control
-
Scientist replied Sep 22, 2009It depends on the system and the indicators you use. There are a lot of ways to accomplish this, one of them is to take trades only on a cross i.e. if MA10_1>MA20_1 and MA10_2<MA20_2 take the trade...
Ichimoku EA
-
Scientist replied Sep 8, 2009I would suggest to stay away from a high frequency EA as the spread could be the main reason it fails, or at least a part of it...
Share your Worse Performing (EA's) & Performance Test Results
-
Scientist replied Sep 4, 2009I would just check the ticket, if its different than the previous value issue an alert.
problem with array (two-dimensional)