Fan sayfamıza katılın
The strategy is based on Moving Averages with the periods of 5/20/40/60.
The Expert Advisor trades by two iMA (Moving Average, MA) indicators. Trailing Stop. TrailingStop
The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.
The Exp_ColorXMUV_Tm Expert Advisor is based on the ColorXMUV MA signals and provides the possibility to set a fixed trading time interval.
Trading strategy: the breakout of a High/Low in the selected time interval.
The iMA (Moving Average) indicator based on iCCI (Commodity Channel Index). It is an analogue of Previous Indicator's Data in the terminal.
The Expert Advisor is based on the iOsMA (Moving Average of Oscillator, OsMA) indicator signals.
The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals.
The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit.
An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols.
The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.
An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.
The EA determines the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying.
A trading system based on the signales of indicator ATR_Normalize_Histogram
A trend-following trading system Exp_WAMI_Cloud_X2 based on the sisgnals of two indicators WAMI.
Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators: XPeriodCandle and XPeriodCandle_HTF.
Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).
Three independent trading systems using ColorJFatl_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system
Trading is based on iAlligator (Alligator) and iRSI (Relative Strength Index, RSI) indicators. Alligator acts as the main indicator, while RSI is used as a trend filter.
The trading system based on the MA_Rounding_Candle 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
The Expert Advisor based on iStochastic (Stochastic Oscillator) indicator and OHLC analysis
The trading system based on the X2MACandle 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
The trading system based on XWPR_Histogram_Vol_Direct indicator signals
The Expert Advisor based on iRSI (Relative Strength Index, RSI) indicator and a small neural network
An EA based on indicator iMA (Moving Average, MA). Reverse of signals. Lot size is either fixed or based on risk percentage.
The Expert Advisor combines signals from several indicators. It can also follow a certain indicator.
An Expert Advisor based on the iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD) indicators
The EA implements averaging of positions. The average iStdDev is calculated in a sliding window.
US: This is a very simple code regarding an information panel. It doesn't use external files or anything like that! simply copy and paste it into your code the way the code was written. The dashboard displays; Active asset price Your position(Bought or sold) Maximum and minimum price of the asset Username open profit Balance PT-Br:Esse é um codigo bem simples a respeito de um painel de informações. Não utiliza arquivos externos ou algo do tipo! simplesmente, copie e cole no seu codigo da forma que o codigo foi escrito. O painel exibe; Ativo Preço do ativos Sua posição(Comprada ou vendida) Preço max e minimo do ativo Nome do usuario Lucro em aberto Saldo
Explore the implementation of equity-based position closure in your trading bot, where positions are closed automatically when the equity reaches a certain percentage threshold.
The robot opens two positions, profits of which overlap each other, and waits for a profit.