the indicator with the timeframe selection option available in the indicator input parameters:the indicator requires the color_qema_envelopes_digit.mq5 indicator file. place it to ...
the expert advisor uses three indicators: ma(150), rsi(3) with levels 80 and 20, stochastic(6, 3, 3) with levels 70 and 30. you can change these parameters and set your own values....
automated calculation of stop loss levels based on the average true range indicator (atr) indicator.calculation method: the "max" level: add to the open price the atr value multipl...
an assistant expert advisor. only closing positions:positions are moved to breakeven, stop loss is calculated based on the stopatr_auto indicator, positions are closed at the inter...
the ea trades during two trading sessions, starting at the specified session beginning time. stop loss. take profit.inputs:start_hour_eu_session โ the beginning of the european ses...
the expert advisor manages all open positions in the terminal (on all symbols and with all magic numbers). if the total profit has not reached "minimum_profit", the ea waits.if the...
positions are only opened at the specified time (+ shift set in "additional hour"). bullish and bearish bars are counted on period_m1 (m1). the money management classes cmoneyfixed...
the getprofitinpoints function is still available, but it is recommended to use the new getprofit function:the getprofit function returns the following information about a position...
the indicator calculates standard vwap (volume weighted average price) line, with the advantage of user defined start point.the start point is movable and can be changed by moving ...
this utility program is designed for recording tick quotes in the text (csv) and binary (bin) format. files are saved to the mql5\files folder. quotes are recorded with a constant ...
the indicator with the timeframe selection option available in the indicator input parameters.the indicator requires omni_trend.mq5 indicator file. save it to <terminal_data_fol...
the indicator implemented using the classes of libraries that were described in detail in the article , using current timeframe data. it provides the ratio between time elapsed sin...
the indicator implemented using the classes of libraries that were described in detail in the article , with the possibility to set a fixed timeframe, data from which the indicator...
buy a security (open buy positions) at a lower price, sell (open sell positions) at a higher price.basic position opening principle:if the profit of all buy positions is less than ...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a trading system based on the indicator signals. a signal is formed at the close of a bar if a large colored indicator dot has appeared.the expert advisor uses the compiled indicat...
the paramon indicator with a color filling of the channel.this indicator was first implemented in mql4 and published in on 17.10.2007.fig. 1. the partest indicator...
a further development of .difference from 1.000:the ea is only launched on period_m1 (see the explanation below, parameter time frame). the ea now trades two symbols simultaneousl...
if a trade is closed by stop loss, the volume is doubled; if it's closed by take profit the minimum volume is used. ontradetransaction is used to determine whether a trade was perf...
oscillator using inverse fisher transform.this indicator was first implemented in mql4 and published in on 25.03.2008.fig. 1. the colorfisher_m11 indicator....
calculating moving average using commodity channel index data:it is similar to launching in the terminal the moving average indicator in the commodity channel index window with "pr...
a trading system based on the 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 indicato...
the indicator with the timeframe selection option available in the indicator input parameters:the indicator requires colorfisher_m11.mq5 indicator file. add it to <terminal_data...
a trading system based on the signals of the indicator. a signal to open a position is generated at the close of a bar if the color of the histogram has changed to blue or pink, i....
it provides the ratio between time elapsed since bar beginning and the duration of the entire bar in percent. the indicator is performed in two variants: rising and falling.to corr...
it provides the ratio between time elapsed since bar beginning and the duration of the entire bar in percent. the indicator is performed in two variants: rising and falling. also t...
a channel based on peaks and troughs of .to provide correct compilation of the indicator, add the alexstal_outsidebar.mqh library to <terminal_data_folder>\mql5\include.fig. ...
description the expert advisor was created at the request of one of the forum participants.a comment by vvx080: the idea is to create a grid of stop orders, e.g. we first set two o...
in both platforms (metatrader 4/5), you can run the following script to save a report (in the form of metatrader 4):and see a generated html report in the resulting file:it can be ...
the script saves current chart settings to a template with the specified name.there is only one input parameterfor the template name name template. the name should be specified wit...
the metatrader 5 provides an excellent function for profiling expert advisors on historical data. but it has some disadvantages: it is slow (in the visual mode), and the final resu...
the indicator displays trend power and direction based on four moving averages. four value levels are used for the rising and falling trend. these value determine the trend strengt...
the indicator with the timeframe selection option available in input parameters:the indicator requires mikahekin.mq5 indicator file. save it to <terminal_data_folder>\mql5\in...
a trading system based on the indicator signals. the trade signal is formed when a bar is closing if the color of the indicator bar has changed.the expert advisor uses the compiled...
the indicator with the timeframe selection option available in indicator the input parameters.the indicator requires forcetrend.mq5 indicator file. save it to <terminal_data_fol...
the indicator implements a breakout system using the mikahekin indicator channel.when price exits the gray channel, the candlestick color changes to the color corresponding to tren...
a trading system using the price channel principle. position open signals are formed on the second bar after the price moves above or below the channel borders. trade should be per...
description of generation of position open signals:stoh_main_1 - the value of stochastic oscillator on bar #1. inpstochasticlevel - input for stochastic level. ac_1 - the value of ...
we open a new position opposite to the previous one. inputs only contain stop loss, take profit and the minimum lot.the stop loss and take profit parameters should be optimized.exa...
the indicator shows a text block with the values โโof the user defined atr period for each timeframe. the size of the text block is customizable. you can also change the text font ...
the library contains functionality that allows you to understand the basics of work with custom symbols, and offers some ready-made solutions that can be useful.example when you ru...
the strategy is based on the zigzag indicator and pending orders.the code idea first appeared in the forum topic (in russian).the general principle of the "last zz50" strategy:in t...