Orders for scripts development - Trading robot/indicator debugging - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
421 jobs in the archive in all languages
Sort by:
30 - 35 USD
Hello.Is there any developer that can develop or sell me expert advisor ea that can copy signal from discord to mt5.Project details is available with me let me know if it is what you can do for me
30+ USD
FUNCTION 1 When I set max open orders to one it won't close the order. Changed should work as following When max open order is True and set to one it should still be able to close the open order. Finish today within next hour //+------------------------------------------------------------------+ //| Function to count orders | //+------------------------------------------------------------------+
5 Applications
30+ USD
I will need you to go through the installation instructions of my Recovery EA. Then look at the results from another EA I have been trading with. The results are very good but there is no SL so if drawdown goes too low it could blow the account. I want to engage the recovery EA if the drawdown gets too low. Here are the recovery EA Instructions https://www.mql5.com/en/blogs/post/736552 . The EA already on my MT4
30 - 200 USD
Hi, I want you to prepare auto buy sell strategy / AI Bot according to my description given below using given indicators. 1. [@btc_charlie] Trader XO Macro Trend Scanner 2. MACD - Fast Length 26, Slow Length 100, Source Close, Signal Smoothing 9, Oscillator MA Type EMA, Signal Line MA Type EMA. 3. EMA 200 The strategy runs as follows: following all criteria. (all in 15minutes) Risk to reward ratio is 1:4 in % 10% t0
50+ USD
Hello, I have been trading live for a few years now & I have a few great trade entries & exits. My question to you is can you be able to turn my past trading data into a EA that trades based on my historic manual trades that I took
30 - 40 USD
Hey .I need an EA to trade all pairs, indices, gold.The robot also need to apply risk management. The goal is to turn $20 into $70 daily. Or $20 to $200 weekly.If you have such ea with the backtesting result.Then we can work together
50 - 500 USD
Hello, I am looking for someone to code me a bot off of a script I already have in thinkscript on tdameritrade. Though I do not know much about coding, I do not think it should be that difficult as it is quite basic, only about 10 lines of code. Thanks
100+ USD
I am looking for developer to build a simple strategy. Developer should be able to code: 1. Current Timeframe previous Highs/Lows 2. Choch/BOS 3. Trade Management 4. Risk Management Work will be divided into tasks and payment will be given upon each task completed
11 Applications
30+ USD
HI i want some one to make the following MQL5 code work for me. the code has errors. #include <Trade\Trade.mqh> // Include the trade library // Define input parameters input double lotSize = 0.1; // Lot size for trading input int stopLoss = 50; // Stop Loss in pips input int takeProfit = 100; // Take Profit in pips //+------------------------------------------------------------------+ //| Expert initialization
150+ USD
Hello, Remote Trade Copier Web integration using MetaAPI https://metaapi.cloud/ I am a signal provider and I need the event of my trading account tobe intergrated to my wordpress website so my web users can subscribe and copy my live trade automatically. The integration should be done using MetaApi cloud forex trading API such that my web sucbribers can copy any live trade. trade event and history such as Buy, Sell
50+ USD
hello,i,m ready to start up and algo trading, I need an expert who can write up a code for algo trading, i need a pine script adaptation of my strategy. it needs to be able to automatically buy/sell, initiate take profit and stop loss. it should be able to calculate risk etc. if you're qualified, inbox me and lets discus
30+ USD
I made an EA for MQL5 market upload but I got some errors, The Ea is based on session breakout strategy, I need to fix these errors to upload the EA on MQL5 Market. I`ve attached the errors pics to this description
30+ USD
Hello, I have an existing MT5 Expert Advisor that works perfectly on a demo account. The strategy is profitable and executes trades correctly in demo testing. However, when I run the same EA on a live account, it takes trades but the results are not profitable. The performance is significantly different compared to demo. I am looking for an experienced MQL5 developer who can: Analyze the EA logic Identify why live
23 Applications
30 - 100 USD
We have created a script: ////////////////////// insert order //////////////// string cur = result2[ 0 ]; //--- get minimum stop level double minstoplevel= MarketInfo ( Symbol (), MODE_STOPLEVEL ); Print ( "Minimum Stop Level=" ,minstoplevel, " points" ); double price= Ask ; //--- calculated SL and TP prices must be normalized double stoploss= NormalizeDouble ( Bid -minstoplevel* Point , Digits );
9 Applications
Fjori (personal job)
30 - 100 USD
Statistics and mathematics Panels and dialog boxes Custom graphics Futures OpenCL ALGLIB C++ C# Java JavaScript PHP SQL MySQL PostgreSQL R Python HTML Linux RegExp Photoshop Trading robot/indicator debugging Strategy optimization Strategy modules Collection of data on the internet Uploading data to a website Forex Stocks Options Data mining Product Design Text translation Text writing
400 - 750 USD
I'm not sure if this falls into the category of EA, indicator or script (some of each), but I'm in need of a utility that I suppose can be added to a chart (a separate screen would be more appropriate however) in the same manner that an indicator can, but would have the following specifications: - Real time equity and/or balance curve(s) for which the underlying data can be selected based on Magic#, Comment or
50+ USD
Requirements and Specifications for Forex Trading Robot Technical Requirements: Software & Libraries: MetaTrader 5 trading platform. Python programming language (preferably version 3.7+). MetaTrader5 Python API library. Data processing libraries like pandas and numpy . Hardware: A computer or VPS with stable internet connectivity for uninterrupted trading. Minimum specifications: 4 GB RAM. Dual-core processor. 20 GB
4 Applications
30+ USD
I need a script/indicator which I can attach in only 1 chart in 15/30/60 minutes charts and then it starts to scans all 28 pairs in selected time frame as soon as a new fractal is appeared on chart in any currency pair then it should provide me alert in window and save it in expert tab of MT4
13 Applications
30+ USD
I want the Robots to execute buy/sell/TP/SL trades without me telling them to, Buy low Sell high Forex Pairs, I want to gain profit not lose profit, using INDICATORS, strategies, Expert Advisors, signals, Symbols, MA RSI, Awesome Accelerators', Algorithmic Trading and Scanners on real time data
30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd