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 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...
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...
easy ea for closing positions with profit or loss. all positions of chart's symbol are counted separately.settings: tpforsymbol — set profit amount to indicate when to close every...
this script is helpful when we want to learn how to trade from a signal provider at . choose one signal provider you prefer to learn then export trading history to csv file. save t...
sbvolumeavg is a forex indicator (metatrader 4) for calculating average volume on the swing bars by a zigzag trend line that is bounded by two vertical lines.this indicator may be ...
this code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance.you will just enter the magic number of the orders (e...
price(%)range is the indicator for the metatrader 4, which calculates the price movement based on percentage high (highest) and low (lowest) price on 100 bars. the indicator will p...
use on eurusd m1. values can be optimized for other pairs and i have had good success with nzdusd and audusd. i would not use this on a live account (yet), but it is a good example...
this program uses overbought (ob) and oversold (os) regions in rsi space to generate short and long trading signals. ob and os zones are established for the m15, h1 and h4 time fra...
the indicator data is used for trading. if the price goes away from the moving average by a certain number of points, then an order is placed in the direction of the moving average...
the indicator displays the tick chart of the price, spread or volume.it is possible to save the tick data in a file which can later be opened in excel or another program.input para...
arrangement of the pending orders at equal intervals (steps). in case the market moves not in the direction of the purchased lot - placing in an opposite direction with an increase...
by default, this indicator displays nine values of two different moving averages (МА) for the , a difference between previous sequential МА values and a difference between mas in p...
24-hour analog gmt(utc) market clock displaying in background. the clock displays the greenwich mean time and shows the status of all main stock exchanges according to their schedu...
based on the code by igor v. kim aka kimiv. improved the code at the request of many traders.this expert advisor calculates the profit or loss in the deposit currency of all the ma...
the indicator displays the percentage of the price change for the specified period of the specified pairs and plots the corresponding bars in the indicator subwindow.clicking on a ...
the indicator displays the server time and the time until the current candlestick ends on the М1-d1 timeframes.one parameter — list of timeframes separated by spaces. all the neces...
the expert advisor opens an order by the trading strategy, places a take profit and a stop loss it protects the position by moving the stop loss to breakeven, and maintains it with...
the random ea, which operates by the principle of a coin flip.trading algorithm: the ea opens a market order by using a random number generator, or simply put, in a random directio...
the indicator plots two stowell patterns on the right edge of the chart: upper and lower. a breakout of the three candle line means (by stowell) a change in the trend.both files mu...
it shows the trend direction for multiple currency pairs on the current time frame. the indicator operation is based on the comparison of three ma indicators with different context...
the expert advisor mava-xonax uses moving averages based on the open and close prices.attach four ma indicators with the period equal to 6 to the h4 eurusd chart. one is based on t...
dayatr is the average true range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.timeframe: m1-d1. at the first run...
daybb is the bollinger bands indicator, in which the indicator period is calculated automatically using the number of bars of the current day.timeframe: m1-d1. at the first run, th...
daybears is the bears power indicator, in which the indicator period is calculated automatically using the number of bars of the current day.timeframe: m1-d1. at the first run, the...