this ea demonstrates placing order and then modifying the orders to set sl and tp.then, 30 seconds after the opening the order the order is closed.this can be used in strategies wh...
this is an ea to generate signals based on rsi signal crossing the upper level or lower level.it detects when the market is overbought or oversold and then places trades....
default trailing stop allow you to take a safe way to trade by ensure that if there is a reverse fluctuation you will be guaranteed profit.but sometime you want trailing stop to ta...
single currency or manual orders closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. the code check for comment to ...
single currency or manual orders closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. the code check for comment to ...
set grid distance.open a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance.when the price rise two grid distance, close the ...
some grids setted around the moving average index.in general, trade of nomal grid is afraid the price break of grid. so i think turn the straight line of grid into the curve. then ...
trading strategythe ea uses a custom indicator - the signal is the intersection of two indicator lines. the indicator is created on the specified timeframe 'working timeframe' - th...
trading strategythe ea uses a custom indicator - the signal is the intersection of two indicator lines. the indicator is created on the specified timeframe 'working timeframe' - th...
trading strategythis is a very simplified trading strategy based on two custom '' indicators. there is no stop loss, take profit, or trailing in the expert advisor - therefore, clo...
trading strategythe ea uses a custom indicator 'cho smoothed' - the indicator uses two lines: the icho line (chaikin oscillator, cho) and the icho line smoothed using 'moving avera...
trading strategythe custom indicator 'pricechannel_signal_v2' ( ) generates several signals: two types of signals to open a 'buy' position, two types of signals to open a 'sell' po...
trading strategythe main idea of this expert advisor: is it possible to open 'buy' positions on each new bar while the 'demarker' indicator is below the 'dem: level down' level (th...
for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
the idea of an adviserthe ea trades on the signals of the custom indicator '' - the signal is the intersection of two lines of the indicator. at the same time, a signal to open a '...
ea the ea works with a series of positions in one direction: either buy or sell (the direction depends on the first deal in the series).each subsequent position is opened at the be...
the idea of a utility eaadded: symbol (' symbol') and magic number (' magic number')a simple panel based on graphical objects. according to the specified symbol (' symbol') and mag...
assistant for trailing, a new parameter ' trailing activate if profit is >=' is used - this is essentially a breakeven for trailing. trailing activates only after the position r...
assistant this assistant is designed to assist in manual trading. works only on the current symbol, no restrictions on magic number.for trailing, a new parameter 'trailing activate...
trading strategy'stop loss', 'take profit'. the 'trailing activate ...' parameter has been added to trailing - we can say that this is a breakeven parameter that does not depend on...
description of the adviser working on the 'demarker' indicator using pending orders ('limit' of 'stop'). the signal is checked only when a new bar is born.you can enable/disable 's...
a simple adaptive grid expert advisor for meta trader 4. works on all time frames and most common forex symbols. something you want to change or add in the code example, you are as...
lotsizeris a risk-based lot size calculator that dynamically determines the optimal trade volume using the average daily range (adr) together with the account equity or balance, he...
trading strategythe ea uses a custom indicator ''. the ea uses four types of signals:entrance to the zone being in the zone leaving the zone lines crossing for 'buy' signals, the z...
checking the trading signal - only at the moment of the birth of a new bar.when generating a trading signal, the expert advisor considers two indicators: iama (adaptive moving aver...
now, when opening a 'sell' position, we immediately close all 'buy' positions and vice versa: when opening a 'buy' position, we immediately close all 'sell' positions...
advisor the ea receives signals from the custom indicator ''. before executing a trading signal, the ea checks the current profit - if the profit is negative, then the signal is ex...
trading strategythe expert advisor checks signals in indicator buffers:rice. 1. osma four colors arrow eaa detailed description of the trading engine is in the code ....
description of the adviser the ea works on the 'ividya' indicator - the signal is searched only at the moment of the birth of a new bar.the position is opened with the specified st...
description of the ea the ea uses the signals of the custom indicator "wpr custom cloud". signal to open a position 'buy': the indicator left the lower zone, signal to open a posit...
description of the ea at the time of the birth of a new bar, the expert advisor randomly generates a signal to open a position. before that, the previous position is closed automat...
description of the ea a joke expert, now with a full range of features. there is stop loss, take profit, trailing, lot size management, position reversal... full description of the...
description of the ea at the beginning of the day, an order is issued to delete pending orders that did not work. then, at a distance of 'pending: indent', two opposite (stop or li...
this ea is designed to watch for support & resistance break on h4 & h1.all you need to do is setting up your charts on h1 timeframe and then add the ea to the chart.at the ...
modify to allow direct specification of the starting point of the parabolic sar.parameters trailing mode ・・・ none / trailing fixed / trailing fixed parabolic sar calcuration part ...
if you are using ichimoku indicator and you are looking for tenkan and kijun cross then this ea is for you.how to use it:after downloading the file compile it in your meta editor t...
source code of simple order panel which you can customize at your will.some fixes when dealing with templates will require a few simple modifications in the standard controls libra...
this ea started off as a job to trail equity. i then added the function of managing individual trades.thereafter i added the facility of manually putting the price of when it can s...
the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...