English  Español  Français  Português

Apoyo administrativo

Desarrollo de software

Desarrollo Web

Diseño, multimedia

Redacción y traducción

Redes y sistemas de información

Servicio al cliente

Servicios empresariales

Ventas y Marketing

Desarrollo Web

Diseño, multimedia

Desarrollo de software

Redes y sistemas de información

Redacción y traducción

Apoyo administrativo

Servicio al cliente

Ventas y Marketing

Servicios empresariales

Find more freelance jobs

Desarrollo de software > Scripts y utilidades

MQL4 Expert Adivser

RSI and +DI / -DIandnbsp; andnbsp; andnbsp; Expert AdviserThe goal is to have an EA that takes trades when the market is trending, based on the RSI, and the +DI, or andndash; DI. Expert Properties/Inputs -Variables I must be able to change without additional programming: RSI Bullish (52) RSI Bearish (48) RSI Period (60 min) ADX (+DI / -DI) Period (60 min) +DI / -DI Barrier (25) Lots (1 lot per trade) Buy/Sell take profitandnbsp; andnbsp; (50 pips) Buy/Sell stop loseandnbsp; andnbsp; (30 pips) Trail amount (20pips) Trail start (15pips) Break even option (true/false) Trigger the order after candlestick close (True/False) Entry rules: 1. - If RSI>= 52, and +DI>= 25, trigger buy stopandnbsp; andnbsp; (after bar closed if variable set to true). 2. - If RSI<= 48, and andndash; DI>= 25, trigger sell stop (after bar closed if variable set to true). 3. - Ifandnbsp; andnbsp; +DI / -DI is decreasing DO NOT TAKE NEW TRADES. 4. - Ifandnbsp; andnbsp; +DI / -DI is increasing and > +DI / -DI Barrier (25), then open a new trade. Exit rules: 1. -andnbsp; andnbsp; If price reach target (take profit). 2. -andnbsp; andnbsp; If Trailing stop hits target. 3. - If price reach Stop lose. Example: 1. - Letandrsquo; s say the RSI = 38, and the andndash; DI >= 25. Once the candlestick closes (if variable set to (true)), a sell stop should be triggered. If this conditions persist and andndash; DI keep increasing, at the end of this candlestick (when closed, if variable set to true) another order (sell stop) should be triggered. This pattern should continue until conditions are NOT met. Note: Once the andndash; DI start to decrease, NO MORE TRADES WILL OPEN. 2. - Letandrsquo; s say the RSI = 58, and the +DI >= 25. Once the candlestick closes (if variable set to (true)), a buy stop should be triggered. If this conditions persist and +DI keep increasing, at the end of this candlestick (when closed, if variable set to true) another order (buy stop) should be triggered. This pattern should continue until conditions are NOT met. Note: andnbsp; andnbsp; Once the +DI start to decrease, NO MORE TRADES WILL OPEN. Should you have any questions, please contact meThank you, Daniel

Publicado el lunes 6º de febrero a las 5:52pm

SSIS and SQL Server Development Support

The candidate for this position must have expert-level knowledge of SQL Server Integration Services (SSIS). andnbsp; andnbsp; He/she must also be able to effectively communicate verbally in English to support an SQL/SSIS developer.

Publicado el lunes 6º de febrero a las 4:45pm

Employee Time Off Tracking Script

We would like to build a Google Apps script that we can use to track employee days off. It should integrate with Google calendar, and have a simple to use front-end. If you 'd like to see an example of a good time off tracking tool, check out timeoffhq. com. google-apps-script

Publicado el lunes 6º de febrero a las 4:10pm

Web Crawling/Scraping

We are looking for contractors who are experienced at writing scripts for various purposes. This will be a long term assignment. You are invited to bid even if you do not fulfill the minimum criteria. New Odesk users are encouraged as this may be a good opportunity for a start up and a long term relationship. You will first be tested and successful bidders will be short listed. More details will be provided to the successful bidder. Cheers and happy bidding

Publicado el lunes 6º de febrero a las 3:51pm

Expand existing ebay tool

We have an existing tool that, among other things, fetches previously defined ebay article information like name, item id, price via ebay API and stores the results in a MSSQL database. We need an additional data field (item condition) being fetched and stored in the database. So basically an existing query to the API needs to be expanded. The tool has been programmed in C# using. NET framework, database is MSSQL, Sources are available. Skills in. NET, C# and preferably with Ebay API are required, fluent english is a must. If this small expansion is done well, further expansions are already projected.

Publicado el lunes 6º de febrero a las 3:38pm
Get custom programming done at GetAFreelancer.com!

Script to purchase something online with multiple accounts

We will supply bulk logins and passwords. andnbsp; andnbsp; Here are the steps we need the script to do. andnbsp; andnbsp; It is for buying the same song with multiple accounts. 1. Go to beatport. com2. Click " Sign up for account " 3. Enter in the information we provide Name, email, user, pass, and so on 4. Click " Create Account " 5. Once logged in, Search for a song title we specify 6. Adds the song to the cart7. Put in a discount code if we have one8. Check out with our specified payment.. either credit card or paypal9. Log out10. Start the process over again with the next login and password11. Stop after the all the logins have been processed. We will also need a shorter version of this script where it doesn't create the logins, it just starts by going to beatport and clicking " Log in " and logs in with the info we provide. We will need this done as soon as possible. Must have by the weekend at the latest.

Publicado el lunes 6º de febrero a las 3:12pm

Install open upload, file uploader

Need a file upload solution to upload big files. You can install open upload and make some changes to the script.

Publicado el lunes 6º de febrero a las 3:10pm

Python File Amazon S3 File Archiver

I need to archive, compress, and transfer a series of files Amazon Web Services - Simple Storage (AWS S3). andnbsp; andnbsp; A directory contains a large number of files with a group identifier embedded within each filename. andnbsp; andnbsp; For example, the directory contains a list of files like: file_red_00001. txt file_red_00002. txtfile_blue_00001. txtfile_blue_00002. txtfile_green_00001. txtfile_green_00002. txt... Where the identifiers are blue, red and green. Using a Python script, I need to archive, compress, and transfer the files to AWS S3 by identifier. andnbsp; andnbsp; An example mapping from file to archive and AWS S3 buck/folder is shown below. Filenames, Archive, AWS location (bucket/folder) *red*. txt, red. tar. gz, bucket/red*blue*. txt, blue. tar. gz, bucket/blue*green*. txt, green. tar. gz, bucket/greenAssumptionsThe developer can make the following assumptions: The script should be serial in that it should archive, compress and transfer one group of files before moving onto the second group and the third gropuThe bucket is already created and availableThe folders within the bucket are not created. andnbsp; andnbsp; The script should create one folder per identifierVariablesThe script should include the following list of variables easily by the end user at the top of the Python script: Bucket nameList of identifiersAWS credentialsCompression format Suggested ToolsI request the develop use the follow list of tools: Python 2.6. 5Boto library for Python (https://github. com/boto/boto)

Publicado el lunes 6º de febrero a las 3:07pm

SEO Experts

Seeking Search Engine Optimization Experts who have successfully attained top rankings for clients website (s). a person that can do a quick overall analysis to assess what is needed to best optimize website for the search engines. Experience in: Search Engine Optimization (SEO) objectives Site Analysis Keyword Research Competitive Analysis Search Engine Optimization (SEO) Copywriting Creation of Meta Information Site Map Creation Link Popularity Building Web Site Load Time and HTML Validation Downloading and Uploading of Web PagesBrowser Search Engine and Directory SubmissionsCompatibility and Resolution Checkingdesign, layout broken linksmeta tagsweb copyhtml validationbrowser and resolution compatibilityloading timessearch engine rankingssite statisticscreating error pages

Publicado el lunes 6º de febrero a las 2:48pm

EventGhost IR app development

I am looking for a person who lives in London, England to hlep me develop a simple EventGhost app running on Win7 that launches a few applications upon recieving a command from a simple IR remote controller.

Publicado el lunes 6º de febrero a las 1:04pm
Get custom programming done at GetAFreelancer.com!

Template downloaded

There is a template which i need downloaded that involves both PHP and MySQL skills. This is a very tough template to put together and already one person who I have hired off this site has not been able to complete it.

Publicado el lunes 6º de febrero a las 11:50am

AutoIT API interface UDF's

I need several UDF's to use the functionality from the following API's in my AutoIT script. - Amazon S3 API- Google Adsense Management API- Google Webmaster Tools API- Godaddy API (register and configure domain names)

Publicado el lunes 6º de febrero a las 10:21am

TeamSpeak 3 BOT

NOTE: we do NOT want any agents or middle men applying for this job. If you apply here, then YOU should be the person doing the jobTeamSpeak is a popular VoIP solution. The TeamSpeak 3 client can be expanded by plugins written in C/C++ / Java and bots to execute some automated commands. We are looking for for decent coder to modify an open source Java BOT they was designed to execute some specific commands automatically for server-group and so on. you need to be familiar with Teamspeak 3 and database query commands and TS3 SDKExperts only apply, excellent command in English you have a working microphone.. you have team speak 3 client or skypeMy Skype ID is: kinghunt3000Add me with this msg: andnbsp; andnbsp; TEAM SPEAK 3 PROJECTSelecting the best only.. and urgently!

Publicado el lunes 6º de febrero a las 6:16am

Visual Basic Developer - XP to 2007 Migration Fixer

Hi, We have a need for a visual basic developer to fix some issues with Excel and Access when migrating it from XP to 2007/2010. First, I need a summary of what the issues are and how it affects companies during migration. Secondly, I need to know what experiences you have as a developer in fixing these issues. The first - summary, I will pay $3 per person for a detailed 1-2 pages and then will interview you for a upcoming work. So, to be clear: 1) please provide a summary of your knowledge of vb issues and macros with migrating it from xp to 20072) based off those summaries, I 'll pay you to provide me with a deeper summary of you knowledge of the issue/research. I 'll provide further questions for this. This will include any experiences, research, plan of attack, resolution, and any thing else you would like to add as a subject matter expert, and so on. 3) I 'll select developers to do upcoming jobs based of their job experience and summaries/research. Thanks in advance.

Publicado el lunes 6º de febrero a las 1:20am

Linux NTFS + Registry boot disk

Bootable USB Pen with your choice of Linux onCopies a files to NTFS partitionAdds registry entries to XP registryNotes: Strip out all none essential drivers from distro of your choiceStop any/all output to screen (silent install) simple " finished " displayed when copy+registry add completeIf the fixed amount I have set is below your requirements, send an email with a price and I will consider it, this job needs completing quickly (max 2 days from taking job)

Publicado el sábado 5º de febrero a las 7:31am
Get custom programming done at GetAFreelancer.com!