Fan sayfamıza katılın
The Expert Advisor identifies trend based on three moving averages (with periods of 200, 50, 25 or other custom periods), and opens trades using the Parabolic SAR indicator. The EA uses martingale techniques, lot is calculated as percent of deposit depending on stop loss.
SnakeInBorders calculates the channel of a filtered market, which is limited by two borders BorderTop[] and BorderBot[], and it calculates the signal Mart[].
The XMA-XN indicator with the timeframe selection option available in the input parameters.
The Expert Advisor has been created using the MQL5 Wizard, on the basis of MACD (Moving Average Convergence/Divergence) signals and the Parabolic SAR trend indicator.
Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.
The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().
RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.
An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.
An example of working with the trading history on Hedge accounts — reconstruction of positions.
The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.
Uses two iStochastic (Stochastic Oscillator) indicators and one iRSI (RSI, Relative Strength Index). Calculates the lot size based on the analysis of closed trades.
The Expert Advisor uses Parabolic SAR and three EMAs (with the periods of 10, 25 and 50).
The Expert Advisor trades moving average breakouts. It uses the following indicators: two iMAs (Moving Average, MA), iRSI(Relative Strength Index, RSI) and two iEnvelopes (Envelopes).
Trades using indicators: iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI).
The creation of the Expert Advisor stems from the topic "Neural networks - where to start studying them".
The Fractal_WeightOscillator indicator with the timeframe selection option available in input parameters.