Orders for Expert Advisors development - Trading robot/indicator debugging - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
5874 completed jobs in all languages
Sort by:
30+ USD
Hello, I would need to mix these two EAs together, and SUPER TAKE only works with GBPUSD example: once the two EAs together I want that when SUPER TAKE reaches "1" (that the profit is 1 €) then all open positions on the GBPUSD are closed and only for GBPUSD. here are the two EAs Balbuzia, and SUPER TAKE //+------------------------------------------------------------------+ //|
1 Application
40 - 60 USD
I need a simple Expert Advisor for MetaTrader 4 with normal options for the money management. The EA must be able to trade with all brokers, accounts, on all currency pairs, all time frames by a demo account or a real account and with a VPS. EA must also be able to trade with the same currency pairs and with others EA the at same time in the same terminal/account. The EA will trade unique Magic number for each
40+ USD
A dev coded a custom EA for me, and it's already coded and working at 85%; i need to fix some bugs and add new features and modifications. CURRENT EA DESCRIPTIONS: It is a manual trading tool that help me in manage the trade. Basically it: - let me plot a SL line - let me plot a TP line - opens a trade at the next candle opening (or buy / sell at market price) - no trading if there is no SL or TP line - let me open a
3 Applications
Add Trailing stop to Price vs MA EA (personal job)
30+ USD
I would like to add a trailing stop to my current EA which is based on Price vs Moving Average. You developed this EA for me resently The trailing stop must be adjustable Usable on all currency pairings and timeframes as the EA
1 Application
30 USD
HI i need an Ea that closes positions in a basket of trades . - features i need are : - close the biggest loser Trade of the basket with the best 2 ( or x) winning trades of the basket whenevere there is a profit of ( x ) pips or ( x ) base currency units - close the basket on Equity increment ( in percentage or in Base currency units ) . thanks
7 Applications
100+ USD
Hello i want to develop a robot for automatic transactions on mt4, based on hedging strategy, with buys and sells, but with certain conditions for each trade opened by robot: buys and sell to have a distance wich can be manualy settled from each start after a number of trades ( buys and sells opened) robot to close some trades and in certains circumstances to reopen them. will explain in detailes for the developer
30 - 40 USD
Hi,the EA can opens trades/orders based on specific time or date. Its include with settings to open another trades/orders depends on the required distance/gap in Points. The take profit will be calculate based on spreads opened and covered the sum of lots open. Other specifications will be discuss further. Thank you
30 - 50 USD
Hi, please see below for the requirements for this EA. I hope it is clear!: My strategy is based on picking levels that I wish to trade from in advance. Most of this EA will be aimed at position management as entry is quite straight forward. It is important to note that any case where a buy order is being used (either for entry, TP, SL or breakeven) that the ASK price is used. Similarly, wherever a sell order is
1 Application
30+ USD
i would like another rule that must be meant for the ea to open a new order. For prices 1 -5 i would like no order to open if a order was already opened in the chart timeframe. Its like another && variable that must be met. for ex a order opened and closed already on the daily chart timeframe. no new orders will open in the current candle it will wait until the conditions apply in the next candle
8 Applications
30 - 35 USD
I want an EA who can place pending orders on mean daily Pivot points, using 21:00 GMT of the previous day to 20:59 GMT of today price actions. It must work on MT4 for all 4 digits and 5 digits brokers. It must work both on demo and real accounts It can be used for all currency pairs & Gold Display Account information on the chart Only Set Pending Orders Once in every 24 hours At 20:59 GMT, Closes all pending orders
EA based on Price vs Moving Average (personal job)
30 - 40 USD
I am looking for an EA that will trade when buying or selling price cross the moving average in either direction. Open a trade in the direction of the price crossing the moving average. Close the trade when price cross the moving average in the opposite direction and immediately open another trade in the same direction of the price crossing the moving average etc. This EA must open and close trades even if the price
1 Application
30+ USD
My EA has to open orders every 10 pips and he does it halfway well. Example: My EA works well in the descent but not in the mounted. Between the white and blue line all is well. but between the blue and red line the EA does not open any orders. While he should open orders every 10 pips I would like my EA to open orders every 10pips (unless the order is already open) upwards or downwards and when I close everything
3 Applications
An upgrade of the already existing TradingRobot and Scanner is required (personal job)
100+ USD
It is necessary to add some items to the existing TradingRobot and Scanner. With this upgrade, the Maxwells Equations indicator and Angular Momentum should be used, which predicts the movement of future fourteen BARS. See pic1. I've almost bought these indicators and I think the seller is limited to using it for one ID broker. I'm not sure. I'm sending this to the attach and try with you. How much will this cost and
1 Application
150 - 300 USD
What i am looking for is a autotrader with the following spec Enter a buy or sell depending on crossover once "x" exponential moving average crosses "y" ema after "z" candles. So on a 4hr it could be enter a trade when the 55 crosses under the 8 and does a market execution for a buy 2 candles after the crossover and to close the trade would be another set of emas crossing over for a set time
7 Applications
50+ USD
Hi Developer, The ea need to combine two indicator: one is the FXGlow smart trader , Another is the FXGlow smart filter indicator which author gave me, and I can mail it to you. When the FXGlow smart trader display the buy signal and FXGlow smart filter display the bull normal or bull strong then open buy order. When the FXGlow smart trader display the sell signal and FXGlow smart filter display the bear normal or
30+ USD
EA based on the crossover of two EMAs, that should only have one open trade position (buy/Sell) per currency pair, per time frame at a time, when the fast EMA crosses the slow EMA to the downside, it should immediately open a sell position, when fast EMA crosses the slow EMA to the upside, it should immediately close the sell position and open a buy position at that exact price at the time of the crossover. This can
40+ USD
Hello, I am looking to code an EA based on a simple manual trading strategy that uses a few indicators (Moving Averages, CCI, ADR). The expert will have entry and exit triggers, risk management and notification features, as well as the feature of only notifying and managing manually entered trades made with a magic number. Indicator settings should be adjustable for optimization. Strategy is well articulated as it
30 - 50 USD
EA is based on Pivot, RSI and TDI Developer will view the parameters of the existing EA and make modifications to the code. Details of modifications will be sent upon negotiation. Developer must be fluent in English
50+ USD
A simple job with some underlying complexity, requires the opening of a trade, and if required a hedge, and these are opened, closed and managed, according to some relatively uncomplicated rules. No integration of oscillators, indicators etc. Full and precise description when developer (who must speak, write and understand English) is appointed. Source code will be required to finalise the job
30+ USD
CSV reader to open pendings orders at the moment to receive the instructions by another program, the format of the instructions will be like this:(pair,volume,takeprofit(pips),stoploss(pips),time[hh:mm:ss],canceltime(after)), in summary, I made a news EA in C#/python but I don't know MQL, for that reason I need this tool, and with trailing Takeprofit, something simple, with 3 levels to remove the stoploss if the
8 Applications