the ea traces the existence time of the market orders. filters can be set: by the "magic" number of the ea or by the symbol. generates signal only once per order. resistant to the...
the indicator displays divergences in the form of two matched lines: one on the price chart, the other — on the indicator chart. it allows to register four of divergences. for each...
in mathematics, the value of the derivative is calculated according to the following simple formula:, (1)where:x0 — current value of the argument, x — value of the argument to the ...
a safe journey is only possible on a road with good marking and proper road signs.the indicator shows:impulse waves (bold sloping lines); corrective waves (thins sloping lines); up...
the channel indicator.the upper line of the channel — the maximum value of a bar in a specified amount of bars. the lower line of the channel — the minimum value of a bar in a spec...
a trend strategy based on moving averages with colors as in a traffic light. the purpose of writing the ea — to test the strategy on history and pick working parameters.the strateg...
simple expert advisor based on the rsi indicator.the strategy is quite simple here:if the lower level of the rsi is crossed from bottom to top, a buy deal is opened. if the upper l...
the virtual trailing stop can place stop loss, take profit and trail the order in a way that the stops are not visible to the broker, i.e. they are placed not in the dealing center...
the expert advisor based on the "new trading dimensions" book by bill williams.the code was written for real trading. there is an error processing and fixing function, intellectual...
a real working idea, which is as follows. if there is a trend, then it consists of impulse and correction waves. impulse waves are generally characterized by high volatility of bar...
when working real-time the indicator collects price data: the tick arrival time, the bid price and the ask price. the bid and ask prices are displayed as lines in the indicator sub...
profitrader, improvement by tor.in the futures markets the data on trade volumes is reported with a one-day delay. to compensate for this, many analysts use the tick volume indicat...
signal based on the indicator.the following pattern is implemented:А— double bottom, the clevel is above the blevel, the dlevel is above the clevel.hints: best used on eurusd m15wi...
the converter of the tick files created with the ticks collector into different data representation formats.during the operation of the special tick files are created (tks type). t...
the expert advisor opens a deal during a breakthrough (on candlestick closure) of the trend line, drawn between the peak of the zig zag and the two latest peaks for the buy orders....
general information for each candlestick of any timeframe there is a corresponding amount of ticks that formed it. on forex charts this trait is displayed as volume, although it ha...
a large portion of the code was copied from the by .draws 5 on the chart. not only the smoothing method (sma, smma, ema, lwma) and the period can be selected, but also the timefram...
script that closes orders and (or) deletes pending orders.it can close all magics or only a certain one. it can close all symbols or only the current one. it can close only profita...
an indicator template that draws arrows on the chart. with notification and selection of the amount of bars for calculation. all that is needed is to write the conditions for the a...
general information for each candlestick of any timeframe there is a corresponding amount of ticks that formed it. on forex charts this trait is displayed as volume, although it ha...
general information for each candlestick of any timeframe there is a corresponding amount of ticks that formed it. on forex charts this trait is displayed as volume, although it ha...
the expert advisor places a grid of orders in both directions five minutes before the specified time (news release time). once the orders trigger the ea trails the stop loss order....
the ea trades on the breakout or the retreat from the support/resistance lines. the lines are set manually by the trader using the "trend line" object on the toolbar.when the price...
the function allows the execution of the specific code in the specified time interval. it is generally used in the expert advisors to set the time interval, in which the ea is allo...
metatrader 5: follow on instagram:the indicator shows the high, close and low of the previous day, week or month. these levels are very commonly used as support and resistance amon...
the indicator registers the price level breakout moments and the significance of these levels. the significance of a level is determined by how long it had not been broken through ...
the expert advisor uses signals provided by the indicator. this does not require the indicator to be present in the terminal folder. the ea configuration parameters include the "di...
the function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable. that is, if the risk is set to 2%, and the sl is set to 4...
the script analyzes the market based on two criteria: the moving averages and the support and resistance levels.the script draws the support and resistance levels on the h4 chart b...
expert advisor with no custom indicator used, orders are opened pseudo-randomly. equipped with a virtual trailing stop. after a loss the lot is increased by martingale with the spe...
a simple indicator, which informs the trader about the appearance of "bullish engulfing" or "bearish engulfing" candlestick patterns on all timeframes.the program generates an aler...
this expert advisor uses three indicators: ma(150), rsi(3) with the levels of 80 and 20, stochastic(6, 3, 3) with the levels of 70 and 30. these parameters can be changed and custo...
because i believe in fibonacci tools, i've decided to add them all in one simple and clean indicator. so here's my first indicator which will draw almost all fibonacci tools such a...
i present you the trailing stop that can do everything expected from a trailing stop.it can trail both real and virtual. by points, as usual, by sar, atr and ma indicators, by cand...
this indicator helps determine the end and the beginning of trends based on the inclination of the matches and the color of its heads.these are basic lines that show inclination fo...
this indicator helps determine the end and the beginning of trends based on the inclination of the matches.these are basic lines that show inclination for themselves, and together ...
this indicator will draw two standard deviation channels based on fibonacci 0.618 / 1.618 levels with the ability to fix the channel on your preferred timeframe....
normal moving average with some extra features.custom label: allows you to set a name for the ma to easily identify it in the data window and when you hover your mouse over it.time...
here's one possible and a simple way to link a manual order for strategy tester use. most of us know already that chartevent doesn't work with strategy tester, and the simplest obj...
simple script allows you to close, delete or remove stop loss and take profit values from all opened and pending orders.the script will alert you in case it fails or play "ok" soun...
yet another pivot point indicator but it's a bit different. choose your preferred pivot formulas: standard, fibonacci, camarilla, woody’s and demark with 4 support and resistance l...
same concept with (symbol synthesizer for mt5), but for chart display in metatrader 4.it synthesizes any symbol if you have the source symbols in market watch window and then makes...
this indicator helps you display spread on a chart. you can set font, color and font size for it, also you can select position on chart according to following values in indicator p...