All orders - Trading robot/indicator debugging - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
8776 completed jobs in all languages
Sort by:
Need To Create a Robot Based on Trendline Application (personal job)
100+ USD
I need to create a robot that can do transaction when trend is Bullish and Bearish based on an indicator called perfect Trendline. The EA has to be Able to Indentify Bearish and Bullish and also execute on it. The Indicator will be provided
1 Application
30 - 40 USD
Conditions: Only open orders when spread is below 6. Open both buy stop and sell stop order on each trading day at 09:00 AM Belgium time Lotsize on all orders = 0,02 (I'll adjust lot size mannually over time) Expiration: if a stop order did not open, it should be cancelled at 10:00 PM Belgium time on the same day the order was set. Should work on all pairs, at the same time. No stop loss predetermined. Stop loss has
6 Applications
30+ USD
I have written an EA to manually set trades with a buy and sell button. These two buttons do not work in the strategy tester but do work on real time trading. I need these two buttons to work so I can enhance my trading strategy and test various indicators. I understand there is a work around for this functionality. Attached is my code
4 Applications
50+ USD
Hi, As per title, I need trade copier which is capable to copy the following actions: - SL & TP move - Full Close & MORE THAN ONE PARTIAL CLOSE (copied from Master to Slave account on same PC) Price negotiable! Thanks in advance, Yan
10 Applications
80+ USD
Not sure if it is possible but I would like my zonal retest strategy turned auto. Would be good if we could talk about it in detail and agree on price
4 Applications
EMA Trading strategy (personal job)
80+ USD
This is an EMA based trading strategy. The system uses 3 EMAs; fast, medium, slow. The core of the system is when the slow moving average crosses the medium moving average (ignore crosses for the fast moving EMA). When price moves close to the EMAs I make a decision based on price action to take the trade or not
1 Application
TRADING SYSTEM BASE ON CUSTOM INDICATORS (personal job)
30+ USD
TRADING SYSTEM INDICATORS ARE: 1. First CHANNEL(Half length : 50, Price: 6, Band deviation: 2). 2. SECOND CHANNEL(Half length : 50, Price: 6, Band deviation: 4). 3. EXPONENTIAL MOVING AVERAGE (PERIOD: 100, shift:0, MA method: Exponential, Apply to: close). 4. Trend Filter (Smoothe Period: 3, Smoothe Phase: 0). 5. Trend Filter (Smoothe Period: 5, Smoothe Phase: 0). 6. Volume indicator (Time frames: 1mins>100, 5 & 15
30+ USD
Good morning developers, i have a scalping indicator and i need an expert that trade on indicator signals. I want to develop the expert with different strategies that I will explain in the course of work. The author of the indicator reports that his indicator is compatible with the creation of an expert
14 Applications
30 - 35 USD
Hi, 1. Assuming I initiate 1st Long position of 0.01 lot EURUSD at 1.20000 with Take Profit at 1.20100. 2. Once the price at 1.20100, I need the EA to close the 1st Long position and initiate 2nd Long position with different Take Profit and Stop Loss level. 3. Should the 2nd Long position is hit at the Stop Loss or Take Profit level, the EA will initiate the 3rd Long position with specify S/L and T/P level. 4. The EA
9 Applications
100+ USD
Requirements Specification: The EA will have the following settings: MovingAverageOne MovingAverageTwo The following settings must be available for the MovingAverage: Period = manuel (no equal period allowed => One == Two) only allowed values => One < Two Method = Simple; Exponential; Linear Weighted Apply to = Close; Open; High; Low Style = Color; Dotted or solid; normal or bold Trigger a Buy Position when
9 Applications
A very simple EA to back test price levels and place basic trades. (personal job)
70 - 100 USD
Hi Hossein, I'm in need of an EA to run some simple testing on past resistance and support levels. See below:..... ---------------------------------- SPEC: Price Level Tester EA Compatible with MQL5 I'm looking to develop an EA that will be used primarily to back test market behaviour at given prices mainly in FX pairs. It should work as follows: 1. I would input a specific price (P1) of a currency pair into the
1 Application
30+ USD
Hi could someone set this up for me please i have non lag ma indicator with code ,What i am looking for is when moving average crosses nonlag ma i get alert to platform please.All parameters, levels of both MAs to be included both are standard indicators with period, MA method , apply to: , Also can you add a pip counter i have pip counter indicator as well. My long term goal is turning my system i trade into a EA
14 Applications
Modification & Additional Function for Existing EA (personal job)
30+ USD
Hi, Please help me to modify & add in new functions as following, 1. Conditional TP (Existing Input) Take Profit in pips - 10 (New Input) LessThanLotSize - 0/1/2/3/4....etc (New Input) MoreThanLotSize - 0/1/2/3/4....etc EA will only set TP base on condition set. Example, EA will only need to set TP when the lot size is more than 0.5 or less than 0.2...etc. 2. Conditional PartialOut (Input) MoreThanLotSize -
1 Application
100 - 140 USD
Hey All, I need an EA with the following possible settings: News Release Time => TradeOpenDate Start Seconds - the time for placing pending orders before the news Cancel Seconds - time for cancellation of pending orders after the news BuyOrderDistance - distance to the Buy order SellOrderDistance - distance to the Sell order OCO (Cancel Second Order => ON / OFF) BuyOrderTakeProfit - take profit for the
15 Applications
EA based on TDI indicator (personal job)
30+ USD
According to the previous indicator, I kindly ask you to modify the EA. The specification has to be familiar but it will be insert in the comments part. Regards, Karoly
30+ USD
I want an automatic trading robot that uses 3 EMAs; 5EMA, 10 EMA & 20 MA. Signals as follows, when 5 EMA crosses 10 EMA from below such that 5EMA > 10 EMA, a buy order should be executed upon close of the candle, also same for when 5EMA crosses 20EMA from below, a buy should be executed and vice versa for a sell position for both EMAs...trades should be closed when the 5EMA crosses in the opposite direction for both
21 Applications
EA Scalper Coding (personal job)
445+ USD
Hello I am looking for a coder who can code my scalping strategies into an EA. The Scalper s simple based on few moving averages and stochastics.Also it must check higher time frames and follow the trend
1 Application
60+ USD
Developer will check existing code for errors. Developer will add a basket ATR trailing stop and basket ATR take profit with parameter settings in the EA with the following variables external variables: extern string z18 = "-------------------"; extern string bin10 = "Basket ATR trailing stop settings; extern bool TS_Enabled = false ; extern double TSATRPeriod = 30 ; extern
3 Applications
30 - 100 USD
When a buy signal (blue up arrow) appears, open a buy stop at x pips from the high of the signal candle. If X = 0, open a buy market order. When a sell signal (red down arrow) appears, open a sell stop at x pips from the low of the signal candle. If x = 0, open a sell market order. The ea should have other features like Partial close Trailing stop Break even Stop loss Take profit % risk The ea should allow me to
13 Applications
35+ USD
I have a basic, Ea that updates current,MAIN_LINE & SIGNAL_LINE, values on screen, for M1 istochastic, &line draws them in the subwindow. I need the above,also for M5,M15,H1,H4,D1,W1,MN1, all on the same chart,regardless of the charts timeframe. Will supply Ea upon job acceptance
6 Applications