Orders for scripts development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2978 completed jobs in all languages
Sort by:
20 USD
Dear Developer, I have a trend indicator (from Internet) and it does not updates/plots the histro bar properly. If anyone could fix this use would be great full. FYI, I don't have the source code. I only have the ex4. Attached the indicator and snapshot
1 Application
(16) MQL4 Indicators Scripts
20 USD
Dear team, l have a simple challenge with my EA that l think you can fix for me. There is an hedging feature of trades continuously until the trade closes either in profit or the funds can no longer support the lot size required. However, l noticed sometimes when a trade is being hedged after some levels of hedging the hedging feature stops running and the trade just closes in losses. l really don't know what causes
2 Applications
(1) MQL4 Experts Scripts
20 - 45 USD
I need an EA doing this: Timeframe: all Array of dates (for example 04.04.2017 23:00:00, 05.05.2017 22:00:00, 06.07.2017 23:00:00) separated by "," On following candle, put pending orders: Buy stop order at previous candle higher price + buyStopTollerance Sell stop order at previous candle lower price - sellStopTollerance NOTE: Let me decide if script will start on the dates in the array or if activate it some
3 Applications
(5) MQL4 Experts Scripts
EA needed (personal job)
20 USD
Hi Need a EA for the following indicator Based on 2 time frames sell Signals First check is on the 1 hour chart All the boxes must show red Second check is to check the 15min chart All the boxes must show red Trades will be taken on the 15min chart /// Sell example on the 3 -01 -17 at 12:00 Sell signal appears on the 1hour chart Now we move to the 15min chart to see if all the boxes is also red on 3-1-17 at 12:00
1 Application
(13) MQL4 Experts Scripts
Set SL on all to closest posible price (personal job)
30 USD
Can you make a script called "Set SL on all to closest posible price". It means that; brokers dont allow to set SL very close - so this script should find out what the closest posible price to set the SL is, and then set it. If there are are multiple buy orders opened at the same time, then the script should set the SL according to the lowest buy order. If there are mulitple sell orders opened, then the script should
1 Application
(20) MQL4 Scripts
Full support for my EA for the Market... (personal job)
20 - 25 USD
Hi, I have an EA. And, I want to insert it in the Market. I need full supoort till my EA is published in the Market. I need help such as solving automatical validation and moderator's errors. Best, Murat Y
1 Application
(10) MQL4 Experts Scripts
Renko charting ROBOT (personal job)
30 - 50 USD
Dear Arkadii, please see attached file if you can do it. It is not easy. As I said to you, one developer I paid before, was not able to do it. Please consider the job, before you start to not waste your time, if its too difficult. If you have another approach or idea, that leads to the same outcome, I would be very happy. I need an EA (robot) that enters the trades automatically on the pair I have chosen. It should
1 Application
(3) MQL4 Experts Scripts
20 USD
Basic Tools - Heiken Ashi - 2 Lines Moving Average (Period: 5, Method: Smoothed, Shift: 2, Apply: High and Low) - Ichimoku kinko hyo (Tenkan_sen: 9, Kijun_sen: 26, Senkou_Span_B: 60) My Rule Entry Buy - Heiken Ashi is above Ichimoku kinko hyo Cloud - Heiken Ashi is above Moving Average (Apply: High) - Open Next Bar Exit Buy - Heiken Ashi is below Moving Average (Apply: Low) - Close Next Bar. Entry Sell - Heiken Ashi
8 Applications
(13) MQL4 Experts Scripts
Trend EA (personal job)
40 USD
I need an EA doing this: 3 MA: Fast (130) Normal (190) Slow (260) (by default simple MA but let me decide if exponential) Timeframe: All Place sell order if all 3 MA direction is down (price < 0) Place buy order if all 3 MA direction is up (price > 0) Close order if: (let me decide one of this conditions) 1. Only fast MA direction changes (for example, fast MA direction up with sell order) 2. Only normal MA direction
1 Application
(5) MQL4 Experts Scripts
Prepearing My EA to the Market... (personal job)
20 - 30 USD
Hi, I have an EA. And, I want to insert it the market. I get an error called "not enough money" while automatical validation step. I need full support till my EA is published. Murat Y
1 Application
(10) MQL4 Experts Scripts
20 - 50 USD
I need a script that can be attached to multiple charts (EURUSD, GBPUSD, etc..) at the same time and do the following: can run on Strategy Tester use on chart buttons/inputs for: ON/OFF: Save Candlesticks to local CSV file, one file per chart symbol, format: [SYMBOLCODE].candlesticks.csv ON/OFF: Save ticks to local CSV file, one file per chart, format: [SYMBOLCODE].ticks.csv ON/OFF: Direct server update - open URL
3 Applications
MQL5 Experts Scripts
30 - 50 USD
Given a time I want to have to get the news where it happens x mins for now. Passed as a list of classes. More specifically, I need a function CArrayList GetNews(Currency currency, DateTime date, int minsFromNow) that returns me an array of News class that will happen from date to date+minsFromNow. The source of data you can find it at https://www.forexfactory.com/calendar.php?day=today The News class need to have
3 Applications
MQL4 Scripts
50 - 100 USD
I need an EA based in the confirmation of 4 indicator, I have all of them. I want it to work in all time frames and all currencies, I has to give the possibility of choosing any lot size and any take profit and stop loss in pips. Thank you
28 Applications
MQL4 Experts Scripts
20 USD
I want a script that when I run it will move all my open trades to break even. If trade is in loss then move t/p to break even where if it is in profit then move s/l to break even
2 Applications
(5) MQL4 Scripts
20 - 35 USD
Hi Developers, I need a SCRIPT not an indicator! When applied to the chart all SELECTED rectangles extend to the right of the chart, approximately 3cm to the right of the current candle. (By ‘selected’ I mean rectangles that are highlighted, ready to move / have the small squares in each corner). Rectangles that aren’t selected remain the same
2 Applications
(2) MQL4 Scripts
20 USD
I am interested in a MTF moving average indicator based on the following criteria:- formula= average (5 days HEma+5Days CEma+5Days LEma)/15 (H=High C=Close L=Low) Requirements:- 1) Able to plot them on charts 2) Multiple Time Frame plotting on chart(5m,30m,1h,4h,1d). Should be able to select which MTF to be plotted 3)Alert whenever the price crosses the desired(selected MTF) formula Thanks
3 Applications
(1) MQL4 Indicators Scripts
20 USD
Hi! I need a EA doing this (on daily timeframe): 1. When open a new candle put pending orders: - buy stop at higher price of previous day candle - sell stop at lower price of previous day candle 2. Eliminate pending orders at 10pm (22:00:00) 3. Close all orders if there is any at 11.00pm (23:00:00) 4. Possibility to delete other pending order when one opens (by default is disabled) 5. TakeProfit, TrailingStop and
12 Applications
(5) MQL4 Experts Scripts
30 - 50 USD
Hello , im looking for any method that will export each alerts that popup in real time (from any indicator) you will need to sent to a remote server exemple : http://myremoteserver.com/?message={message} this is for metatrader 4 platform thank you
2 Applications
(1) MQL4 Experts Scripts
News 4 : cas news (personal job)
40 - 60 USD
I need a news manager that bring for me the news in real time to MT4 chart for CAS with high impact,low impact w medium impact. i need also the historic valus of the symbol
1 Application
(7) MQL4 Scripts Other
News manager 2 : eur news (personal job)
40 - 60 USD
I need a news manager that bring for me the news in real time to MT4 chart for EUR with high impact,low impact w medium impact. i need also the historic valus of the symbol
1 Application
(7) MQL4 Experts Scripts