counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the script uses the class.input parameter...
the indicator shows a text block with the values of the user defined oscillator period for each timeframe. the size of the text block is customizable. you can also change the tex...
the indicator shows a text block with the values of the user defined oscillator period for each timeframe. the size of the text block is customizable. you can also change the tex...
a modification of the script. counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the class i...
the indicator calculates bullish and bearish bars in the period from the number of the starting bar(the first bar on the right of the chart) till the number of the end bar(located ...
two main ima (moving average, ma) indicators with periods 85 and 75 are calculated using low prices, the third ima (moving average, ma) with the period 5 is calculated based on clo...
input parameters: period of ma- moving average indicator averaging period;ma_shift- shift of the moving average indicator;ma_method- ma averaging method;applied_price- the price us...
the indicator marks the time period specified in the indicator settings using colored rectangles. the middle rectangle is drawn based on the open and close prices of the trading pe...
the indicator marks the current day's time period specified in the indicator settings using colored rectangles. the middle rectangle is drawn based on the open and close prices of ...
the trading strategy is based on the observation, which shows that if the price crosses the ma chart and moves a certain distance, the price is likely to continue its movement in t...
the exp_nrtr_atr_stop_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a signal is formed at the close of a ba...
two identical trading systems based on the change in the moving direction for long and short trades, which can be configured in different ways in one expert advisor. for this purpo...
the indicator with the possibility to display the percentage value of time that has elapsed since the beginning of the trading session displayed in input parameters. the possibilit...
the indicator shows a text block with the values of the user defined oscillator period for each timeframe. the size of the text block is customizable. you can also change the tex...
the indicator with the possibility to change the indicator timeframe from input parameters:the indicator requires the xma_divergence.mq5 indicator file for operation. add it to <...
the expert advisor closes positions according to one of the following conditions:close all positions close only profit positions close only loss positions ...
a trend indicator, which receives trade signals from the histogram.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). t...
the expert advisor is based on bill williams' strategy.bill williams suggested an excellent market entry at fractal breakout.stop loss is set at the alligator lips levels (green li...
the library (clock.mqh) allows creating analog clocks as .features the use of the library is shown in the following source code:the following clock appears on the chart after refre...
the expert advisor tracks positions of all symbols with all magic numbers. if a position has been open for "waiting for seconds" and its profit has reached "take profit" points, th...
the ea calculates the direction and lot of a position to open. the calculation is optimized so that the ea will either quickly accumulate positive spreads and close with a profit, ...
the ea uses fixed volume, take profit and stop loss levels.parameters osma: period of fast ma- fast moving average period;osma: period of slow ma- slow moving average period;osma: ...
the expert advisor is based on the (relative strength index, rsi) indicator signals. inspired by the forum topic at (in russian).input parameters rsi: averaging period stop loss ri...
the indicator tracks a continuous sequence of bars in one direction and marks these bars.the indicator has the alert function to notify the user of n candles in a row in one direct...
an important parameter in trading is the relevance of the current price. it depends on a lot of factors, one of the most popular being the network ping between the terminal and the...
the exp_stopreversal_tm expert advisor is based on the signals of the indicator and is provided with the possibility to set a strict trading time interval.a signal is generated at ...
semaphore signal indicator using . signals emerge when atr starts rising after the previous fall. the indicator color depends on the direction of the candlestick.fig.1. the daniell...
the expert advisor shows the calculated lot depending on risk settings.input parameter risk in percent for a deal from a free margin. example (for 100% risk):...
the indicator shows a text block with the values of the user defined period for each timeframe. the size of the text block is customizable. you can also change the text font and ...
many expert advisor have been created based on the idea of the martingale.this expert advisor allows testing classical martingale operating principles, as well as the anti-martinga...
the strategy uses three main bollinger bands indicators: red for "bollinger bands: number of standard deviations" specified in parameters, yellow for "bollinger bands: number of st...
this oscillator based on the indicator shows the difference between the vi+ and vi- lines as a histogram. the figure below shows two indicators - the original vortex and vortex osc...
a trading system based on the signals.attention! in order to provide conditions for the ea operation, you should add the compiled file to [data folder]\mql5\indicators backtest res...
warning! high risks!a trading system based on the martingale technique. opening of new positions can be limited in time, but the ea always controls position closing based on the to...
the main idea of the trading strategy is as follows: when there are three down bars on the current timeframe:and the main stochastic line is above the signal line on the other tw...
the expert advisor trades based on and signals. values of ima on four bars are compared. indices of these bars can be optimized. the bar index is specified as a shift from the prev...
calculation principle maxhigh (the highest high) and minlow (the lowest low) are determined in the specified kdjperiodinterval. thus, maxhigh minus minlow will be equal to the heig...
warning! in order to provide conditions for the ea operation, you should add the compiled file to [data folder]\mql5\indicators input parameters kdj: m1- the m1 parameter of the kd...
breakout of the daily bar at the distance of "daily break" points.input parameters lots manual- enable/disable manual setting of lot value;lots- position volume (manual input);risk...
when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. green for the growth of a financial asset, pink color for its fall. ...
trading against the trend direction as of n hours ago. only one position a day can be opened at a certain hour.input parameters max positions- the maximum number of positions (valu...
trading system based on 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 indicator file...
two identical trading systems based on the crossover of the indicator and the zero line, for long and short trades, which can be configured in different ways in one expert advisor....
the indicator with the possibility to change the indicator timeframe from input parameters:the indicator requires the compiled dtm.ex5 indicator file. add it to <terminal_data_f...
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...