당사 팬 페이지에 가입하십시오
The Exp_ttm-trend_ReOpen trading system based on the signals of the ttm-trend indicator with trend following scaling.
Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function.
Works with pending Buy Stop and Sell Stop orders. The EA uses the iMA (Moving Average, MA) indicator with a VERY large period equal to 590.
A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support
Another variation of the strategy based on the current candle being higher or lower than the previous one
Relative Strength Index (RSI) 지표에 의해 확인된 "3 검은 까마귀/3 하얀 병사" 캔들 패턴에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 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).
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.