this indicator plots up arrow for bullish gaps and down arrow for bearish gaps.it also can plot a cross for a closed gap or hide it.trader can select the minimum gap size in points...
the script downloads the history of pamm accounts from the alpari rating and displays it on the chart. pamm accounts are identified by account number. it is possible to download th...
the indicator displays five parameters of the symbol and two parameters of the account, some of them may change during the release of important news or before closing the weekly se...
the jupiter m. grid ea uses the martingale feature, which can be disabled by setting the multiplier to 1, when placing a grid in both directions.certain functions are useful when t...
every time a stop loss is triggered, the ea increases the sizes of take profit and stop loss by the specified coefficient. the ea does no increase the lot sizes of orders.if the op...
the "" articles describes how you can create a user-friendly interface for your programs. implementation of interactive windows is based on the use of the masterwindows class libra...
modification of the standard awesome oscillator by bill williams. recommended timeframe - М15.it is more suitable for capturing small movements (abouts 100 points) on volatile pair...
the trade panel for manual and automated trading demonstrates the possibilities of the library. the panel code has been automatically generated using the environment for visual des...
the indicator is designed for calculating and displaying the options levels on the screen.download the СМЕ bulletin:or from here: ftp://ftp.cme.com/bulletin/fill the input paramete...
this library includes numerous functions, which can speed up the development in the mql4 by saving from distracting on the mechanics and allowing to focus on the logic. for example...
the saw_system_1 expert advisor places pending orders on the basis of the volatility for the last n days. the stop loss is always placed at the level of the opposite order, therefo...
the expert advisor opens positions after the price passes the specified distance: 1 step up - sells, 1 step down - buys. that way it creates a grid, which can be closed manually us...
the indicator is designed for testing manual strategies and for practicing working according to the strategy. it provides operation reports presented as a table, chart, and additio...
the script is designed for opening trades on binary options via the metatrader 4 terminal, if your broker supports this feature.the input parameters set the order type (buy or sell...
the oandaxproduct series is designed to display additional data on orders and positions provided by the oanda fxlabsservice.the oandax orderbook chartindicator is designed to displ...
when run on the price chart, the script modifies the stop loss or take profit of all open orders for the current instrument.example:if multiple buy positions are opened ob the gbpu...
after adding the indicator to the chart, two text labels will appear at the right bottom corner, which display the current spread and the amount of time left until the closure of t...
added trailing stop and breakeven features, which are activated if: 1) they are enabled in the ea settings; 2) the last order has either closed in profit or broken even.trailing_us...
the indicator displays the price pivot point.when the candles form a pattern, where all their wicks can be crossed by a line, as a rule, the price reverses.example:the number of ca...
expert advisor based on rsi. sells at downward crossing of 70, buys at the upward crossing of 30.the levels, stop loss and take profit can be specified in the ea settings....
semi-automatic grid assistant the expert advisor is designed for placing managing grids.expert buttons "buy stop" — open a grid of buy stop pending orders "sell stop" — open a gri...
indicator that displays the change in price as a percentage relative to the open price of the current candle.it can display up to 8 pairs on the chart.candle timeframe can be selec...
purpose of the pattern - predict the type of the next candle: bullish or bearish. it has no further effect.the "checkmark" pattern is plotted the same way as the , which means that...
the indicator shows the difference of arithmetic mean and geometric mean of the price.the price is calculated according to the formula: (o+h+l+c)/4, where О — bar open price, Н — b...
the indicator shows the difference in the estimated values of the current bar and the previous bar.estimated value is the difference between the arithmetic mean and geometric mean ...
class for working with ticks in the metatrader 4. it is suitable for creating experts that make decisions on trading based on the analysis of tick data.the class can calculate:pric...
the indicator displays the total volume and profit of trades for each direction. monitoring is performed only for the instrument the indicator is attached to....
this small cross-platform library allows to the 'double' values of the "price" conveniently and quickly.for example, before placing a selllimit, it is sometimes useful to check if ...
specifically, in this indicator i have studied the movement of the price for a certain number of bars (barscount = 200). for this purpose, the ma with a period of 1 was used (maper...
the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
this cross-platform library allows to conveniently perform byte-wise operation with structures and standard data types.features:byte-wise comparison (== and !=) of the structures a...
in essence, this is source code (template) of the expert advisor that downloads news from the investing.com, written in the mql4 without the use of dll. if you were looking for a w...
the script creates user defined basket of pairs as an offline metatrader 4 chart on the desired time frame, and continues to update the chart on new ticks until it is manually stop...
first, it is using hilbert transform for phase accumulation to calculate macd fast and slow periods, and that way it is having the basic macd calculation adaptive (the interesting ...
this indicator shows how much time remaining to the next bar opening. it provides automatic output string assembling depending on timeframe selected....
the name of the indicator might be a bit misleading. holt's double exponential smoothing is mostly used for forecasting, not as an average. the forecasting method usually used with...
holt's double exponential smoothing, but showing only the trend componentas it can be seen, it is useful oscillator and with some experimenting it can work as good as any other osc...
contents general provisions brief description metacot 2 cftc toolbox indicators is a set of indicators analyzing cftc reports (us commodity futures trading commission) and allowing...
this ea is based entirely on the ichimoku kinko hyo system. trades are opened when the chinkou span crosses the price action, cross up for long, cross down for short. long trades m...
the code contains the implementation of moving average indicator. for the code, the following input parameters are available:period shift method: simple, exponential, smoothed, lin...
this library provides input parameters and functions to build your binary options strategy stored in an indicator to test and improve your strategy in the strategy tester of metatr...
the same ea's as . the additional code allows the user to set parameters on rsi and momentum. for guidance, in the variables, if the rsi buy restrict is set to 70, the ea will not ...