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
88092 completed jobs in all languages
Sort by:
Change indicators on an EA (personal job)
50+ USD
fill the requirements mentioned in earipndipchanges file. Same EA as EAlabbylines, jsut indicators are changed. "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
1 Application
(8) MQL5 Indicators Experts
30+ USD
This is reposted. previous request got an issue. Require an Indicator to be turned into an EA see attached file change HMA period from 34 to 15. -need to run on all timeframes - Set TP optional true and false- trade will close and open in red blue curve color change -Set SL _ optional true and false- trade will close and open in red blue curve color chang - Set lot size open buy trade and close trade when the color
16 Applications
(4) MQL4 Indicators Experts
David EA robot (personal job)
40+ USD
Please help me create a good EA. it need to do all i need it to do. we can have a chat over it. It should be working well and efficient. no bugs and errors
1 Application
Personal project - enhancement of EA (personal job)
50+ USD
As per our private conversation. 2 changes: 1) make the print on chart regarding the price closing above, below BB bands etc as option. to allow faster backtesting. 2) add another filter to make the EA look back for N bar, to check if there were another close below or above the BB band on CCI. (refer to attached image)
1 Application
(30) MQL4 Experts
30 - 50 USD
I would like to connect my TradingView signals to MT4 in order to generate trades using webhooks (Trade Alerts). I do not have any technical knowledge of a possible implementation. However both the TradingView and MT4 programs will be running on the same computer at the same time. The TradingView application will generate an Alert with the following information. Order This is the main command. Either open a buy or
3 Applications
(22) MQL4 Experts
I need one last modification on my Multicurrency EA you had been working on earlier (personal job)
30+ USD
Would it be possible to force to open NO MORE than 1 trade per day on the same currency pair? For instance, if today I got one trade on EurUsd, if in few hours I will get a second trade on EurUsd will be possible to avoid this for the current day? But obviously it could open on any other currency pairs that did not trade yet for the current day. thanks a lot
1 Application
(69) MQL4 Experts
Update in Hedging Strategy and Pending order Expert (personal job)
100+ USD
Pending order Expert The Expert set unlimited buy stop orders start at a specific price this orders with take profit and set unlimited sell stop orders start at a specific price this orders with take profit and if pending order get take profit the advisor will reopen closed deal Parameters requirement: 1- Parameter name "LotSize": Lot size for all orders 2- Parameter name "StartSpecif icBuyPrice": it's mean
1 Application
(12) MQL4 Experts
Hello mate, I need to add 2 things on my Multicurrency EA and Indicator you had been already working on it (personal job)
30+ USD
Hello mate, I need to add 2 things on my Multicurrency EA and Indicator you had been already working on it. 1- is fixing a suffix problem related to the currency pairs of both indicators and EA 2- is adding a condition when the EA take the trades in order to avoid to open 2 times the "same" trade Many thanks
1 Application
(69) MQL4 Indicators Experts
30+ USD
1. Place buy/ sell stop order above and below hour, remove them after x hours. To be removed end of day though, as on new day this new levels doesn't come to play. 2. Make user choose as limit or stop order 3. Cleanup the EA, backtest the strategy on Gold. 4. Use currency strength indicator as to whether to place those stop orders as a boolean variable 5. Place SL, TP as measured
13 Applications
(13) MQL4 Indicators Experts
MT5 EXPERT (personal job)
30 USD
I want an EXPERT with just one indicator. The indicator below is in MQL4 language . Buy Condition When the indicator turns blue and an arrow appears after a closed candle, we enter buy with the next candle. The lot size should be calculated according to the stop loss. The stop loss should be on the most recent low, before the market changed to a buy trend. Sell Condition When the indicator turns red and an arrow
1 Application
(8) MQL4 Experts
30+ USD
I'm looking for someone that willl advance our trading robot security, subscriptions and licensing. (Weekly, monthly and yearly subscriptions that can be purchased directly from our website. I currently have one but it has proven to be weak. As soon as the robot is purchased on our website, we would like a product key to be automatically generated and that will stay active for the purchase period. Allow the option
2 Applications
150+ USD
Personal job for you based on our previous discussion. Pls kindly strictly follow rule made by this website for transaction I need unlimeted and unprotected ex4 file. Share your setfiles for GBPUSD and other pairs. Pls kindly explain the logic of the EA, since I have to understand the logic before use it
2 Applications
MQL4 Experts
Add trailing stop functionality to my existing MT4 EA named PAS1 that you coded earlier this year (personal job)
100 - 150 USD
Hi Irek, I would like to add a trailing stop function with 4 different options to my existing PAS1 MT4 EA that you coded for me earlier this year. I suppose you still have copies of the final code you sent me? The final versions were PAS1_EA_v1.1 for the EA and PAS1_Indicator_v1.1 for the indicator. Please let me know if you need a copies of the code files. PLEASE NOTE: THE CURRENT METHODOLOGY FOR SETTING THE INITIAL
1 Application
(5) MQL4 Indicators Experts
50+ USD
//my pinescript tolerance=0.05/100 dojiLong=(open<close and open>close*(1-tolerance)) dojiShort=(open>close and open < close*(1+tolerance)) ema50=ta.ema(close,50) atr = ta.atr(14) if (dojiLong) stopLoss = low - atr * 1 takeProfit = high + atr * 4 strategy.entry("long", strategy.long, 1, when = close>ema50 ) strategy.exit("exit", "long", stop=stopLoss, limit=takeProfit) if (dojiShort) stopLoss = high + atr *
6 Applications
(1) MQL4 Experts
30+ USD
Hi Developers, I would like to have a hedging EA that can cover up other EA’s opened positions. Below are the expected EA to functions: 1. User settings for user to input: · “Drawdown in $ to start” · “Hedging multiplier” · “Stop loss in pips” -> just for this EA alone, not for other existing trades · “$ profit to close all positions” -> to close all trades within the same chart/pair
3 Applications
MQL4 Experts
100+ USD
We need to EA open order as alert message from indicator (no code) 1. Select time frame to open or use multi-time frame (m1/m2/m3) 2. Set number of order (1-3) for each alert message with SL and TP 3. Close when take TP or opposit position message Ex we open "Buy" when buy message alert. and indicator alert sell message close "Buy" and open "Sell"
11 Applications
(6) MQL5 Experts
Debug indi and convert Mt4 indi to MT5 (personal job)
150+ USD
As presented to you on the video I would like to fix the bugs from the indicator and review the codes to make sure it is free of issues. There are also additions I would like to make to the EA on MT5 version: - exit types - TP and SL calculation based on ADR % (like we have on the other EA) rather than only pips - addition of possibility to add to the initial position (similar to what the other EA does but with
1 Application
(24) MQL5 Indicators Experts
250+ USD
Requirements: - Dashboard with multiple pairs on multiple time frames - Each timeframe must have its own parameter settings for each indicator - Have Mq4 files for TMA but not for future volume. Let me know if you can code it. - TMA repaints so if the signal appears its should record it
1 Application
MQL4 Indicators Experts
Amendment of EA (personal job)
67+ USD
Hi, ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------
1 Application
(30) MQL4 Indicators Experts
30+ USD
Convert Hull Moving Average (HMA) Indicator to EA This is reposted. previous request got an issue. Require an Indicator to be turned into an EA see attached file change HMA period from 34 to 15. -need to run on all timeframes - Set TP -Set SL - Set lot size open buy trade when the color changes from red to blue with blue color arrow up and open sell order when color change to blue go red with down arrow. close open
6 Applications
(4) MQL4 Indicators Experts