the exp_totalpowerindicatorx expert advisor is based on the signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade sign...
the exp_percentagecrossover expert advisor is based on the change of the color, and provides the possibility to set a strict trading time interval.a trade signal is formed when a b...
the ea trades based on the fractals indicator. it only trades at the emergence of a new bar. lot calculation: percentage of free margin. when an upward fractal is found, a sell sig...
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.hi...
the trading system is based on the indicator signals. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite color or no c...
the exp_colorjfatl_digit_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a trade signal is formed when a bar ...
the exp_colorxmuv_tm expert advisor is based on the ma signals and provides the possibility to set a fixed trading time interval.a trade signal is formed when a bar is closing, if ...
added: the call to ima has been replaced by a call to icustom . in the tester (in the visual mode) or when attached to a chart, the ea visualizes the moving average indicators in d...
trades without setting take profit and stop loss levels (these levels are calculated virtually).buying:if there are no buy positions if there are buy positions, and the open price ...
the trading system is based on the indicator signals. a signal is formed at the close of a bar, if a large colored star has appeared.the expert advisor uses the compiled indicator ...
the trading system is based on volatility compression. an entry signal is generated when the market forms a smallest candlestick over a certain number of bars.entry signal generati...
the ea trades based on the "bullish and bearish engulfing" pattern.inputs:bullish engulfing — the type of the position that should be opened when there is "bullish engulfing"bearis...
the eveningstar expert advisor trades the "evening star" pattern. the below image shows an example of operation of the underlying indicator, while the ea does not draw anything on ...
the exp_xroc2_vg_digit_tm expert advisor trades based on signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade signal ...
the exp_xroc2_vg_x2 trend-following trading system is based on the signals generated by two indicators. the first indicator determines the direction of the slow trend based on the ...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the cpositioninfo, ctrade and csymbolinfo classes are ...
this simple system is based on the crossover of two mas.buying if the fast ma crosses the slow one upward. selling if the fast ma crosses the slow one downward.closing at an opposi...
the expert advisor trades based on signals generated by stochastic oscillator. averaging. a limited number of positions. trailing.inputs:lots take profit stop loss (in pips) traili...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the account type is taken into account, i.e. whether i...
the expert advisor uses two zigzag indicators for analysis: a smaller zigzag with parameters (13.5,3) and a larger zigzag with parameters multiplied by eight: (13*8,5*8,3*8)to make...
trading strategy: the breakout of a high/low in the selected time interval. to recover losing positions, the ea uses the "nevalyashka" strategy and a martingale technique to increa...
the trend is determined on the zero bar based on two moving averages (fast and slow). they also generate preliminary signals:if fast ma < slow mai.e. it a signal to open a sell ...
the expert advisor uses three indicators: ma(150), rsi(3) with levels 80 and 20, stochastic(6, 3, 3) with levels 70 and 30. you can change these parameters and set your own values....
an assistant expert advisor. only closing positions:positions are moved to breakeven, stop loss is calculated based on the stopatr_auto indicator, positions are closed at the inter...
the ea trades during two trading sessions, starting at the specified session beginning time. stop loss. take profit.inputs:start_hour_eu_session — the beginning of the european ses...
the expert advisor manages all open positions in the terminal (on all symbols and with all magic numbers). if the total profit has not reached "minimum_profit", the ea waits.if the...
positions are only opened at the specified time (+ shift set in "additional hour"). bullish and bearish bars are counted on period_m1 (m1). the money management classes cmoneyfixed...
the ea implements a hidden stop loss and take profit system. the system is run as follows:first, open the buy and/or sell orders that you desire for a particular chart symbol. seco...
this tiny helper tracks total profits for sell and buy orders separately, displays them in two buttons attached to a chart and allows one to close either all buys or all sells by c...
1. about perceptrons about perceptron:i referred to "" as the logic of perceptron.2. algorithm 2.1. inputs the w1, w2, w3and w4are weights which set the values decided by your opti...
the expert locates bearish and bullish divergence and initiates a trade at the possible beginning of a trend change, this is the first wise man. next, it will attempt to add positi...
the expert advisor is intended for automatic placing of buy stop pending orders and sell stop pending orders simultaneously, stop losses and take profits on the user specified leve...
the expert advisor is supposed to pyramid into big and fast market movements. it adds up on profitable trades and instantly trails them when in profit. trades are entered when pote...
the expert advisor looks for correlations of the market watch list symbols, calculates average true range ratios for every hedging combination and assigns different magic numbers f...
opens buys on bullish engulfing candles when rsi is above overbought and sells on bearish engulfing candles when rsi is below oversold.when the account's profit reaches the desired...
the expert advisor robot_adx 2ma uses 4 indicators for the analysis: 2 moving average and 2 adx indicators on periods of one minute and one hour.uses a fixed volume of the lot and ...
this utility program is designed for recording tick quotes in the text (csv) and binary (bin) format. files are saved to the mql5\files folder. quotes are recorded with a constant ...
buy a security (open buy positions) at a lower price, sell (open sell positions) at a higher price.basic position opening principle:if the profit of all buy positions is less than ...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a trading system based on the indicator signals. a signal is formed at the close of a bar if a large colored indicator dot has appeared.the expert advisor uses the compiled indicat...
a further development of .difference from 1.000:the ea is only launched on period_m1 (see the explanation below, parameter time frame). the ea now trades two symbols simultaneousl...
if a trade is closed by stop loss, the volume is doubled; if it's closed by take profit the minimum volume is used. ontradetransaction is used to determine whether a trade was perf...
calculating moving average using commodity channel index data:it is similar to launching in the terminal the moving average indicator in the commodity channel index window with "pr...
a trading system based on the indicator signals. a signal is generated at the close of a bar if a colored indicator arrow has appeared.the expert advisor uses the compiled indicato...
a trading system based on the signals of the indicator. a signal to open a position is generated at the close of a bar if the color of the histogram has changed to blue or pink, i....
description the expert advisor was created at the request of one of the forum participants.a comment by vvx080: the idea is to create a grid of stop orders, e.g. we first set two o...