when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. green for the growth of a financial asset, pink color for its fall. ...
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...
this is an implementation of the market cycle indicator described by raghee horner.the indicator principle is simple:green bars represent the presence of an uptrend, which appears ...
breakout of the overbought zone trend in the overbought zone breakout of the indicator's midline - beginning of the buy trend continuation of the buy trend outside the overbought ...
the library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
the 'history deals and orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.data can be displayed in the experts t...
the "pending orders up" script sets a grid of orders above the current price.input parameters gap for pending orders up from the current price (in pips)- the distance from the curr...
the "pending orders down" script sets a grid of orders below the current price.input parameters gap for pending orders down from the current price (in pips)- the distance from the ...
the expert advisor uses burg's method for linear prediction. linear prediction is based on finding future values as linear functions of previous values. suppose we have the x[0]..x...
the expert advisor sets a grid of pending orders above and below the current price.the ea algorithm is as follows: if there are no pending orders and no positions, the ea sets five...
the indicator with an additional signal line and arrows displayed at the intersection of the main and the signal lines.the principle for determining the intersection of the main an...
the expert advisor works with pending orders: it sets buy stop and sell stop at the specified time. pending orders are set with the stop loss. the ea uses virtual take profit, i.e....
the expert advisor opens positions at the specified time. you can set separate permissions for opening buy and sell positions. you can also configure the ea to close positions at a...
the ea trades using the signals of the following indicators: istddev (two indicators), imacd, icci, iatr.indicators parameters:as you can see, the timeframes of indicator are hard-...
trading strategy after a losing trade, the МТ45 ea opens the next trade with a higher lot.the first deal is always a buy operation, after that positions alternate, i.e. buying-sell...
the expert advisor tracks the signals of the indicator on three timeframes m1, m5, h1.attention: by default it is assumed that the compiled indicator is available in [data folder]m...
the library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
the expert advisor allows trading based on the istochastic (stochastic oscillator) indicator signals four financial symbols at a time. symbol names, as well as stop loss and take p...
the indicator was described in the article "the vortex indicator" published in the january issue of "technical analysis of stocks & commodities" (2010).a detailed description o...
this library provides every mql program with a separate icon in the notification area of the windows taskbar. the library enables you to display text messages by sending them from ...
a trading system based on the indicator signals.note in order to provide conditions for the ea operation, you should add the compiled indicator file to [data folder]\mql5\\indicato...
the script has three independent functions for determining the current (nearest) forts futures.the short name of the futures, such as br, is specified in the script parameters.the ...
indicator lines show the accumulated sums of bulls and bears power for the user-defined period.method of calculation bulls power is calculated by the following formula:bullspower(i...
the flat channel ea trades breakouts of the flat channel. when a flat channel is found or when the market slows down, the ea places a pending order expecting the channel breakout. ...
the harvester expert advisor closes a half of the profitable position when the following condition is fulfilled: the distance between the current position price and the position op...
a trading system based on the alligator indicator. if possible, the ea moves positions to breakeven and then enables trailing stop.buy signal:sell signal:...
the expert advisor tries to take losing positions to profit. it locks positions.it is important to configure minimum profit (the "profit percentage" parameter) appropriate to your ...
the ea executes trading operations at the opening of the bar, and does not work inside the bar (does not analyze ticks).the "e-skoch pending orders" expert advisor places stop orde...
input parameters n-seconds ago- the number of seconds to record price movement.step (in pips)- step value.lots- position volume.stop loss (in pips)- stop loss value.take profit (in...
the expert advisor uses two indicators, including (moving average convergence/divergence, macd) and (stochastic oscillator). no more than one position per bar can be opened. it use...
resistance and support lines are drawn based on the indicator. the indicator takes into account the fact that the last value of fractals can be redrawn, therefore +5 additional bar...
it is a dream of mine to have a robot that optimized itself, that way i would know that it was always working with the best values. this is my humble attempt to bring a piece of my...
cequityhstbar is the library for showing the equity of ea back-testing on an offline chart. the class is designed to write the equity data in back-testing into .hst file, and then ...
an implementation of the dictionary (associative array) data structure in mql5, based on and .hash function fnv-1ausage primitives:it can also store pointers to objects (but not ob...
3 moving averages that give target and possible entries.works in any time interval, but is most used in short timeframes like m1, m2, m5, m10.update: 26-11-2017colored moving avera...
indicator displays the value of defined stop loss and or take profit in the deposit currency.note: it calculates an estimated value based on a simple calculation and does not take ...
script for checking the indicator, it is intended for sending quotes with a delay.how to check: run the script and indicator with a common communication channel on the same instrum...
this expert advisor uses three indicators, rsi (relative strength index), fast moving average (5 period), slow moving average (200 period).the idea of this strategy is to determine...
new renko 2.0 (indicator) with a lot more information (time, volumes, and spread).inspired by for mql5 by serhii ivanenko and for mql4 by tim welch.references the library for metat...
a library for common rounding methods used in mql development, primitive wrapper class for type (double), and vector for cdouble objects. mql5 and mql4 compatible!cdouble the cdoub...
added:channel adjustments: press 1 to widen, press 2 to tighten channel. modified:movable red dot (see the screenshot below). lines on the chart. input parameters. arcs:channel:s/r...
eabreakevenis an ea that moves the stop loss to breakeven and simultaneously plays the sound, when the stop loss is changed. ea manages the positions for the current chart currency...
note:the current chart symbol can be switched by writing the desired one in the symbol box.used fonts arial arial black calibri tahoma trebuchet ms webdings wingdings wingdings 2...
when creating an automated trading system, developers often face the problem of choosing from a number of possible solutions. patterns would be very useful in such cases. almost ce...
the "macd crossing the zero level" indicator uses the style to draw areas, in which macd is above or below the zero line.in the indicator settings, you can select the macd line to ...
the "macd crossing the zero level" indicator uses the style to draw areas, in which macd is above or below the zero line.in the indicator settings, you can select the macd line to ...