it is based on the observation, which shows that the price crosses the ma chart quite often and moves a certain distance further. it places a pending order (buy limit or sell limit...
dear sir,i made my first ea (not scalper, t/p 100), ran it on eurusd m1 for 2007 (01.01.2007 - 25.11.2007),and was very surprised - a profit of about 1 million usd with the initial...
as i'm currently developing an expert advisor for crude oil and brent, i wanted to get from forexfactory.com the exact date and time of the 'crude oil inventory' report. this repor...
several methods of protecting your code have been proposed over the past, but were either too simple (less secure), required re-compilation of your code for each new customer (ok i...
khurram mustafabased on : rsi , cci , bb time frame : 1 hr logic : if rsi cci down with bb then sell, otherwise buy or wait other options: selection of buy/sell trading time select...
it is a recovery system implemented in ea. but you can copy it to any other eas.system makes buy (first order,but you can set another rule for it) than if price goes up,order close...
the ea suggests the optimal lot size depending on the deposit size. it is designed for manual trading with a stop loss of up to 40 points and the deposits from $20....
the title contains the idea based on observations of the market regularities. it has been written for the chf/usd pair. timer: 1hour. triggering timer: only monday 9-00 belarusian ...
the expert advisor fills the missing bars on the chart with "dashes" (dojis) — bars which have o=h=l=c.the exhaustive description is available in the article . change history: v2.0...
the expert advisor uses two moving averages: the slow ma is used to receive the entry signal, the fast ma - exit signal.opens buy, if the slow ma moves upwards. closes, when the fa...
change the type of variables _o_m3_buylevel, _o_m3_selllevel, _c_m3_closebuylevel, _c_m3_closeselllevel, from int to double, to allow input of fractional numbers. more details can ...
please help me with my idea.the idea has existed for a long time - based on the "conservative intraday scalping" strategy, but i could not find a suitable indicator in mt4.i found ...
the system is not new, of course, and that is not the point. i could not manage to implement something properly in order to test it properly. also, i really needed this feature in ...
in general, the idea is simple. as soon as the lines are grouped in a certain way, a signal is generated. confirm using fractal, then as usual.all features can be disabled. that is...
implementation of a machine with memory based on k-nearest neighbors. this approach did not yield the desired result, possibly due to too little time spend fiddling with it (most l...
in general, it is quite strange pattern ... but, strangely enough, it works.when the price moves downward on 3 bars (three "falling" candles) on m15, the green is above the red on ...
attempt to create a grid encouraged me to do this.take n+m bars on history interval. write the indicator signals among n bars, and the result among m bars.this results in a file na...
simple expert advisor (more like a draft with an idea) that simultaneously opens two positions in different directions, provided that the stop loss of the losing position triggers ...
description this expert is designed to modify the stoploss of orders.the trading robot can be applied to any symbol window. it tracks all open positions and works with each of them...
everyone faces the threat of false indicator signals from time to time. what is that for?? the market never stands still, and it is enough to make several trades and the total bala...
manages all orders in the terminal. if there is no required profit - it waits. suitable both for manual trading and for expert advisors that lack trailing stop.if the required prof...
how it works:places two pending orders at the distance of netstep from the current price if one of them triggers, the other one is deleted places one more pending order in the dire...
the correct order is a set of moving averages located consecutively. the correct order for an uptrend would be the situation, when the 10-period simple moving average (sma) is on a...
i wrote this code using a lot of different ideas and/or code from this website, thanks to all of them.this ea uses different indicators: adx, stochatisc, accelerator...this ea is o...
how to use: like any other ea, open it in the strategy tester, choose the 'symbolname' and a small timeframe (m1 or m5). if you would need to convert within a time-period (eg: 2010...
two ea's. one places stop orders the other places limit orders. the ea does not use any form of technical analysis, just price movement. ea works on any timeframe. easy to back tes...
the jupiter m. grid ea uses the martingale feature, which can be disabled by setting the multiplier to 1, when placing a grid in both directions.certain functions are useful when t...
every time a stop loss is triggered, the ea increases the sizes of take profit and stop loss by the specified coefficient. the ea does no increase the lot sizes of orders.if the op...
the trade panel for manual and automated trading demonstrates the possibilities of the library. the panel code has been automatically generated using the environment for visual des...
the saw_system_1 expert advisor places pending orders on the basis of the volatility for the last n days. the stop loss is always placed at the level of the opposite order, therefo...
the expert advisor opens positions after the price passes the specified distance: 1 step up - sells, 1 step down - buys. that way it creates a grid, which can be closed manually us...
added trailing stop and breakeven features, which are activated if: 1) they are enabled in the ea settings; 2) the last order has either closed in profit or broken even.trailing_us...