the expert advisor uses the indicator. limitations: no more than one position can exist in the market, the next position can be opened not earlier than in 24 hours.donchian channel...
the expert advisor demonstrates the use of from the script, which enables automatic switch to a new futures before expiration. the ea opens a position of the appropriate volume on ...
the expert advisor determines price consolidation levels. consolidations are visually displayed as horizontal lines on a chart, forming a kind of a channel. the two upper lines (gr...
the ea determines whether or not to enter a position based on the random number generator. it has eight gradations: the poker combination numberparameter:straight-flush → 127; quad...
the expert advisor compares the values of five moving averages (with period 10, 20, 50, 100 and 200). when the lines of all five indicators get arranged one above the other:ma(10) ...
use two lines — wma 8 and ema 28.when wma crosses ema from below — open upward position. when wma crosses ema from above — open downward position. once the position is opened, set ...
idea by: .mql5 code by: .the ea analyzes the open and close between zero bar (the rightmost bar in the chart) to bar number of candles for analysis. new positions may only be opene...
the ea works in a channel drawn by the indicator.this indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on a time bas...
the ea uses indicator that searches and displays the "inside bar" price action pattern.this indicator itself is not required for the ea operation, since its data are calculated ins...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the ea checks whether the account is netting or hedgin...
idea by: .mql5 code by: .the ea uses reference to real ticks using the function - it waits for the price to pass nnn points within xxx ticks.inputs lots - the size of the position...
idea by: .mql5 code by: .the fx-chaos_scalp trading strategy. no more than one position is in the market at a time. the ea uses the indicator, a zigzag based on fractals.when refer...
idea by: .mql5 code by: .the ea trades on two indicators: ima (moving average, ma) and imomentum (momentum). the ea also takes into consideration the close prices of bar #1 and the...
idea by: .mql5 code by: .the ea uses two moving average indicators, those being the signals on the intersection of two mas: here, the slow indicator (ma "open") is used for opening...
idea by: .mql5 code by: .the ea trades on the ima (moving average, ma) indicator. at the same time, there is a parameter (defined in percents) distance between "ma" and the price- ...
idea by: .mql5 code by: .the ea trades with the absorption pattern. it places pending orders buy stop and sell stop. it can move a position to a breakeven, as well as trailing. ind...
idea by: .mql5 code by: .the ea uses indicators icci (commodity channel index, cci), zigzag, and . position trailing is possible.inputs lots- the initial volume of the positions;st...
idea by: .mql5 code by: .the ea trades by the doji pattern:at the same time, you can set the candlestick body size in the "size of a body of a candle (open close)" parameter.operat...
idea by: .mql5 code by: .the ea works with three moving average indicators. these three indicators, i.e., the "first", the "second", and the "third", have ascending average periods...
idea by: .mql5 code by: .the ea trades on indicator moving average, all the preparatory and trading functions having been implemented as the cmovingtrading class in a separate file...
idea by:mql5 code by:the ea trades on two moving average indicators and allows selecting the method of defining the position size: manually (having set the lotsparameter to more th...
idea by: .mql5 code by: .the ea is based on \mql5\experts\examples\moving average\moving average.mq5 from standard delivery. what's new or changed:for each of the four signals (buy...
a trading system based on indicator signals parabolic stop and reverse system with the possibility to set a fixed position holding time. the signal is formed when a bar is closed, ...
idea by: .mql5 code by: .ea operation algorithm at the first start, open a buy position with the volume of lots. then monitor (in ontradetransaction) all opening positions and reme...
idea by: .mql5 code by: .the ea compares the opening prices (open) of bar#0 and bar#2:inputs stop loss (in pips)- stop loss;take profit (in pips)- take profit;trailing stop (in pip...
idea by: .mql5 code by: .assistant ea: it moves the positions to a breakeven, after which trailing is enabled.it only has three parameters trailing stop (in pips)- trailing;trailin...
idea by: .mql5 code by: .working with pending buy stop and sell stop orders. pending orders are placed and removed at a specified time (time of order placementand time of order rem...
a trading system based on the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the gene...
idea by: .mql5 code by: .trading in the price movement direction with pending buy stop and sell stop orders on the 5-minute timeframe.the cycle starts with placing pending orders w...
a trading system based the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the generat...
a trading system based on the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the gene...
idea by: .mql5 code by: .it trades on the market volatility.inputs lots- position volume;multiplier relative to current volatility- a multiplier relative the current volatility;per...
the ea uses indicator awesome oscillator. orders are opened at each bar and cloased by group by the opposite signal. the indicator is calculated within the code to be able to chang...
the ea uses the indications of sar for making trading decisions. if the ask price is higher than the indicator values, we assume buying; if it is lower, then selling.settings timef...
idea by: .mql5 code by: .the ea places pending buy limit and sell limit orders. the conditions for placing pending orders are checked when a new bar appears, while the possibility ...
idea by: .mql5 code by: .the ea uses indicator :exemplary signals "open buy" and "open sell":signals for opening positions is only received when a new bar appears, while trailing t...
idea by: .mql5 code by: .the program uses the overbought (ob) and oversold (os) zones, for which it generates trading signals for selling or buying. ob and os are determined on m15...
idea by: .mql5 code by: .the trading system is based on a simple neural network. a similar code based on a bilayer neural network: .the ea uses indicators (located in a separate wi...
idea by: .mql5 code by: .the ea does not use any indicators - only the current price and the ohlc of zero bar (the rightmost bar in the chart).working algorithm: as soon as the pri...
a trading system based on the signals of the indicator. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly,...
a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...
a trading system based on the signals of indicator . the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, th...
idea by: .mql5 code by: .this strategy is based on analyzing the values of indicator ibands (bollinger bands, bb) at bar #0 relative to the close price of bar #0. where the close p...
idea by: .mql5 code by: .the ea uses dynamic managing the lot size depending on whether we have exceeded the balance or not, as compared to the preceding pass (the calculations are...
idea by: .mql5 code by: .an automated trading system with a data panel in form of the objects.automated trading; automated risk management; flexible control and setup; monitoring p...
idea by: .mql5 code by: .suppose a trader enters the market with the buy and sell positions by an asset, where the currency is, say, at the level of 100. then the prices moves to 2...
a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...