Orders for Expert Advisors development - Strategy optimization - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
4020 completed jobs in all languages
Sort by:
100+ USD
WILL SEND DETAILS TO YOU AFTER YOU RESPOND. I AM UNABLE TO FIND YOUR NAME IN DEVELOPER'S NAME SEARCH; YOUR FULL NAME IS NOT THERE BUT THERE ARE A FEW RODRIG
30+ USD
I saw the article R squared article as a custom optimization metric. Was wondering if anyone could help me implement it into my EA as I can't seem to get it to work. Here's the link. https://www.mql5.com/en/articles/2358 Was looking to add it to all of my existing projects
4 Applications
Build a Multi CUrrency ea with indicator (personal job)
100 - 250 USD
This "EA" has 3 Sections : 1: Strategy + Icustom feature 2: Options 3: Chart Display 4: Detail Explantions 5: Icustom call link IMPORTANT NOTE : Please make sure the all functions are working well , so i can test it ASAP and we can finish it ! thx ---------------------------------------------------------- SECTION ( 1 ): Strategy + Icustom ---------------------------------------------------------- 1: All Ema on
30+ USD
I have created a custom max formula for trades * balance / maxdd * sharpe but I'm looking for someone to help me create code that will help with a smooth equity curve thanks
35+ USD
Developer will create a function in mql4 to calculate the lot size based on current ADR. For example the ADR is 50 pips, I need to calculate the lotsize based on this price movement to make 2% of my account on 50 pips. Once the lotsize is calculated it will be divided into (x) number of orders. The orders need to be the same size to satisfy FIFO rules. For example if the lotsize is .09 it will be 3 orders at .03 each
99+ USD
EA is basically scalping the US30, NAS100 and XAU/USD market on MT4. To know the direction to begin trading we will follow the CCI 3. If The level is above 50, a BUY trade will start off the trading with a 5 pip SL. If The level is below -50 a SELL trade will start off the trading with a 5 pip SL EX: Buy trade executed, Once trade is opened, a 5 Pip stop loss will be placed. Once 3 PIPS in profit, a 3 pip TRAILING
30 - 200 USD
Hello, my strategy is based on price action. According to the movement of points & positions, order commands should be given. There are some rules & regulations in the strategy which must be coded perfectly. Please contact if interested. Thanks
MODIFICATION OF AN EXPERT ADVISOR BASED ON CHANNEL AND MA (personal job)
40+ USD
1. PERCENTAGE LOSS: THIS SHOULD BE THE TOTAL AMOUNT WON + TOTAL AMOUNT OF OPEN POSITIONS IN LOSS. THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE LOSS IS REACHED AND SHOULD NOT EXECUTE MORE TRADES FOR THAT DAY . THIS SHOULD BE TRUE/FALSE AND IMPUTED BY THE USER. 2. PERCENTAGE PROFIT: THIS SHOULD BE TOTAL AMOUNT WON + OPEN TRADES IN PROFIT OR LOSS THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE PROFIT IS REACHED
30+ USD
Hello coders, I want someone to make an expert advisor using one indicator as per the instructions in the attachment Please read the file carefully and understand it, and then apply if you see yourself worthy of the work. If you don't understand something, ask me Note: indicator will be sent to the coder privately & my condition to have mq4 file not ex4
50 - 150 USD
I have a custom indicator that a previous developer was unable to fix after 3 months of trying. The developer could not fix his bugs created from his own work so I now need to find someone else with the required skill set, knowledge, and experience to fix it 100%. I hired the previous developer to do this job who said he could fix my custom indicator and EA and after over 3 months of stress he did finally finish it
30 - 100 USD
I need a profitable EA with high performance - automatic trading robot must come with it initial 100USD money to trade I want to automate positions taken using 2 indicators. The stochastic and the parabolic SAR it is very frequent scalping. Small, very frequent and regular gains for limited losses IT must work on all frametimes (M1 to H4, D, ...) with the possibility of configuring the chosen indicators. There are
30+ USD
I want my cent ea for currency pairs to work on gold need to change the martingale distance for gold because the martingale in my ea is 150 pip but if I put it in gold the space will be so little and all will open lots of position immediately so I want to edit it and change the martingale adding numbers and let put best distance that will give space from each open position like normal currency pairs
40 - 50 USD
Hi there coders, appreciate anyone's help with this paid task. I will like to create EA for entering market on 2 MA lines cross over for buy and sell signals. EA will add on lots to winning positions(pyramid strategy). The idea is to cut short losses, hit stoploss or breakeven and move on to next trade. Let profits run and even add on lots to winning positions. Market Entry: EA will enter the first position on the MA
Modification of NNFX Scorpion Edition (personal job)
30+ USD
Change when to check the News. The News shall be checked 24 trading hours into the future, not only 24 hours. If the News is checked on a Friday it should check until Monday because the market is closed during the weekend. Also change the Trailing Stop Loss and the Break-Even. See attached file for more detailed information
30 - 100 USD
EA Source code will be provided!!!! Indicators Included: • Moving Average • Moving Average • NeuAlgo Bands All of these indicators provided by myself. These indicators will be implemented in the current TimeFrame as well as higher timeframe selected by the user. For all the indicators used, all necessary indicator parameters will be adjustable by the user. Example of EA at work - *** EA will look on 4hr timeframe
2 Applications
50+ USD
Good day, I need help with an existing mt4 & mt5 EA. I need EA update for #1: Maximum number of orders open to be +/-10 (Current Settings only allows one trade) #2: I need the EA name to be displayed on the comment section on Pc and Mobile. Feel free to contact me for more info. This job is urgent and I'd appreciate estimated turnaround time for the work to be one day. Thank you
80+ USD
Hi dear coders, I have an expert advisor that trades breakouts. It performs quite well on certain market situations, but sometimes it fails. The ea uses an external trend indicator, by which it filters the trades ( my own creation ). What i would like you to do is to modify / create a good filtering system and / or modify the trend indicator and / or the ea. You can use any indicator you want, as long as it is free
30 - 60 USD
Hi, I am looking for hedge EA development. EA don't need any indicator. It has to Open buy and sell trade together and manage both trades to complete in profit with hedge and grid functionality. And Require news filter. Need control panel
Editing of previously done EA (personal job)
45+ USD
Dashboard and addition of provided script. And also make inputs. Thank you. Let me know if I missed anything code. Position lot sizing double MM_Size() //position sizing { double MaxLot = MarketInfo ( Symbol (), MODE_MAXLOT ); double MinLot = MarketInfo ( Symbol (), MODE_MINLOT ); double lots = AccountBalance () / MM_PositionSizing; if (lots > MaxLot) lots = MaxLot; if (lots < MinLot) lots = MinLot; return (lots); }
60+ USD
I need a trading robot based on a moving average and CCI indicator plus Bollinger bands levels,you should be able to set break even levels,maximum number of trades to be taken.This is a long term project i hope to work with one developer till the success of the project