idea by:mql5 code by: .a simple martingale. if no positions are opened, the entry is by indicator istochastic (stochastic oscillator).inputslots - initial lot size to open a positi...
an expert advisor for closing all positions, in case of the total losses on those positions exceeded the stop loss level fixed in inputs, or where it is necessary to close all posi...
an expert advisor for closing all positions, in case of the total profits on those positions exceeded the take profit level fixed in inputs, or where it is necessary to close all p...
an expert advisor for closing all positions, in case of the total profits on those positions exceeded the take profit level fixed in inputs or the total losses on those positions e...
idea by: .mql5 code by: .the ea trades on the signals of indicators icci (commodity channel index, cci) and iao (awesome oscillator, ao). it also considers the current open prices ...
idea by:mql5 code by: .along with the option of enabling/disabling stop loss, take profit, and trailing, you can also choose how to use the signals of indicators: to use either bot...
two independent trading systems using indicators and within one ea, with an option of changing the size of the future trade depending on the results of the previous ones. signals t...
two independent trading systems using indicators and within one ea, with an option of changing the size of the future trade depending on the results of the previous ones for this t...
idea by: .mql5 code by: .virtual trailing can place stop loss and take profit, and trail the position in such a manner that stop orders are not visible to broker, i.e., they are no...
two independent trading systems using indicators and within one ea, with an option of changing the size of the future trade depending on the results of the previous ones for this t...
this is a simple but pretty effective ea i have been working on. it is a basic three moving average cross for opening orders, and it uses macd as verification before opening.update...
working strategy if there are no open positions (opened by the ea), two oppositely directed positions with the "lots" initial lot are opened with a stop loss equal to "stop loss", ...
the ea trades a simple pivot: each new bar features a trading signal for opening a buy position. at the same time, the following limitations are built in:the pivotitself is calcula...
if the profit reaches "profit close" or the loss reaches "loss close", all positions are closed, while pending orders are removed.the "all symbols" parameter is responsible for wor...
the ea uses the ima indicator (moving average, ma) and analyzes the last six bars.inputshow many lots to deal with (may be less than one) the period for the averager check for too-...
the ea uses the following indicators: iadx (average directional movement index, adx), two imas (moving average,ma) - one indicator at close prices and another one at open prices, i...
three independent trading systems using indicators within a single ea with an ability to change the volume of a forthcoming trade depending on the results of the previous trades fo...
three independent trading systems using indicators within a single ea with an ability to change the volume of a forthcoming trade depending on the results of the previous trades fo...
closing positionsthis ea sets the level of the total profit of all positions (opened by the ea) in points - "total profit target" parameter. at the same time, there is a limitation...
three independent trading systems using indicators within a single ea with an ability to change the volume of a forthcoming trade depending on the results of the previous trades fo...
a trading system using the trend-following indicator with the possibility to set a strict trading time interval and change the volume of a forthcoming trade depending on the result...
the strategy operates with pending limit orders.main idea if at start hour, we set the grid of pending orders from number of pending ordersof each type (buy limit and sell limit), ...
the ea applies data from the zigzag custom indicator. this indicator is used to define the channel. buy stop and sell stop pending orders are placed along the channel borders. afte...
the ea works with pending buy stop and sell stop orders. at the start of the day, pending orders from the previous day are deleted. new buy stop and sell stop orders are placed at ...
the ea is based on three ima (moving average, ma) indicators using the mode_sma averaging method (simple averaging). it works on every tick.signal for opening a buy position "ma 1"...
the ea trades by a single ima (moving average, ma) indicator. all indicator parameters are included to the inputs. operation is performed at each tick: as soon as a signal is recei...
the ea uses icci (commodity channel index, cci) indicator value on the last four bars and open/close prices on the last three bars. a position opening signal is checked if less tha...
the ea only operates when a new bar appears. position volume is always fixed and set in the lotsparameter. stop loss, take profitand trailing stopparameters can be disabled - to do...
the ea only operates when a new bar appears. position volume is set in the lotsparameter. separate stop loss buy, stop loss sell, take profit buyand take profit sellparameters are ...
the trading system based on indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there is a channel breakthrou...
the trading system based on indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there is a channel breakthrou...
the trading system based on indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there is a channel breakthrou...
the trading system based on indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there is a channel breakthrou...
the trading system based on indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there is a channel breakthrou...
the ea at change for your time zone (my is +1 hour). should be 9am london timehours offset in minutes when to look on priceminutes places a pending buy stop and sell stop orders. t...
the trading system based on the indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading syste...
the trading system based on the indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading syste...
the idea is trivial: if rsi is in the oversold area and starts reversing upwards, while moving average goes up as well, this is a buy signal. an opposite case is applied to selling...
the ea opens positions having lotsvolume. we can set stop loss and take profit. trailing can be enabled for positions. it is recommended to launch the ea on m1.when a new bar appea...
the trading system based on the indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading syste...
the ea applies two indicators: ialligator (alligator) and irsi (relative strength index, rsi). alligator acts as the main indicator, while rsi is used as a trend filter.rsi as a fi...
how it works if there is a position, and the price moved from the last position open price (stored in the m_last_deal_price_ininternal variable) for the specified distance, while i...
this ea searches for horizontal and trend lines of specified color in monitoringcoloron current chart and notifies you when price crosses them.when it happens, after the notificati...
the expert advisor scans past 500 closing bars and looks for common closing regions as entries. it then uses a simple cross of three moving averages of varied length as a signal fo...
three independent trading systems using indicators within a single ea with an ability to change the volume of a forthcoming trade depending on the results of the previous trades fo...
idea by:the expert advisor is based on the iichimoku (ichimoku kinko hyo) indicator. if the last position was closed at a loss, the next one will be opened with the increased volum...