inputs 1 rsi is below value 30 when divergent for buy/bullish divergenceinput 2 divergence settings buysinput 3 lots and stop loss , target in pips. long trades.input 4 rsi is abov...
this is the lightest expert advisor for beginners to learn about market buy sell types and execute it on the strategy tester or live market.this expert advisor will add market, lim...
update : now it also calculates the commission on "end of test" result on testeri was testing my expert advisor while i found that i have to calculate commission charged by my brok...
trades amount of pips moved within certain amount of timepre set at 5 pips in 10 seconds .inputs 1&2 are for sells 3&4 buys.inputs lot sizes , target and stop in pips....
trending moving averages with a breakout input .input explanation , i'll explain as a buy trade and sells would be inverse.inp1 20 ema greater than 30emainp2 30 ema greater than 50...
this expert advisor opens trades , for buys, sell are inverse.when the williams percent rises and the average directional index di+ di- crosses downcloses trades whenmoney flow ind...
expert, trades using awesome oscillator, accelerator oscillator.stochastics can be used as a filter , upper and lower levels.for buy trade main stoch line must be greater than sign...
opens trades when a engulfing bar occurs at the same time as a change in heiken ashi colour opening above moving averages, two rsi filters, set at 5 &14 periods.engulfing bar m...
this ea help you for1. auto set the tp & sl by default parameter2. auto trailing stop & step for any order that you place from any device3. easy way to close all orders wit...
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 ...
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...
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...
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...
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 ...
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...