Trading advice, book reviews, and interviews.

Disclaimer

The contents of this blog do not constitute investment advice. Trading CFDs and Forex can be very risky and you can lose much more than your initial deposit. Seek professional advice before making any trades.

Archive for January, 2010

Simple MetaTrader MQL4 helper functions

Here are some simple functions that you can use in your forex expert advisors and custom indicators written in MQL4 for MetaTrader. If you split out commonly used functionality into separate functions with logical names (as I’ve done here) then you should find that your MQL4 code becomes more readable. If you use these functions in your [...]

Disadvantages of expert advisors

Following on from my advantages of expert advisors post here are some disadvantages of trying to write and use expert advisors. Curve fitting Because it is easy to backtest expert advisors many times with different parameters it is very easy for them to suffer from curve fitting. Curve fitting means that the EAs are highly optimised for [...]