the ea opens trades at the intersection of the fast and the slow mas. closes trades if there is a reverse signal.if the function of outstaying the losses is enabled, the ea does no...
one of the implementation variants of the quantum trading system.this implementation includes only the principle of awaiting the extreme price value withing the amount of bars spec...
the ea searches the last upper and lower fractals and opens positions when the price exceeds these levels. if the upper fractal is exceeded, then a buy order is placed. if the lowe...
mohammad soubrathis is my 1st published code, it is very simple code example:rsi 14 (price close) — open buy when it is < 25 rsi 14 (price close) — close buy when it is > 50 ...
click "close all" button to close all your open positions (regardless of the pair) at once. but instead brings an error control systemto prevent an infinite loop while still closin...
mohammad soubrathis is a simple example ea for metatrader 4, it is my 2nd published code in this community.the main idea of this expert advisor is to trade by the basic concept of ...
expert advisor that will close all orders and disable another expert advisor / autotrading at desired level.attach on any symbol and any timeframe.features:set your equity take pro...
forest kirschbaummultiple timeframe moving average. it is set to look at h4 and h1 time frames. this code is for anyone who wants to use a different timeframe than on the current w...
click "close all"button to close all your open positions at current attached chart.select closeonlymanualtrades = trueto close only manual trades.select closeonlymanualtrades = fal...
trades one currency pair, for example eur/usd, on 4 charts (timeframes m5, m15, m30, h1). the heiken ashi is attached to every chart. the data is measured on the formed bar for m5,...
the ea operation logic: open a buy order with take profit and stop loss, if the order closes by stop loss, then the take profit of the next order will be equal to the take profit o...
added:the ability of more detailed customization of the indicators, martingale, calculation of the lot size depending on the balance, 2 moving average indicators (fast and slow). d...
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...
mohammad soubrashowing how to trade fx market trend using the (sma: simple moving average) with the japanese indicator heiken ashi.all trades get the atr(14) shift(1) as take profi...
pending order is an order that will be executed if the price touches a point that we specify, in other words open pending order means ordering to open a position at a certain price...
despite its size, this is an operational ea that can be efficient after minimum optimization.martingale functions can be added.simple optimization results...
the dealers trade v 7.51 rivot ea is based on the algorithm of multi-lot scalping. the ea has been repeatedly tested on a live account. the direction to open positions is selected ...
the dealers trade v 7.74 ea is based on the algorithm of multi-lot scalping. the ea has been repeatedly tested on a live account. the direction for opening positions is selected ba...
many may have already tried to gain profit from the trades with positive swaps of the instruments. but opening towards the positive swaps is one thing. at the same time it is neces...
the necessary arbitrage does not require explanation. in this case a similar strategy is proposed. the difference is that in the real arbitrage the trades are performed only when t...
roboost is an ea for metatrader 4 trading. it combines several ideas of common forex robots such as rsi half-scalping.it tries to limit the risks byadding a limiter to maximum lot ...
click "close all" button to close all your open & pending orders at once.parameters: runoncurrentcurrencypair = true (expert advisor works only on attached chart's currency pa...
khurram mustafabased on : rsi time frame : all (but i tried it on m15) logic : above 50 buy & below 50 sell other options: selection of buy sell signal for close auto lot contr...
mohammad soubracommodity channel index or cciis a great indicator in financial markets (forex too).it is used here as an example only for coders (not a profitable ea). it depends o...
ea is made using the hedge average function.trigger order is made not based on the candle value, but the order is made by using the moving average indicator, so when candle is movi...
this expert advisor depends on moving average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with ea.also, you can enable/disable trailingstop from...
this is my old development, at certain parameters it seems to show profit too.it was created similarly to ea that won the first place in the championship (at least in my opinion).s...
i would like to hear your feedback, as this is my first experience in writing an ea, but if anyone wants to send me away, then please do so politely and correctly....
this ea is based on forex fraus (for m1) which was made by dmitriy zaytsev: .i added limitation of positions, multi-currency trading. this ea can trade five pairs together and set ...
mohammad soubrathis is not a profitable ea.this is just a basic/simple example for coders.this example has been built using sar (stop and reverse) indicator.with advanced money man...
purpose of the ea the ea is designed for working with any custom that draws buy/sell arrows, except the indicators with string parameters.the name of the custom indicator is specif...