Join our fan page
The trading system based on XCCI_Histogram_Vol_Direct indicator signals
The Expert Advisor analyses four Moving Averages: open, high, low, close. On its basis it calculates GO value and opens position according to its value
The Exp_CronexDeMarker EA is based on the signals generated by the CronexDeMarker oscillator.
An Expert Advisor based on two iMAs (Moving Average,MA) and one iRSI (Relative Strength Index, RSI). It tracks virtual profit. Works on two symbols.
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.
The trading system based on the signals taken from the BullsBears semaphore signal trend indicator.
A slightly modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average
The trading system based on AbsolutelyNoLagLwma_Range_Channel indicator signals with the possibility to set a fixed position holding time.
A trading system based on the UltraMFI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
This code initializes the necessary objects and input parameters, and defines a CheckTrades() function that calculates the risk and profit amounts based on the account balance and user input. It then iterates through open orders and checks if the current profit or loss meets the user-defined thresholds, and closes the position if necessary
The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.
An Expert Advisor based on a random number generator. Trend is determined using the iMA (Moving Average, MA) indicator.
You can copy the ticks and history from the MetaTrader 4 to MetaTrader 5
Pipsing Expert Advisor. It works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.
The Rapid Doji EA is a fully functional MetaTrader 5 Expert Advisor that uses pending orders (one BUY and one STOP) around each Doji candlestick on the Daily (PERIOD_D1) time frame. This is a great introduction to how to build a simple, profitable EA. You can watch, step-by-step, how this EA was built via YouTube videos. See the link in the code for details.
The Expert Advisor opens a position at the specified time in the direction opposite to that of yesterday's daily bar.
A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).
At the beginning of a new day, the EA places pending Buy Stop and Sell Stop orders by High and Low of the previous day.
My first code on the site, which requires improvement. The idea to create an ideal tool for traders, in the work on the main component of any trading system-Risk Manager
This MT5 Expert Advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management.
The Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account.
Algorithm cycle: when there are no open positions, open two opposite positions. Wait for both positions to close.