easy ea for closing positions of the symbol with profit or loss.settings: tpforsymbol — set profit amount to indicate when to close all positions for the symbol of the chart. swap...
a robust ea template to help correctly set take profit and stop loss levels, enter and exit positions, and handle terminal issues, such as crashes or disconnects.to use, input your...
you can manually click the close profit button to close all orders that have a profit. order will auto close by take profit parameter or trailing process. features: button close ...
the ea looks for trend using three mas (period 200, 50, 25 or other) and opens orders using the parabolic sar indicator. there is martingale in an expert advisor, the lot is calcul...
dxerofthis ea will help you set stop loss and take profit on your open position (manual order).ea can set sl/tp to all pairs, and you just need attach the ea on one pair only.in th...
ea opens trades from support and resistance levels (trendline — element from a toolbar) which were set by a trader. the direction is selected by the arrows, graphically.two options...
this utility copies deals from master to slave account. accounts could be opened at different brokers. the utility translates all essential information between accounts using commo...
this is a working singleton code example. the sole purpose of this post is to provide a working code sample of a singleton object. a singleton object is created when there 'can be ...
tomas hruby in cooperation with parbest company.the system is based on opening of only one trade per day. last year, the system was running on a real account, where he produced nic...
close at time is an expert advisor for metatrader 4 trading platform, that closes open positions or deletes pending orders or both. you can also specify how it should be closed — b...
ea opens trades from support and resistance levels (trendline — element from a toolbar) which were set by a trader. the direction is selected by the arrows, graphically.ea revolves...
let's say that a trader enters the market with a buy and sell active when a currency is at a level of, say, 100. the price then moves to 200. the buy will then be positive by 100 a...
the idea of the expert advisor was mine. the code of the expert advisor is written by .real trading period: from 23.02.2015 to 23.07.2015.according to my observations, trading with...
the expert advisor is based on the williams percent range indicator. it sells in the overbought zone and buys in the oversold zone.the expert advisor was created for the М1 timefra...
elementary trailing stop able to distinguish its "own" orders among others by comment and/or magic number. it also distinguishes the financial instrument that needs to be trailed.h...
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...
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...
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....
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 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...
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...
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...
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...
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 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...
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...
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...
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 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 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...
the newly formed candlestick is analyzed, and an order is placed as soon as the breakout of high or low of the previous candlestick occurs. once the price gains profit equal to the...
the expert advisor is based on the lot management according to the labouchere system.about the system in theory, the sl and tp must be equal or almost equal. a trader takes a certa...
the expert advisor is based on the operation of its predecessor — , but using the envelopes indicator.the ea was designed for eurusd on the М1 time frame (for 5-digits), it is suit...
the binario expert advisor is based on the exponential moving averages of the same period, but for different price types (high and low). this ea does not use the signals to buy or ...
the heiken ashi naive expert advisor is based on the heiken ashi candle chart system and uses the standard indicator of the same name. the «naivete» of the trading system used is t...
the ea works without the use of indicators. uses only the price values of the current and previous bars for operation.the idea of the ea lies in the searching of pivot points. it e...
trading robot based on the theorem "".despite the complexity of the theorem itself, its conclusions are quite trivial. therefore, the logic of making trading decisions in the robot...
the ea closes orders, opened in the terminal, when certain loss is reached by them in the account currency. including the orders opened for all other pairs on which the adviser is ...