the ea waits for a control bar having its open hour equal to start hour. after that, the search for maximum and minimum prices from the current bar up to the search depthbar is per...
the ea is based on indicator and implements the following conditions:if ma close exceeds ma (h+l+o+c)/4, while ma (h+l+o+c)/4 exceeds ma open - buy.if ma close is less than ma (h+l...
the expert advisor based on irsi (relative strength index, rsi) indicator and a small neural network. use ohlc mode during optimization - the ea itself only operates when a new bar...
the expert advisor works both on netting and hedging accounts. the ea works at the moment of forming a new bar only, and allows holding only one position in the market. it compares...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
the trading system based on the signals of the indicator. trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed st...
the trading system based on the signals of the indicator. the signal is formed when a bar is closing if there is breakthrough of an overbought/oversold level. since there are two l...
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 the signals of the indicator. the signal is formed when a bar is closing if there is a channel breakthrough.for the generated ea to operate correctly, t...
the ea works both on netting and hedging accounts. it works on every tick. in order to place pending orders (buy stop and sell stop), the ea analyzes icci indicator values on bars ...
the expert advisor is designed to work only on hedge accounts: it opens buy and sell positions at once.inputs:lots - position volume if there are no open positions at the momentlot...
the ea only operates when a new bar appears. it always uses irsi indicator, while using ima indicators depends on the trade on moving averageparameter:ma trade: off - moving averag...
the trading system based on the signals of the indicator. the signal is formed when a bar is closing if there is a channel breakthrough.for the generated ea to operate correctly, t...
code mq5 by: note: the ea was developed solely for checking a random market entry! the ea opens positions depending on the value obtained in the random number generator. stop loss ...
idea by:code mq5 by:the ea works both on netting and hedging accounts. it places pending orders only when a new bar appears.what it makes first, three parameters (hour 1, hour 2, a...
two identical trading systems (for long and short positions) based on the signals of indicator , which can be configured in different ways within one expert advisor. for this purpo...
a trading system based on the signals of indicator . the signal is formed when a bar is closing if there is change in candle direction maintaining change of its color.for the gener...
the robot works only on cryptocurrency exchange. it places a specified number of buy and sell orders considering the market depth price or a guide (fair contract price obtained fro...
a trading system based on the signals of indicator . trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed stars c...
idea by:code mq5 by:the ea uses indicators ima (moving avrage, ma) and irsi (relative strength index, rsi).original description:bago system can be categorized as a trend following ...
trading system based on indicator signals. the signal is formed when a bar is closing if there is breakthrough of an overbought/oversold level. since there are two levels, each of ...
the ea only checks for a trading signal or an addition to the position when a new bar appears.the ea is based on indicators ima (moving average, ma) and imacd (moving average conve...
idea by:myth63code mq5 by: the ea only checks for a trading signal or an addition to the position when a new bar appears.the ea is based on indicators ima (moving average, ma) and ...
closing positions when reaching the close all if profitlevel. the overall profit on all positions is considered regardless of the symbol or magic number.a profit is calculated only...
code mq5 by:the ea works on hedge accounts only!the ea tracks all positions regardless of the symbol or magic number.as soon as a position (opened by another ea or manually) featur...
idea by:code mq5 by:the ea works on hedge accounts only!a very simple idea: open two opposite positions simultaneously. however, stop loss must be greater than take profit. we expe...
idea by:code mq5 by: the ea works on hedge accounts only! swing-based expert advisor: the ea sets a pending sell stop or buy stop order with an increased lot and in the opposite di...
idea by:code mq5 by:the ea based on ialligator (alligator) indicator. it can work both on hedging and netting accounts, since it always holds only one position in the market at a t...
idea by:code mq5 by:the ea is only working at the moment when a new bar appears (except for trailing that is active at each tick). trade signals are formed based on indicator iatr ...
idea by:code mq5 by:the ea works on hedge accounts only!the ea uses the following indicators: icci (commodity channel index, cci) and two imas (moving average, ma). it is possible ...
idea by:code mq5 by:this is a multisymbol ea, i.e., it works simultaneously on three symbols: eurusd (symbol #1), gbpjpy (symbol #2), and audnzd (symbol #3). a simple neural networ...
idea by:code mq5 by:the ea works on hedge accounts only!in the ea, classes , , , , , and were used.four levels, i.e., the spaces for placing pending orders, can be specified in inp...
the ea is intended for opening orders buystop and sellstop.on the panel, you can specify the distance to the order and the lot sizes of stop loss and take profit.the ea uses the de...
idea by:code mq5 by:the ea works on hedge accounts only!the ea works based on indicators irsi (relative strength index, rsi) and . based on indicator rsi, trough and peaks are sear...
idea by:code mq5 by: the ea works on hedge accounts only! it works on each tick.the ea works in a cyclic manner: the initial reference point is no open positions on the market. tra...
idea by:code mq5 by:the ea trades on ima (moving average, ma). it holds no more than one position in the market.opening rules (revers signals == false): open buy: price ask > ma...
idea by-the expert advisor uses the istddev indicator values from the sliding window over the "sliding window size" days and calculates the average indicator value in this window. ...
idea bythe expert advisor trades using the imacd (moving average convergence/divergence, macd) indicator signals.signal generation rules:the ea only operates when a new bar appears...
ideabythe expert advisor uses the custom indicator, which is a smoothed . determine trend existence based on the indicator values on bars #0, #1, #2, #3 and #4:(stddev #0 > stdd...
two identical trading systems (for long and short positions) based on the signals of the indicator, which can be configured in different ways within one expert advisor. for this pu...
the expert advisor will buy when the rsi indicator enters the oversold zone, and will sell when rsi enters the overbought zone.openbuy, opensell — now you can configure only buy, o...
the ea compares yesterday's high and low prices with the current day close price. as soon as the current price breaks through yesterday's high or low, immediately open a position. ...
two identical trading systems (for long and short deals) based on the indicator signals that can be configured in different ways within a single ea with an ability to change the vo...