Orders for Expert Advisors development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
87753 completed jobs in all languages
Sort by:
30+ USD
Hello coders, I am looking for a position closing EA that can close open positions based on several conditions. Here are the conditions: Condition 1 If current candle is a Bear Candle (Bar Down), and if position in chart = buy, and if buy's open price is >= open price + global extern int (the value you set in Expert Advisors Properties), then close position. Condition 2 If current candle is a Bull Candle (Bar Up)
11 Applications
(7) MQL4 Experts
50+ USD
I need someone to add push notification to an indicator that i use. its an support and resistance indicator and when it appears i would like to have the option of receiving a push. notification
10 Applications
Add arrows and buffers to an indicator (personal job)
30+ USD
Add arrows and buffers to an indicator, the file is MQl4. arrows must be on the chart. Size of arrows: I should be able to make them smaller or bigger. their distance from candle is okay. Just the size. So it would be nice to have the “ArrowSize” input
1 Application
(5) MQL4 Indicators Experts
Creating an expert advisor based on RSI ans BOLLINGER BANDS (personal job)
100+ USD
@page { size: 21cm 29.7cm; margin: 2cm } p { margin-bottom: 0.25cm; line-height: 115%; background: transparent } a:link { color: #000080; so-language: zxx; text-decoration: underline } a:visited { color: #800000; so-language: zxx; text-decoration: underline } CREATION EA RELATIVE STRENGTH INDEX (RSI) - BOLLINGER BANDS for MT5 EA for the metatrader 5 platform: The ea will need to be able to trade on different cfd
1 Application
(2) MQL5 Experts Forex Stocks
30 - 50 USD
Please i need someone to convert the below indicator script to an EA for MT4 and Pinescript Strategy with backtest. //@version=4 study("Heikin Ashi Smoothed Buy Sell v4 ", overlay=true) EMAlength=input(55,"EMA LENGTH?") src = ohlc4 haOpen = 0.0 haOpen := (src + nz(haOpen[1])) / 2 haC = (ohlc4 + nz(haOpen) + max(high, nz(haOpen)) + min(low, nz(haOpen))) / 4 EMA1 = ema(haC, EMAlength) EMA2 = ema(EMA1, EMAlength) EMA3 =
4 Applications
Other Experts Scripts
30+ USD
The attached expert closes the most losing position by winning other open positions. As programmed, it waits to collect all the necessary winnings to close all lots of the open losing position at once. The modification I need is to close the most losing position gradually in parts to say 0.01 lot (how many lots to close from the position should be in the settings). After closing part of the losing position through
4 Applications
MQL4 Experts
30 - 100 USD
I had a simple EA based around a stochastic and a moving average. it works ok but I wouldnt like to run it on a live account. im looking for someone good to work with me to develop it further to make it more reliable. I have a few ideas but im alway open to other posibilities. im hoping for an ongoing project, it may evolve into something completely different to what it is now, thats fine, the only requirement is
7 Applications
(42) MQL4 Experts
I want to develop Ea based on Super Trend line (personal job)
50+ USD
I want to develop Ea based on Super Trend line The EA opens and closes orders based on the Super-Trend indicator. 1. How the EA works: the bullish candle touches the Super Trend line, there are 2 options happening. The first option is , when the bullish candle touches the Super Trend line, then the EA opens a buy order. The second option is, the bullish candle touches the Super Trend line, the price crosses the Super
1 Application
(26) MQL4 Experts
100+ USD
Hello, i am looking for a programmer to create the following expert. It is a DOM like order panel for fast trade execution. It is not designed to trade volume informations , but to input orders and modify them extremely fast. it is rudimentary and designed for cfd or cash index traders stuck on hedging accounts that want to trade relevant price levels. Because on cfd and cash indexes brokers the feed is full of
Personal work (personal job)
30+ USD
1 Application
(29) MQL4 Indicators Experts
50 - 100 USD
Urgently looking to Add some checking measures and pls only participate if you can really do it in 1 day. First and far-most There is recovery system in EA where i need distance of entry to be modified to dynamic distance instead of fixed distance 1. Overall equity drawdown control. i.e let suppose if net equity is less than $ 3000/- whole EA should be paused for the day and it should not trade any more entry on same
30 - 50 USD
Hi, I have an idea of simple martingale EA but needs to be done As quickly as possible. I will send the requirements details during conversation. Please, Only If you can do this, please bid budget 30-50$ Thanks
6 Applications
(94) MQL4 Experts
50 - 120 USD
Hello Devs, This is a stock market EA I will try explaning what i would like to modify in my EA. When i give you the source we will do a step by step on what i would like to do. The last dev took 3 months trying doing this and know i dont remember exactly what i have to change, but i am willing to pay if you have an extra job to do in case i dont remember everything : 1- My EA has 2 operating modes. I would like to
9 Applications
(6) MQL5 Experts
Need security code for my existing EA (personal job)
70+ USD
I need security development for my. please do add function to activate product with security key, key generation process. each key will work once only and after activation of product that product should bound to that PC/VPS. or any alternate better way you can suggest
35+ USD
Move SL in profit (pips) 0 to disable:1 ( new add) Trade multiplier: 2 (new add) Trade holding time(hour): 0 (Add new) Daily trade limit: 0 (new add) Martingale settings : Default: false (total new add) chart properties
8 Applications
(11) MQL5 Experts
Parabolic sar pip distance alert modifications (personal job)
65+ USD
the indie doesnt alert on a specified dot. it only alerts for the pip distance of the psar on any dot that qualifies. im looking for an alert on a certain dot count for example if i decide on the 2nd or 3rd or 4th psar dot as long as price is within lets say 7 pips. so far 2 developers attempted to modified but i would still recieve alerts on dots that i dont want. the indie works great already. i just suddenly
1 Application
(7) MQL4 Indicators Experts
TMA EA (personal job)
30 - 50 USD
How the EA will work... The EA will only trade when the price are within the TMA channel -If prices are outside the channel and there is a valid signal, EA will not trade. -The EA will only allow trades to be trigger when a candlestick is close inside the channel -If a trade is triggered within the channel, the EA will allow the trade to carry on to meet its TP/SL even if prices has touched and move outside of the
1 Application
(44) MQL5 Experts
Request changes in the Simple Order user panel (personal job)
30+ USD
I explained all the requested changes in the photo, and my question is, will this expert have an expiration date? Or will it function permanently? And is this version exclusively for me or will it be available in the market
1 Application
(1) MQL5 Experts
30+ USD
I want to modify one parameter in a Grid EA that was coded by a developer on MQL5. The EA is based no trend and counter trend trades plus martingales and averaging methods
9 Applications
CAM Algo Modification - Update (personal job)
30+ USD
I want to add a feature to enable the CAM Algo EA to opening multiple trades. Currently if a trade is open the EA will not open a new trade until the trade is closed. I want to be able to enable and disable the feature in settings. Input: Open multiple trades -- Value: Enable, Disable. Input: Max open trades -- Value: (Enter number) So as long as the rules are met to open orders, the EA will continue to open trades
1 Application
(2) MQL4 Experts