Rejoignez notre page de fans
L'EA Cincin (v2.24) est un système de trading automatisé pour MetaTrader 5 qui exécute des transactions aléatoires conservatrices sur un symbole spécifié (par exemple, EURUSD), avec des fonctionnalités telles que la gestion des paniers, la couverture et le contrôle des positions.
Les signaux de trading basés sur le modèle de chandelier "3 Black Crows/3 White Soldiers", confirmé par l'indicateur de l'indice de force relative (RSI) sont pris en compte. Le code de l'Expert Advisor basé sur cette stratégie peut être généré automatiquement à l'aide de l'Assistant MQL5.
The trading system based on the signals taken from the BrakeExp semaphore, signal, trend indicator
The Exp_SlopeDirectionLine EA is based on the signals of the SlopeDirectionLine trend indicator.
The Exp_MA_Rounding_Candle Expert Advisor is based on the MA_Rounding_Candle indicator candlestick color change.
An assessment is made based on the values of five indicators (Gator, WPR, AC, DeMarker and RSI). Uses trapezoidal membership functions. Before sending a trade request, it checks if funds on the account are enough.
This utility program records tick quotes in the CSV and BIN format. A flexible set of symbols is available for writing.
The Expert Advisor is based on Puria method with a few changes. It uses two iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD).
Trading signals are generated based on a comparison of two trend indicators: iMA (Moving Average, MA) and iSAR (Parabolic SAR). The EA works on the zero bar, only one position can be open. Trailing stop is used.
Increasing a position volume. Entry signal by iDeMarker (DeMarker, DeM) indicator. Regular trailing and trailing by equity.
The EA uses two indicators iMA (Moving Average, MA), Fast and Slow, and one indicator iBands (Bollinger Bands, BB).
This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The strategy helps manage risk and enhance profitability in a streamlined manner.
Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up an entry with the trend.
Trade direction is chosen based on a random number generator. Stop Loss and Take Profit are set based on the random number generator. Lot calculation based on the risk value as a percentage of free margin. The code contains protection against the "not enough money" error.