AIS1 Trading Robot – EA MetaTrader 4

AIS1 Trading Robot Copyright (C) 2009, MetaQuotes Software Corp. Copyright (C) 2009, Airat SafinFree Open Source Software AIS1 Trading Robot: Instruction Download: AIS1IE.TXTDownload: AIS1IR.TXT AIS1 Trading Robot: Modification List AIS101 Trading Robot: Modification Date: 14.02.2009Download: AIS101.MQ4 Download: AIS101.TXT AIS102 Trading Robot: Modification Date: 15.02.2009Download: AIS102.MQ4 Download: AIS102.TXT AIS1 Trading Robot – expert for MetaTrader 4

AIS2 Trading Robot – EA MetaTrader 4

AIS2 Trading Robot - expert for MetaTrader 4
AIS2 Trading Robot Modification: 20005Release Date: 2009.03.25Copyright (C) 2009, MetaQuotes Software Corp. https://www.metaquotes.netCopyright (C) 2009, Airat Safin Free Open Source Software AIS2 Trading Robot: Features1. Automatic trading 2. Automatic risk management 3. Fast on-the-fly preset control 4. Monitoring function AIS2 Trading Robot – expert for MetaTrader 4

AIS3 Trading Robot Template – EA MetaTrader 4

AIS3 Trading Robot Template - expert for MetaTrader 4
AIS3 Trading Robot Template Modification: 30001Release Date: 2009.03.26Copyright (C) 2009, MetaQuotes Software Corp. https://www.metaquotes.netCopyright (C) 2009, Airat Safin Free Open Source Software AIS3 Trading Robot Template: Features1. 100% ready for trading strategy integration 2. Fast on-the-fly preset control 3. Automatic risk management 4. Monitoring function AIS3 Trading Robot Template – expert for MetaTrader 4

Example of A Simple Breakout Trading Robot – EA MetaTrader 4

Example of A Simple Breakout Trading Robot - expert for MetaTrader 4
Description: Just a very simple break-out trading example as seen on the Buy-Entry example image below. The Sell-Entry would be as revers of Buy-Entry image. By candles only with no indicator(s). Recommendations: Use only on Demo Account or Back-test. See more examples on the (candle breakout trading) by using internet searching engines. Example of A Simple … Read more

Kijun Sen Robot – EA MetaTrader 5

Kijun Sen Robot - expert for MetaTrader 5
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn.   The Expert Advisor uses the following indicators: Ichimoku, MA, SAR. Optimized for currency pairs: GBPUSD and EURUSD with the M30 timeframe. The full description is available in comments to the code.   Trading is limited to specified hours only: double longentry       =0.0;double shortentry      =0.0;int daystart           =7; /* … Read more

An abstract trading robot, an OOP pattern – EA MetaTrader 5

An abstract trading robot, an OOP pattern - expert for MetaTrader 5
When creating an automated trading system, developers often face the problem of choosing from a number of possible solutions. Patterns would be very useful in such cases. Almost certainly, such problems have already been solved earlier, and there are well thought out elegant solutions implemented by programmers from the expert community. Designing object oriented programs … Read more

AIS2 Trading Robot – EA MetaTrader 5

AIS2 Trading Robot
Idea by: Airat Safin. MQL5 code by: Vladimir Karputov. An automated trading system with a data panel in form of the OBJ_LABEL objects. Automated trading; Automated risk management; Flexible control and setup; Monitoring panel. Input parameters % of the remaining Equity allowed; % of the loss on Equity; Working symbol; Timeframe No. 1; Timeframe No. … Read more

Virtual Robot – EA MetaTrader 4

Virtual Robot - expert for MetaTrader 4
Virtual Robot will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point Virtual Bot will start opening real trades. Demo account – recommended Input Parameters  TF – the choice of timeframe  Slippage – slippage.  MagicNumber – trades ID.    Comment – comment for … Read more