the simplest expert advisor based on mfi. sells at a downward crossing of an oscillator overbought level, buys at an upward crossing of an oscillator oversold level. the entry sign...
the entire chain: indicator, indicator signals module.candelshighopen expert advisor is based on the candels high open indicator trading signals module. the ea has been generated b...
original turtle rules trader ea implements a trading system described in the book . according to the description given in the book, the famous turtle trader system consists of the ...
the simplest expert advisor based on wpr. sells at downward crossing of an oscillator overbought level, buys at an upward crossing of an oscillator oversold level. the entry signal...
the expert advisor opens an initial position in the current candle's direction and increases its volume if profit in points increases a threshold fixed in the ea inputs.the data on...
the exp_colorjfatl_digit_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicat...
the expert advisor is based on moving averages crossing.simple fx ea trades forex automatically using the moving averages.the mas feature customizable period, method and type. orde...
the exp_bezier_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicator line co...
the ea opens and closes positions at a specified time. the condition is additionally checked:only hh:mm are considered in the inputs (time).inputs:opening time (only hh:mm are cons...
the main difficulty of the code is comparing icci and imacd values with the "buy sell level" variable. the indicator values may be different several or even dozens of times.for exa...
the exp_jbraintrend1stop_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicat...
i have developed this ea based on my own trading experience. the market and the price are chaotic entities with no laws, therefore forecasting future movements is meaningless. howe...
the expert advisor trades on the market jumps using no indicators.the idea behind the ea is that stop orders move on the set distance from the current price discretely in time.if t...
if an even simpler ea exists, i would like to see it!the ea does not use any indicators. it simply opens two opposite positions when a new bar appears.then, it waits till both are ...
trendmeleaveme is a metatrader 5 ea. the semi-automated expert advisor using a trend line (trendline).before launching the ea, simply draw a bullish or a bearish trend. set the pro...
description:just a very simple break-out trading example as seen on the buy-entry example image below.the sell-entry would be as revers of buy-entry image.by candles only with no i...
automated trading system for breakouts in the london and new york sessions, which considers trading ranges formed during the sydney and tokyo sessions.default settings: gbpjpy h1. ...
works only on the hedge accounts! martin, martingale. doubling the lot at loss.it starts by opening two opposite positions with the minimal lot. the "takeprofit" and "stoploss" lev...
the exp_adaptivecgoscillator_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position ...
the simplest ea based on the . sells at downward crossing of oscillator overbought level, buys at the upward crossing of oscillator oversold level. the signal is formed when a bar ...
the exp_fishertransform_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position of th...
getting the indicator values on the first and second bars://--- get moving average mas=imaget(handle_ima1,1); // long moving average 12 maf=imaget(handle_ima2,1); // short moving a...
the exp_2pbidealma ea is based on the crossing of moving averages with position scaling according to the trend. the signal is formed when a bar is closing if there is crossing of s...
signals based on four ima (ma) indicators, by price_open, price_high, price_low, price_close prices. trades only on hedge accounts.block for determining the signal direction:double...
the exp_colorzerolagmomentum_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position ...
trades using the pending sell limit and buy limit orders. removes all orders and closes positions at 23:59.calculation of prices for pending orders:in this case, if there are pendi...
the expert advisor which uses the ao and ac indicators in its operation, which were proposed by the bill williams.the ea buys at green ao and ac, sells at red ao and ac. the market...
the istochastic (stochastic) oscillator, iwpr (larry williams' percent range) indicators are used.recommended period is m5. test on eurusd m5, from 2016.06.01 to 2016.11.18, initia...
the ea represents a stealth program, which manages the positions using labels.the ea and this way of working are well proven when working with certain brokers.the ea functionality ...
the expert advisor processes signals from four iwpr indicators with different averaging periods: iwpr(26), iwpr(27), iwpr(29), iwpr(30). the obj_text objects are displayed on the c...
the simplest ea based on the . sells at downward crossing of oscillator overbought level, buys at the upward crossing of oscillator oversold level. the signal is formed when a bar ...
the expert advisor trades based on two ima: ima(5) and ima(4) on the m5 timeframe. individual takeprofit and stoploss levels are set for buy and sell.block for making decisions:the...
the expert advisor opens a reverse position, additionally placing a grid of orders for reinforcement. analysis of price changes is performed on a certain number of bars.this simple...
grid with a constant step. grid lot sizes based on fibonacci.this is not a "set and forget" kind of expert, it is a tool for manual trading. the ea is in automatic mode of executio...
intersection of two ima.the expert advisor works based on intersections of two moving averages. at an intersection a position is opened either upward or downward, at a reverse inte...
attention: parameters should be optimized on the m5 timeframe for the last 12 weeks!the prophetexpert advisor consists of two independent linear perceptrons.each of them separates ...
the trading system based on crossing of the di+ and di- lines of the indicator. the signal is formed when a bar is closing if there is crossing of red and green lines of the indica...
signals from the iadx (average directional movement index) indicator.making decisions about opening and closing positions based on the iadx values:result on eurusd m15, from 2016.0...
uses 15 ima indicators (on three timeframes — М15, h1, h4 — and with five averaging periods — 5, 8, 13, 21, 34) and two iac indicators on m15 and h4).results for eurusd m15, from 2...
pipsing ea. take profit is set at 10 pips. different stop loss and take profit levels are provided for buy and sell orders.the peculiarity of the strategy is the lack of indicators...
the simplest ea based on the . sells at downward crossing of indicator zero level, buys at the upward crossing of this level. the signal is formed when a bar is closing if there is...
the exp_rsioma expert advisor based on the signals taken from the histogram. the signal is formed when a bar is closing if there is breakout of the support or resistance levels by ...
intersection of two ima (ma).users often ask to write a simple expert advisor.the presented ea does not claim to be able to save the deposit from "blowing". its task is to verify t...
the expert advisor trades daily breakouts. it places pending buystop and sellstop orders.trading daily breakouts. every day at the specified timeset time ("terminal time") pending ...
the exp_bykovtrend_reopen trading system based on the signals of the indicator with scaling up by the trend. the signal is formed when a bar is closing if a colored indicator arrow...