Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
Correlation matrix MT5 (personal job)
100 USD
Hi, please see attached. I hope time of delivery is ok, if not, let me know. Please take a look and let me know if there are any questions or if I missed something crucial. Thank you
1 Application
30 - 40 USD
Looking for an MT4 EA / Script to do the following; when a trade is executed above a user definable size it will then close all open positions of that pair that are below a user definable size. eg: EA is set to close positions below 0.05 when a new position of over 0.06 is opened there are 6 X open sell positions on USDJPY at 0.04 a new position is opened at 0.7 the EA will close the 6 X positions that are 0.04
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
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
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
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
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
Full support for my EA for the Market... (personal job)
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
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
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
Prepearing My EA to the Market... (personal job)
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
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
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
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
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
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