Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
100 - 150 USD
I would like to test a speadbetting strategy on two indices, using tradingview and a MAC computer. At a specified UK time, check where Index closed previous trading day, 2. At a specified UK time, compare today’s opening price with the previous day’s closing price. 3. If there a minimum gap of a specified number a trade will be opened based on the entry criteria. 4. If the opening price is lower than
30 - 50 USD
Hello, I need an alarm that will peep or send me an email when my signal occurs. My signal is based on 3 MA lines only, very easy. Timeframes from M15, M30 and H1. Please reply if you can help. Best regards
17 Applications
EA will run in 4/5 digit broker,ecn/fix spread, can use for CFD,indexes,forex EA can select trading day and time, trade strategy is use stop order towards direction of trend. will have multilevel or martingale of entry parameter such as gaps, multipliers will have 2 different setting. details will go thru with success candidate
EA start with buy stop and sell stop, if price is above start price, sell order is trigger all the time at certain distance/gaps. same apply to price below start price, only buy stop order is trigger. EA will closed all order together with profit can be in term of percentage of balance/pips/amount. optional for day, time to active and stop
Vertical Royal blue Many lines (personal job)
20+ USD
Vertical Lines, i would like them made write a detailed job description ignore ignore ignore ignore ignore Metatrader four trading trade system London tokyo Europe Japan Guam Let's get to start
1 Application
MTF Scale fix Script (personal job)
50- USD
Dear Hoshan, As we discussed, please create the script. The details of the requirement will be shared with you as we discussed during the process of the Job. Thank you
1 Application
Horizontal Line Script (personal job)
20+ USD
Horizontal Line Script Must be working continuously if there would be new versions or new builds for MT4 Will definitely appreciate your service, I appreciate for connecting with you and for helping me out
1 Application
50 USD
Job Title: Risk Reward Ratio Indicator MT4 Lock and License Generator Description: When the RRR Indicator is loaded into the MT4, a pop up window would appear requiring a licence. A licence generator is needed to create the proper licence code. This licence is then entered in order for the indicator to be used. Without the licence, the RRR indicator is disabled
1 Application
20 - 50 USD
I need a grid EA or script,places 5~ 10 pending orders buy and sell at a time.at the price of important support and resistant level with indicators I use.The first indicators to decide the price ,the second indicator to filter that condition.it should take TP,SL,and the grid step needs to be parametered
20 - 50 USD
It is necessary to calculate the correlation for all combinations of characters from the character list. Then calculate the degree of influence of each character on the other. Then calculate the least significant pair
4 Applications
10 USD
Simple indicator. For example I would like to make all trendline and rectangle objects instantly only show on H4 and D1. All pink objects only show on H1, M30, M20, M15. All red objects only show on M1, M2, M3. If it would be easier to code then i would only need this for trendlines though i would prefer rectangles and trendlines. I would need at least 6 colors to be programmable. Hope someone can help. Cheers
4 Applications
50 - 70 USD
Hi! I need 2 scripts or 1 time EA (name: Protector, Missile). I have no experience with the script, so please tell me how to use it. (Where to copy ...) 1. Protector: I use several EAs. If the total open Positions have a Loss >= 1000(input valus) then this EA or Script should do the following. 1) close all Positions 2) delete all pending orders 3) make all the EAs disable or turn off the Meta4. 2. Missile
10 Applications
50 - 100 USD
Objective - To data mine the EUR/USD market for identifying average blocks of minutes where highs/lows are achieved throughout the day. *** PLEASE READ**** Any developer who Apply simply with a couple words saying "ill do it", "I can do it" will be placed on IGNORE, Read the job description and in your application show me you understand what im after and advise how you would achieve the task at hand - or better yet
6 Applications
Webrequest substitution (personal job)
15 USD
Webrequest cuts key values in headers, it makes impossible to send sha512 hash key. The goal is to be able to use long headers (like "API-Hash: f0bafd4e9731dccb02667e9f85693be4e142615318fad339230a5fbbac0e7384c8dbcba914d2436198510bab45f0806a46a31046cb097f7e350bf471783ecfe1\r\nAPI-Key: 6a8293e9b61ce7b4c58aa492cd815e5c") and be able to recieve string or CharArray returned from the server as agreed
20- USD
sound alert and text and email when x amount of candles are the same color. for example write in the text that 5 candles are green! as soon as the 5th candle turned green while 4 previous candles are also green. I have to be able to back test it. I appreciate it if you could do it right away. thanks
25- USD
Hi All, I like to have a sript, where I can export the chartdata to a csv/excel/textfile for MT5. The chartdata should include date/time;open;high;low;close;indicator values indicators like: stochastic/EMA/SMA/... Is it possible to code a script, where I can select the indicator or modifiy the script and all indicator valaues will be in export file? Thanks for your attention, Tom
Hi, Im very new in this forex trading, starting about 4 days ago. I've been training as a trader from Indonesian expert after that I try to combine a few indicators and trading using demo account. Now I'm trying to have a trading robot so I dont have to stay all day in front of my computer. Can you make an automatic buy and sell only using combined Stochastic Oscillator (SO)... First SO parameter are : %K = 5 %D = 3
8 Applications
20 - 30 USD
I want to order an EA or Script that will convert input string into SHA-512 hash (output string) and put the result on Alert. Very simple - No trading, no indicators, just 1 function with string output - pure math. the problem with MQL4 is that it does not support SHA512 by default so i cannot use function: CryptEncode(CRYPT_HASH_SHA256,data_char,secret_char,output_char); the goal is to have such function for SHA-512