당사 팬 페이지에 가입하십시오
Closing positions and removing pending orders when reaching a specified profit or loss.
A trading system based on the 2XMA_Ichimoku_Oscilator indicator signals.
The Exp_SimpleBars Expert Advisor is based on the signals of the trend indicator SimpleBars.
MQL5의 리스크 관리 라이브러리는 리소스를 최소화하도록 최적화된 효율적이고 동적인 리스크 관리를 제공합니다. 사용자 지정 가능한 수정자를 사용하여 최대 손익 한도를 설정할 수 있습니다. 여기에는 캔들스틱 관리 및 가격 전환을 위한 OCO 주문 제어 및 도구가 포함되어 있습니다.
Trading strategy based on ASCTrend indicator as main signal, filtered by NRTR indicator and/or by TrendStrength indicator.
The EA uses three iMAs (Moving Average, MA), one iStochastic (Stochastic Oscillator) and one iRSI (RSI, Relative Strength Index). Positions are opened by market, as well as Buy Stop and Sell Stop pending orders are placed.
Two identical trading systems (for long and short positions) based on the signals of the ColorMETRO indicator, which can be configured in different ways within one Expert Advisor
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
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.
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
Converted Ronz AutoSLTP MT4 version into MT5 version. Original Link: https://www.mql5.com/en/code/11649 Original Descriptions: EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.
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.
Classic and one of the most popular trading strategies based on 2 moving averages crossover. This expert advisor is designed with visual strategy builder - Mission Automate. Code is generated automatically. More info: https://www.mql5.com/en/articles/4951