mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. buy signal alerts occur when a bullish candle has formed below both the lower bollinger ba...
trading strategythis is a very simplified trading strategy based on two custom '' indicators. there is no stop loss, take profit, or trailing in the expert advisor - therefore, clo...
exports the transaction history of the current trading account.the file is saved in the terminal folder mql5/filesor in common folder for terminals common/files.the file name is ge...
adds the ability to automatically export the history of deals after running an expert advisor in the strategy tester.the file is saved in the shared terminal folder common/filesor ...
the idea of the indicator assistant indicator. as soon as a rectangle appears on the chart, the indicator draws two lines: along the upper and lower price of the rectangle.the name...
the idea of the indicator the indicator shows in the main window the signals (arrow objects) of the icho indicator (chaikin oscillator, cho) and the smoothed ichorice. 1. cho smoot...
the idea of the indicator explore the shape of a line by applying three different formulas:fast-slow fast/slow (fast-slow)/slow rice. 1. two ima formulain the figure above, three i...
trading strategythe ea uses a custom indicator 'cho smoothed' - the indicator uses two lines: the icho line (chaikin oscillator, cho) and the icho line smoothed using 'moving avera...
utility for copying transactions from one mt5 account or mt4 account to another mt5 account. you can copy positions between netting and hedging accounts in any combination. you can...
the idea of the indicator the principle of coloring the icci indicator line:rice. 1. two ima formularemember: oscillator signals must be confirmed with a trend indicator...
trading strategythe custom indicator 'pricechannel_signal_v2' ( ) generates several signals: two types of signals to open a 'buy' position, two types of signals to open a 'sell' po...
recommendations: you can use color changes as indication of momentum / trend change you can use zero line crosses in a same manner ps: when using the adxm of adxm (double) mode, t...
the idea of the indicator rice. 1. cho smoothed arrow 2please note that this is an oscillator and two strategies can be applied:* apply additional filter from trend indicator* gain...
the idea of the indicator engulfing pattern plus one': the current bar completely engulfings the previous two bars. absorption takes into account 'high' and 'low' pricesrice. 1. en...
trading strategythe main idea of this expert advisor: is it possible to open 'buy' positions on each new bar while the 'demarker' indicator is below the 'dem: level down' level (th...
this simple, quick & dirty script code will output a csv file of all the signals' properties as reported by the functionality. with the resulting csv file opened as a spreadshe...
the idea of the indicator visual assistant for determining the trend. the indicator compares the current and previous price.rice. 1. trend two lines...
for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
the idea of the indicator the indicator was rewritten at the request from the forum ( )rice. 1. trading volume linethree modes can be set in the parameters:close ratio open ratio b...
to get only highs or only lows there is an additional input of type ensearchmode:only highs:only lows:both highs and lows in one buffer:it is not restricted to indicator buffers, y...
how many bars to form a fractal? how many points away from the price should the arrows be drawn? customize wingdings character customizable via input parameter arrow size customiz...
in many cases (computer graphics, machine learning, ta analysis) we need normalized values. smooth step is one of the possible ways to do itit belongs to the family of sigmoidal (c...
when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1) when order 1 is used, it is the same as the smooth step indicator when any h...
the idea of the indicator the subwindow displays the usual indicator 'demarker' and smoothed with the help of 'moving average'. 'arrow' objects are displayed at the intersection.ri...
the idea of the indicator two lines - simple 'momentum' indicator and 'momentum' indicator smoothed with 'moving average'.rice. 1. ma on momentumhow to trade we are looking for mom...
the idea of an adviserthe ea trades on the signals of the custom indicator '' - the signal is the intersection of two lines of the indicator. at the same time, a signal to open a '...
the idea of the indicator visualize a bar where there was a crossover of two imas (moving average, ma). the indicator is displayed not in the main window, but in the mod-window.ric...
the idea of the indicator the indicator counts (in percentage) how many times the 'close' price has been above or below the 'ima' indicator. the calculation period is equal to the ...
this is a very simple mql5 code for an indicator to plot the values of the spread[] data (in points) as reported by the event handler. these are the same spread data values that wo...
indicator a series of indicators 'color n bars' - a trend is determined on a given number of bars ('ma: trend n bars'). the trend is painted in its own colors.rice. 1. ma on stocha...
ea the ea works with a series of positions in one direction: either buy or sell (the direction depends on the first deal in the series).each subsequent position is opened at the be...
the idea of a utility eaadded: symbol (' symbol') and magic number (' magic number')a simple panel based on graphical objects. according to the specified symbol (' symbol') and mag...
description of the indicator the indicator has no indicator buffers.in a given time interval, we find the maximum and minimum prices - at these prices we build a rectangle.pic. 1. ...
assistant for trailing, a new parameter ' trailing activate if profit is >=' is used - this is essentially a breakeven for trailing. trailing activates only after the position r...
assistant this assistant is designed to assist in manual trading. works only on the current symbol, no restrictions on magic number.for trailing, a new parameter 'trailing activate...
this is a very simple indicator. it plots a channel with a constant range of twice the step-size parameter value.the range is broken when the low quote price breaks the upper level...
trading strategy'stop loss', 'take profit'. the 'trailing activate ...' parameter has been added to trailing - we can say that this is a breakeven parameter that does not depend on...
description of the indicator: two indicator buffers ( ):if the 'close' price is higher than the ima indicator - assign the value '2', if it is lower - the value '-2' if the 'main' ...
description of the adviser working on the 'demarker' indicator using pending orders ('limit' of 'stop'). the signal is checked only when a new bar is born.you can enable/disable 's...
the idea of the indicator two ima (moving average, ma) indicators ('fast' and 'sloe') are displayed in the main window. a color histogram ( style) can be drawn between:price <-&...
the idea of the indicator find the moments when a fully formed candlestick (bar #1) crosses the 'moving average' indicator. then we look for the previous intersection. between the ...
indicatortrend change is indicated by arrows ('up' and 'down')rice. 1. half trend new alertwhen the icon appears in the indicator buffer ('up' or 'down'), alerts are triggered....
indicatorthe indicator during 'n bars' draws the minimum price of low and the maximum price of high.pic. 1. channel n barsalso, the indicator can build a channel at the following p...
indicator in the subwindow in the form of a colored histogram ( ) there is a cumulative candle made of bars of the same direction.rice. 1.cumulative candle subwindow...
lotsizeris a risk-based lot size calculator that dynamically determines the optimal trade volume using the average daily range (adr) together with the account equity or balance, he...