Codes

Perceptron With 5 indicators for MetaTrader 5

Using Perceptron, Automatic Learning

ADX Simple but profitable EA for MetaTrader 4

Using only ADX, this ea can make money, work better on M30

You can use a lot of combination of indicators in this EA for MetaTrader 4

With this EA, you can make any combination with indicators, you chose what do you want and make your own strategy

SuperForex V2 for MetaTrader 4

Working with RSI on Daily chart. Has StopLoss, TakeProffit and trailing stop

My first EA based on Stochastic for MetaTrader 4

using Stochastic m5, m15 and m30

Forum

Signal Test period

Hello, my signal is still in trial period, but one month has passed from the first connection, what is the correct time

Is there a way I can set the start date of my signal?

Hi I'm using an old account of mine, but my this is running from 20/02/2013 before that date i already lost money in that account, which leaves showing graphic and horrible values

How to consume a Webservice?

I can consume a Webservice using MQL5 or i have to make a c++ Dll do do the request

DLL .net

It´s possible call a .net DLL

Close order question

Hello everyone, I have a doubt I made this code to close positions, some positions it quits but not other , anyone know where I'm wrong?? for(cnt=OrdersTotal();cnt>=0;cnt--) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if( OrderSymbol()==Symbol() ) { if(OrderType()==OP_BUY) { if( ExitSignal() ==