Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
20 - 30 USD
Script to draw on bar chart Vertical Lines at specified time within a date range as well as multiple equally distant Horizontal Trend Lines between pairs of given Vertical Lines
10 Applications
Sure Fire Hedging EA with First Order open with Pending Order (personal job)
10 - 15 USD
Hello Programmer Need SELL BUY LIMIT SCRIPT with magic number, and Expiration (Day) I will set manualy Sell or Buy Limit pending order Then my External EA will menage this order TP SL etc Example; at 1.32250 lot, 0,05 Expiration day 3 Magic 237
9 Applications
10 - 100 USD
Hello PPL I need a MT4 script/EA with the following features: 1. Close all open trades in profit on an account at specified times, hours:minutes:days of the week. The code should allow for multiple entries (10 entries needed), e.g. Tuesday 10:45, Wednesday 20:00, Friday 04:00 etc. 2. Close all non-profitable open trades on an account at specified times, hours:minutes:days of the week. The code should allow for
Need a tool to set a maximum orders to be manually opened like some brokers who limit the maximum orders to be opened regardless the equity or leverage. for example, if the maximum orders set 12 so, when trying to open a new order after 12 never be executed and a message of maximum orders reached appears. A figure of the remaining orders which can be opened appears on the upper right on the chart
25 - 30 USD
1.Sometimes when the market suddenly jump a GAP or slippage , EA will open next level order becus market is over thn the pipstep whilte GAP or slippage or highimpact , example the next level is level 6 . when GAP or Slippage or spread increase comes , Level 6 is enter the price in between level 4 and level 5 . its like LV1 LV2 LV3 LV4 LV6 LV5 . Example: When the trend is going down and we’re doing the sell order till
125 USD
caracteristicas do programa: 1-envio de ordens diretamente do excel 2-fechamento de ordens diretamente do excel 3 recebimento de informações da conta de negociação pelo excel e que estes dados sejam atualizados dentro do excel mesmo ele estando aberto
3 Applications
V2.0 of existing EA job (personal job)
60- USD
Hi there, With the code that you delivered. Can this be set to run automatically while the FX markets are open? I am looking to use this EA to run 24/7 / When markets are open without having to necessarily be sat watching the screens i.e. Blackbox. 2nd Project: As discussed. I am looking to add up to another 4x indicators/inputs from your previous EA code to ADD.... Please allow for: (I can change the values
EA work on ECN/any broker, trade based on bollinger breakout, set tp and sl. EA able to select active day/hour/minute. candle body will be used as filter to ignore certain breakout trade. can work on any time frame. EA must able to expand and add additional feature in the future
EA run on ECN/any broker, EA will open trade immediately once it is "ON", will trade based on basket of currency, once profit target is achieve, EA will close all trade and stop. parameter include trading day/hour, money management ( cut loss when reach certain percentage of equity ). optional : EA can keep track the maximum profit/loss and display in chart, this feature is separated from actual trade. security
10 - 20 USD
Breakout EA EA simple candle breakout high low asia sesion, with feature can choose pending order or market execution (entry). input 1. start time zone 2. end time zone 3. TP 4. SL 5. TS 6. Lock profit (be+) 7. session end Work at all pair and all TF Work at 4 dec and 5 dec account **Only programmer should bid on this project who are agreed on the following terms and conditions. 1. I will check the Ea three days
50 - 200 USD
I want to build an EA from 2 indicators bellow. I will discuss more in details when accepted. 1. Sell order when Trend laser turn red which confirmed by energy beam red. 2. Buy order when Trend laser turn blue which confirmed by energy beam blue. 3. Dont sell when trend laser is red but energy beam is blue. 4. Dont buy when trend laser is blue but energy beam is red. 5. with Money management. 6. stop lost. 7
10- USD
I want an alert for a 2 bar candlestick pattern. specifically when there's a long candle followed by a small candle which has its wick protruding beyond the extremity of the first candle. I want the indicator to scan 4 time frames, and send sound and email alerts. To reduce the number of signals I will include some criteria
6 Applications
Indicator to dll (personal job)
15 - 50 USD
signal from indicator (indicator provided), first, moves mouse cursor to given coordinates (coordinates should be variables in the indicator, Xpos and Ypos, that is, values to enter when the indicator is loaded), then, there is a left button mouse click
1 Application
15 - 20 USD
I want an alert to signal macd divergence using my preferred macd values. I will then look at the chart to evaluate the setup for possible manual entry. I presume there's a way to code for peaks and troughs, since I saw there is a free code on this site which identifies macd divergence and does part of what I want. I want to include 3 criteria to filter out too many signals. If possible I want it to include 3 time
2 Applications
20 - 70 USD
Hello, I have a custom indicator that shows an arrow in the chart when certain conditions are met. I'd like my indicator to be linked to a custom DLL that shows a popup message box. So what I'd like to do is the following: 1) to create a DLL with a function in it that when called by the indicator shows a popup message window (the actual message to be shown is simple static text). 2) to modify my indicator (I will
9 Applications
10 - 30 USD
I would like a script to drop on chart, like renkotocsv, that outputs the following into tick format as in the example I can use a small boxsize for more accurate backtesting This format: date,time,O,H,L,C, volume 2016.09.12,18:31,102.010,102.017,102.000,102.000, 204 ----------> will give 4 ticks in this format datetime,bid,ask,volume 2016.09.12 18:31:00.001,102.010,ask,volume Open 2016.09.12
3 Applications
10 - 15 USD
I want to have an alert triggered by crossing of 2 EMAs, and then price pulling back to the EMAs. I want the alert to assess 3 time frames, and give me choice as to alert by pop-up, sound, email and push. I will specify the variables I want to control for each time frame
7 Applications
10 - 30 USD
Hi, I`m looking for a Coder to code a Automatic Buy Sell orders Expert Advisor. SYSTEM TRADES | 6 | how many times running the system MaxOpenTrade | 1 - 10 | Max Number of Trades # -- 1 -- (START) System Start SIGNAL | YES or NO | Moving Average ……… Trend DOWN | YES or NO | Trade by Moving Averages DOWN Trend UP | YES or NO | Trade by Moving Averages UP BUY
Registry functions under MQL4 ... (personal job)
50- USD
I need a package functions under MQL4 to do so: - if MyREGISTRY registry key don't exists to create it under HKEY_USERS - to read MyREGISTRY registry key value and return it as a string - to write a new string value in MyREGISTRY registry key The functions can use advapi32.dll functions but I need all instructions to use it under mql4. Thank you