Hey,
Now besides live testing fxfisherman and tweaking main systems, I have some time to spare, so I'd like to create a useful piece of software for all traders. I'm thinking of creating a MT Expert Code Maker for non-programmers which lets them create experts without the need of programming skill. I'm sure that it will be very popular among traders, because of its ease of use. The users don't need to write a line of code; they just define simple rules for BUY, SELL, and CLOSE in simple graphical interface, and then the program generates MQL for you. For example:
Code:
Sample '10 Minutes' System's rules
BUY EURUSD WHEN WMA1 cross up SMA1
AND MACD Histogram > 0
AND MACD Histogram > MACD
AND RSI > 50
AND Stoch. D > Stoch. K
SELL EURUSD WHEN WMA1 cross down SMA1
AND MACD Histogram < 0
AND MACD Histogram < MACD
AND RSI < 50
AND Stoch. D < Stoch. K
Eventually, everyone can enjoy creating their own expert in a few minutes!
