expert advisor based on rsi. sells at downward crossing of 70, buys at the upward crossing of 30.the levels, stop loss and take profit can be specified in the ea settings....
semi-automatic grid assistant the expert advisor is designed for placing managing grids.expert buttons "buy stop" โ open a grid of buy stop pending orders "sell stop" โ open a gri...
in essence, this is source code (template) of the expert advisor that downloads news from the investing.com, written in the mql4 without the use of dll. if you were looking for a w...
this ea is based entirely on the ichimoku kinko hyo system. trades are opened when the chinkou span crosses the price action, cross up for long, cross down for short. long trades m...
the same ea's as . the additional code allows the user to set parameters on rsi and momentum. for guidance, in the variables, if the rsi buy restrict is set to 70, the ea will not ...
it is a metatrader 4 code example of macd automated expert advisor, with advanced money management function and trailing stop as well.the idea is:filter as multi time frame code ex...
yen tradertrades jpy crosses (xxxjpy) where xxx is one of the major currencies (except usd which will be used as a reference currency).based on the selected direction (r:right or l...
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. ...
useful watcher for your expert advisor. this ea will send with every new trade opened or closed. information about opened or closed trade is included in the message.recommendations...
the proper bot is for those who like martingale style trading. features: stop loss, take profit, trailing stop loss functions. all are calculated in points. a high and low level pa...
this ea opens a grid of buy stops and sell stops at a specified distance from price. it is not a fully automatic ea. you need to reset it once a while.features startinglot increas...
description this is an example for heiken ashi candles.only uses pending orders (buy-limit & sell-limit). hedging is possible (by using different magic numbers). filter is poss...
this expert will duplicate a trade with the preset lot multiplier on the same account. no cross-account functionality, trades only on the same account. can be synced on a virtual h...
this ea calculates the strength of various currencies according to the percentage change in a day from the opening of the candle. if some currency is very strong or very weak, it w...
trailing stop allows you to automatically protect the profits with your positions. it adjusts itself according to the current market rate and the amount of pips you give it to trai...
the "test_chartevent.mq4" expert advisor is an example demonstrating the various types of chartevent: keyboard keys events, mouse click & move events, custom events. you can pr...
this is a simple ea based on and indicators found in the market. this ea is for educational purposes only and does not guarantee any profit.ea rules the following are the rules of ...
the ea implements a hidden stop loss and take profit system. the system is run as follows:first, open the buy and/or sell orders that you desire for a particular chart symbol. seco...
this tiny helper tracks total profits for sell and buy orders separately, displays them in two buttons attached to a chart and allows one to close either all buys or all sells by c...
1. about perceptrons about perceptron:i referred to "" as the logic of perceptron.2. algorithm 2.1. inputs the w1, w2, w3and w4are weights which set the values decided by your opti...
the expert locates bearish and bullish divergence and initiates a trade at the possible beginning of a trend change, this is the first wise man. next, it will attempt to add positi...
the expert advisor is intended for automatic placing of buy stop pending orders and sell stop pending orders simultaneously, stop losses and take profits on the user specified leve...
the expert advisor is supposed to pyramid into big and fast market movements. it adds up on profitable trades and instantly trails them when in profit. trades are entered when pote...
the expert advisor looks for correlations of the market watch list symbols, calculates average true range ratios for every hedging combination and assigns different magic numbers f...
opens buys on bullish engulfing candles when rsi is above overbought and sells on bearish engulfing candles when rsi is below oversold.when the account's profit reaches the desired...
the expert advisor robot_adx 2ma uses 4 indicators for the analysis: 2 moving average and 2 adx indicators on periods of one minute and one hour.uses a fixed volume of the lot and ...
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...
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...
generates a random number, and if this number is even, it will buy, if odd - it will sell.only 1 position at a time.settings choose the sl distance. choose the tp distance. choose...
the ea downloads the quote history of the current chart symbol and period by "pressing home button". the method is based on the idea implemented in the s-downloader ะพั talex script...
moving average studies this ea was created to study the effects of various trade and money management strategies applied to a simple system, using only a moving average for bias. w...
this is a not big assistant for trading with limit orders.its meaning is that if you want to place two limit orders on both sides of the price, you will have to wait until one of t...
this expert advisor is using the macd indicator to open trades.it works on any symbol and support 5 and 4 digits brokers.the exits are based on fixed stop loss and take profit valu...
adx expert is based on adx indicator and can be traded on every tradable symbol.the expert is trading fixed position size, and has fixed stop loss and take profit.inputs lot size ...
this ea will monitor the net profit of a currency basket and close all positions when the specified profit has been acquired. it does not matter which chart you run the bot on, all...
zone recovery is an advanced hedging system. when the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.if the ...
the ea uses two modes of martingale strategy:strategy 1 the ea enters trades according to the price that is above or below moving average. if we lose a trade then the ea will take ...
ea is run say once every minute and writes the status of isconnected, spread, stop and freeze level to a file.parameters i_recordperiodinminutes- in minutes, how often the spread e...
if the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. the process repeats itself u...
what i have is an ea working from 2000, but it is not optimized.the ea works by moving average trend and rsi signals at overbought & oversold areas. it doesn't have targets but...
this ea uses "renko" box size on metatrader 4 chart. when a renko box is created (not visible, only calculated in pips) and price reaches the level where there was a fractal, the e...
rsi & cci divergence ea trades when there is a divergence of "rsi" or "cci" indicator has trailing stop loss &take profit works on all time frames major forex pairs and sto...
"fibonacci" ea trades when there is a retracement from "fibonacci" levels.this ea can trade with all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea t...
"pinbar" ea trades when there is a pinbar pattern,has trailing stop loss &take profit works on all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea...