Orders for Expert Advisors development - MySQL - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules MySQL
908 jobs in the archive in all languages
Sort by:
50 - 250 USD
I need a programmer to developer a custom EA that mimic my trading strategy. I do not want to give anything out here . I prefer some one on one discussion either either on zoom or Google meet where I share share my strategy and whether you can you this job or not. It involves being able to code basic chart patterns and its breakout. Pleaseet me know if you are interested and we can discuss. Thanks
30 - 50 USD
I'm in search of a highly skilled developer who can create a customized Expert Advisor (EA) for MetaTrader 5 (MT5) tailored for High Frequency Trading (HFT). The primary objective of this EA is to successfully conquer prop firm challenges. Key Requirements: Trading Instruments: The EA should support trading in a wide range of assets, including gold, 30 forex pairs, and prominent indices such as US30 and Nasdaq 100
200 - 1000 USD
I need someone that wil develope similer settings as to POW and Titan have there are many on the market but i need someone with experiance in this area. They will also need to add attional features based on reuierments provided
30+ USD
I need an Ea that continues to buy or sell depending on what I have selected. Every after candle closure. That is buying every after closure of a green candle. And selling every after closure of a red cande.. Custom specifications to include number of trades to open at every close. Then have a global stop loss and global take profit. Other specifications to be provided to chose developer
30+ USD
I need an a trading bot that opens buying and selling pending orders at a set time for example 5 minutes to news release. With specifications as follows. Custom number of positions to open. Changeable time of opening positions. Changeable risk to reward ratio. Other specifications to be provided to desired developer
30+ USD
Hello there, I just purchased Local Trade Copier, but haven't set it up yet. I was wondering what functionalities or tool can be added that will make it work better than the software local trade copier? Thanks
40 - 50 USD
Hello programmer I need a application which can predict a future candles of all currencies before a day with historical data Like if I generated signals at 12:00 clock it can predicted all future candles of the day on 24:00 and all time frame works 1m, 2m , 5m , 10m if any one have good command contact me soon as possible
100 - 130 USD
Hello developer I need a mobile application which directly connected with mine indicator signals and mobile application is highly remotely licensed in which I get to know about all details if someone used it there ip address, starting date and I have remote access if I blocked that user than mobile application stopped working if any have good idea how I can connect mine indicator signals to my mobile you can tell me
30+ USD
stop loss initial amount profit win amount martingale synthetic_index random_index R_100 digits matchesdiffers DIGITDIFF 60 FALSE TRUE candle mine version 2 stop loss 9999 profit 9999 initial amount 110 win amount 110 martingale 11 t USD + - 1 initial amount STILL win success silent Ganhou: 4 initial amount win amount warn silent Perdeu: ABS 9 4 initial amount 1 MULTIPLY 1 ABS 9 4 1 martingale GTE ABS 9 4 stop loss
30+ USD
Please if you truly can modify my ea code for way better win rate on 1m or 5m [been using it on 5m so far]and add some safety features then apply for this job as I be forward testing the version you deliver & only rely on forward testing for a while which I wont be satisfied if ea dont show better performance after your modification! contact me if you genuinely capable of doing this job asap! EA only been used with
100+ USD
The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is
200 - 400 USD
i need a EA for us30 and us100, must have tp/sl and trailing, can add martingale, ea can work with MACD, BB-bands and EMA, also must have lic for resell to work only on installed pc with pc id, not to copy EA
100 - 250 USD
I need ALGO automatic trading software for business purpose I don't have any strategy regarding ALGO software So developer also need to develop strategy for me I need it for intraday trading specially for bank and nifty and some stocks in Indian market
30 - 70 USD
Sure, here are the requirements for a trading bot on MetaTrader: Functional Requirements: The bot should be able to analyze market trends and execute trades based on a set of predefined rules. The bot should be able to connect to a MetaTrader platform and access real-time market data to inform its decisions. The bot should be able to execute trades automatically without any human intervention. The bot should be able
Tvt
30+ USD
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
30+ USD
Hello there, I need help to develop HFT expert advisor for Mt5 and the main goal of this bot is to be profitable, kindly inbox me now to discuss more on how to develop this bot as requested
30+ USD
Hi, I need to develop a trading bot for my trading activities, please inbox me now to discuss further on how to get this project done and project requirements will be discussed when inbox, Thanks
30+ USD
// Forex Strategy for Consistency in Profit // Input parameters input int FastMAPeriod = 10; // Period for the fast moving average input int SlowMAPeriod = 30; // Period for the slow moving average input double StopLossPips = 50; // Stop loss in pips input double TakeProfitPips = 100; // Take profit in pips // Global variables int ticket = 0; // Order ticket number // Indicator buffers double fastMABuffer[]; double