당사 팬 페이지에 가입하십시오
The Expert Advisor is based on the indicator with the same name. Lot is calculated based on the risk value as a percentage of free margin.
The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
We look for N identical candles in a row. If the found candles bull - we buy, if bear - we sell.
Strategy: N bars up and one bar down. Trailing. Lot calculation based on the risk value as a percentage of free margin.
A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.
The EA uses two Moving Averages, one MACD and one CCI. OnTradeTransaction is used to receive position opening time.
An Expert Advisor based on the "RPoint" indicator. The chart layout in X-points reversal. A high-quality ZigZag based on HiLo.
The Expert Advisor trades based on the ADX Wilder and Ichimoku Kinko Hyo indicators. Lot is calculated based on risk percentage of margin.
Trailing, pending orders. Signals of two indicators (Moving Average, MA). Trades only during a certain period of the day.
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.
The Exp_IBS_RSI_CCI_v4_X2 trend-following trading system is based on the signals of two IBS_RSI_CCI_v4 indicators.
The Exp_XOSignal_ReOpen trading system based on the signals of the XOSignal indicator with trend following scaling
The Exp_CGOscillator_X2 trend trading system based on the signals from two CGOscillator indicators.
The Exp_ttm-trend_ReOpen trading system based on the signals of the ttm-trend indicator with trend following scaling.
Crossing of the two iMAs. Lot calculation based on the risk value as a percentage of margin.
The Exp_ChandelExitSign_ReOpen trading system based on the signals of the ChandelExitSign indicator with trend following scaling.
The Expert Advisor opens a deal in the breakout direction. Lot calculation depending on risk percent of margin.
The Expert Advisor increases the lot size after each of profitable deal, if it was preceded by losing trades. Martingale.
Example of Buy Limit & Sell Limit pending orders with Bollinger Bands.