All orders - Trading robot/indicator debugging - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
6980 completed jobs in all languages
Sort by:
70 - 120 USD
Hello I am looking for a developer or programmer to port my indicators from Tradingview to MT5 and also turn it into a robot that can be used on MT5 I have 3 indicators that I want to convert to MT5 in the first step Then convert each indicator to EXPERT And communicate with me about identifying buying and selling operations on condition 1- Compliance with all conditions and matching data when transferring 2 - The
2 Applications
50+ USD
Hello, I would like to request you to put connect my EA with vertical indicator that separates sell swings and buy swings. so that if the vertical line appears, only buy trades can be traded by ea and if red vertical line appears, only sell trades can be placed by ea. Thank you
3 Applications
PUT VERTICAL LINE LINE TRADE FILTERS TO MY EA (personal job)
50+ USD
Hello, I would like to request you to connect my EA with vertical indicator that separates sell swings and buy swings. so that if the vertical line appears, only buy trades can be traded by ea and if red vertical line appears, only sell trades can be placed by ea. Thank you
1 Application
30 - 100 USD
Hi Coders. I have a simple and quick task for you. I want an EA that automatically / manually activates trailing stop when my position is in plus with the desired number of pips. In addition, the EA must have a button that closes all positions in the pair I trade. I have a requirement, I want to talk to the person who gets the task to elaborate on the assignment on telegram or discord. The coder must be free right
20 Applications
30 - 70 USD
I want already made EA for MT4 that trades on Currency pairs and Gold. The EA needs to provide at least 95% wining rate. It needs have risk management system in place, TP and SL needs to be include. It needs to be 100% automated. The EA needs to use best strategies before it decide to open the trade. last the EA needs to be unlimited license
9 Applications
30+ USD
Hi dear programmers/devs, I need help to convert an mq4 file to mq5 and looking for a speedy work. The file is ready and can be done at anytime. Looking for long term collaboration with devs/programmers who are good good with StrategyQuant as well
50 - 300 USD
XAUUSD pair Entry If price is below a moving average(this should be adjustable), stochastic is overbought(level of overbought should be able to be adjusted), and a bearish engulfing candle is created, we sell at the close of that candle If price is above moving average(this should be adjustable), stochastic is oversold( The level of oversold should be able to be adjusted), and a bullish engulfing candle is created
8 Applications
Fix trailing start, step and stop (personal job)
30+ USD
I have my EA and want to fix trailing start, stop and step because in the history analysis it gave differently. I have the trail function in a different file. I will provide this
1 Application
30 - 50 USD
Looking for a developer to addon functions to a profitable EA, full details will be given in the specifications document Things that would need to be added are: 1. Martingale function for money management (will be an TRUE/FALSE STATEMENT) 2. Drawdown Setting - Drawdown monitoring (Global management setting for trades on the account) - Max daily drawdown setting in percent (Enable the code to stop all trading for the
Development of an EA which is using market behavior (personal job)
60+ USD
Hi This new EA will be based on simple market behavior. Some views will be provided if necessary. All characteristics will be defined. As always If any questions don't hesitate. See the views for first and better understanding. Best regards
80+ USD
I have struggled to make the following indicator: It should show the current closest (relative) equal highs and (relative) equal lows to the current price. Graphically: I have the indicator for the swing highs and lows (marked in grey here) provided. This indicator should start scanning from candle index zero upwards. The user should have an option to input a tolerance for a difference between high i and the high
13 Applications
30+ USD
I have my EA mqh4 for mt4. I want expert to fix order send error. This task is not for starter non trainee so please don't apply unless you are expert debugger. Regarding the problem: some orders which are stop orders are placed but some gives send order error 130. The take profit and stop loss logic seems reasonable otherwise no order would be placed. Anyway I need someone to figure out the main issue and solve it
7 Applications
40+ USD
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'} After the trade activates and before it closes in on a profit, another spike comes in between, it runs it into a bad loss. The SL that originally shows -$10 could run into several digits, and wipes off all the existing profits and even more depending on the intensity of the spike. Also, it only opens and completes 1 position per time. If it made a
50+ USD
I want a robot that copies trades at the same time without delay from my IQ account to my MT4 account in the same computer I want it easy and fast and works on all pairs (binary options). Or any account in binary options such as iq or pocket option in the same way. Conclusion.. I want to copy my binary options account trades (iq option or pocket option or.... Any account in binary options) to my account in MT4 and
30 - 100 USD
I am looking to create a Buy and Sell indicator. This indicator will be based on my system using two custom indicators . Need this indicator to have sound alarm when buy or sell arrows appear , SMS to mobile and email notification when arrow signals appear on chart . Must be able to change variables and be applied to all time frames and currency pairs
14 Applications
30 - 50 USD
Hi All I need a pending order EA that will enter multiple pending orders at given time with an option deleted time too. Parameter will be Buy/Sell Limit or Stop Time and minute start Expired ( in minute ) Lots Stop Loss ( Input is from 0 ( means no SL ) to unlimited number Take Profit Distance Please let me know if you are capable of doing this. I will appreciate if I am given more time to test too. And If something
26 Applications
Dynamic Lot calculating daily based on available equity (personal job)
30+ USD
For an existing EA, I need the Lot to be dynamic and changing every day recalculated based on the account's available equity. Since my equity is in GBP and I will be trading the JPN225 index (which is in local currency), then the Lot calculation formula should be: Lot = [Equity Amount * Equity % * Leverage (or 1/margin for this index = 1/5% = 20)] / (JPN225 Bid or Ask price / 0.0059) Tip: 0.0059 (is the FX conversion
1 Application
30+ USD
Hello I need emulate the Imbalance (FVG) indicator of tradingView build by wolf_trader155 , which detects that there is a distance between the first candle of a block of orders with respect to the third candle of a block of orders and paints on the chart with a specific color to highlight it, I add the indicator screens and the way it looks. Thanks. must allow to choose the color of which the FVG are painted
6 Applications
Easy and fast GUI custom R:R lines (personal job)
300+ USD
Using Easy and Fast GUI library custom R:R lines. > Anatoli Kazharski 💎: Hello! I have a basic implementation of what you need. Currently about 800 lines of code. This is a separate file with two classes. CLevel class for properties and trade level management. The second class is CCalcTradeLevels for all necessary calculations including cross rates, futures, CFDs, etc. But you must have the skills to double-check
1 Application
50+ USD
Job: Convert my pine script coding to MT5 EA Strategy: As per the trading view indicator the EA should work. 1) Indicator code given below: study ( "Supply Demand ZONE" , overlay = false ) isHigherHigh () => high > high [ 1 ] and high [ 1 ] > high [ 2 ] and close > close [ 1 ] and close [ 1 ] > close [ 2 ] and close > open and close [ 1 ] > open [ 1 ] and close [ 2 ] > open [ 2 ] and low > open [ 1 ] and low [
3 Applications