Rejoignez notre page de fans
Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.
The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.
An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.
Two identical trading systems (for long and short positions) based on the signals of the VortexIndicator indicator, which can be configured in different ways within one Expert Advisor
The Expert Advisor uses iMA (Moving Average, MA), iAO (Awesome Oscillator, AO) and custom Laguerre indicators.
Un Expert Advisor automatisé qui met en œuvre une stratégie populaire basée sur le MACD telle que vue dans une vidéo virale sur YouTube avec plus de 3,5 millions de vues. Combine les croisements MACD, le filtrage de tendance avec le 200 MA, et la détection de support/résistance.
The Expert Advisor with a basic trading system on the basis of the CCI indicator and several linear perceptrons regulating the work of the basic trading system.
The Exp_ColorZerolagMomentumOSMA Expert Advisor is based on the ColorZerolagMomentumOSMA histogram's change of direction.
The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.
Three indicators from different timeframes: iMACD (Moving Average Convergence/Divergence, MACD), iAlligator (Alligator), and iRSI (Relative Strength Index, RSI)
Signaux de trading basés sur des motifs de bougies, confirmés par l'indicateur Stochastique
Expert Advisor trading sur l'indicateur AML, sur le croisement de la barre avec la ligne de l'indicateur.
This is the classical trading system which consists in buying when MACD crosses above the waterline line and selling when crosses below it. This EA works along with a monetary management system which has a positive mathematical expectation.
IREA is an automated trade algorithm based on the idea of that an unusual impact in price changes will be adjusted by an inverse movement.
The Exp_RangeExpansionIndex EA is based in the signals generated by the RangeExpansionIndex oscillator.
The Exp_ColorZerolagRVI Expert Advisor enters the market when the ColorZerolagRVI indicator cloud changes its color.
An example of using the MasterWindows library for creating a multicurrency game trade panel.
The extensive use of standard library classes and the uniform code for data acquisition from iMACD, iStochastic, iSAR and iMomentum indicators.
An Expert Advisor for 4 currency pairs, including EURUSD, GBPUSD, USDCHF and USDJPY. It is based on four-hour moving averages.
Trading strategy: the breakout of a High/Low in the selected time interval.
A trading system based on two indicators: iSAR (Parabolic SAR) and iRSI (Relative Strength Index, RSI). Lot calculation based on the risk value as a percentage of free margin.
The Expert Advisor places pending Buy Stop and Sell Stop orders. Includes checks for the minimum distance of orders in points (SYMBOL_TRADE_STOPS_LEVEL).
A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time.
Exp_XHullTrend_Digit is based on signals generated by XHullTrend_Digit indicator
Two identical trading systems (for long and short positions) based on the signals of indicator RJTX_Matches_Smoothed, which can be configured in different ways within one Expert Advisor
The trading system based on SpearmanRankCorrelation_Histogram indicator signals
The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance. The result is rounded to two decimal places and displayed in the chart comment. The Current_LossOrProfit() function loops through all open positions in the account and adds the commission, swap, and current profit or loss for each position. The result is rounded to two decimal places and returned as the current profit or loss of all open positions.