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
6836 completed jobs in all languages
Sort by:
30+ USD
For Opening Pairs: Script: -I can open multiple pairs single TF -I can open multiple chart with different TF(single pair or multiple pairs) -Input for selecting desired TF to open -Input for opening chart desired screen size layout: vertical, horizontal or size of chart on screen(if possible) -Input for selecting desired template For Closing Pairs: Script: -Input for Exluded pairs(not to be closed) For Sync Chart
1 Application
30 - 40 USD
You will need to add to available source code 3 parameters: "MaxOrder"; "FreeMargin<=%" and "FreeMargin>=%". When the FreeMargin would be=x the MaxOrder =x. For example, when FreeMargin<=% =1000 MaxOrder=2; when FreeMargin>=% =2000 MaxOrder=default of EA). I believe there is a shorter way to write this code but in essence this is what I need, i.e., when the free margin (%) goes below a certain value I want to limit
4 Applications
30 - 50 USD
I have INDICATORS that give signals and show area of demand and supply, but now i want a programmer who can program the INDICATORS to be an EA, i want someone who can help me combine those indicators and make an auto pilot trading robot. If you are interested please check on me so as i can send to you the indicators
13 Applications
50 - 100 USD
I need a programmer who can update this existing system and add a EA, based on signals given by indicator. Currently the meter panel is not in the original position
30+ USD
Hi, i need coder to create simple breakout EA based on yesterday H1 highest and lowest, EA need to input few setting as spread filter, pip distance and other will discuss
80 - 120 USD
This simple EA will monitor 2 indicators , Indicator 1 Moving average (MA) settings Example period (8) , method (smoothed) apply to (low) Indicator 2 Average Directional Movement Index Wilder (ADX Wilder ) Example period 1 ,+DI (indicate Long/buy), -DI (indicate short /sell and when certain condition are met , it will place a trade either long (buy) or short (sell) only when the specific conditions are met
18 Applications
100 - 500 USD
1. This robot will use EMA or MA or RSI to determine entry and exit points of trades and it will be built for MT5 trading platform. 2. It will also make use of the martingale technique (increasing lot sizes after each losing trade). 3. The EA will Buy and Sell (not one robot each for buying and another for selling) 4. It will work using the normal candlesticks chart and one indicator a. So if it
23 Applications
30 - 40 USD
Dear developper, I need your help to developp an Expert Advisor on MT4, based only on price accrossing Slow Exponential Moving Average (EMAx) Please find below details and further conditions : Buy Conditions: Candle 1 : candle accross the Slow EMA (Lowest price of candle1 Under EMAx and Highest price of candle1 above EMAx) Candle 2 = candle coming just after candle 1, and completely above EMAx (Lowest and Highest
30 - 60 USD
This order for the translation of three simple Tradingview indicators to MT5. The indicators are simple and trivial. For example simple moving average. If any questions don't hesitate. Best regards
3 Applications
Modify existing EA - Martingale trend following (personal job)
60+ USD
The job is to add 2 mini features to the existing martingale trend following EA. Feature 1: Margin for switching Switch from martingale to trend following based on margin. Example: if margin > 10,000 switch from martingale to trend following To exit out of trend or go back to martingale is similar to ADX or loss rule but not while there are trend following positions open even if the margins are below the threshold
1 Application
80 - 200 USD
Hello programmer, I'm looking for an experienced programmer to create an Expert Advisor based on an existing free indicator called ArrowZigZag. I currently have a program compiling with 0 errors. I use this program with Heiken Ashi candles to create longer trade opportunities. This program has 3 inputs which I can only change in the IDE program. In the program there is already a condition to open a position on the
30+ USD
i would like my mt4 macd 2 line crossover with signals indicator to be converter to work the very same in mt5. i will the suppy the mt4 indicator and its source code. i need to receive a working mt5 indicator that looks and functions the same way. it needs to to work on all time frames as it does in mt4
9 Applications
30+ USD
Hello, I need a simple MACD Histogram (26, 12, 9) expert that can run on renko charts. MACDH > 5 = buy at market, MACDH < 5 = sell at market. It doesnt matter what's the previous/present position, that's important. I want the code as well. Thanks
11 Applications
50 - 70 USD
We would like to create an EA doing the following functions. The EA needs to be based on MACD and RSI. Major view should be in M3 view but should also be available in all other timeframes. The EA shall execute 3 strategies however there are some concerns in terms of their implementation as the timeframes of the strategies are overlapping. Strategy A start from 2:00 am until 9:00, Strategy B from 6:00 am until 13:00
50+ USD
Need EA Modification, Optimization and adding a filter I want to modify EA AND ADD TREND FILTER TO IT 1 , To trade in trend direction 2 , Each open trade in the direction will have SL and Trailing following it when in profit 3, Using filter Ichimoku to filter the trend, buy above ichimoku and sell below ichimoku. you must understand the principal and concept behind ichimoku. (Tenkan sen, kijun sen, Chikou Span
30 - 40 USD
Hi. Need to convert strategy from tradingview to MQL4. ATR Smoothed (By dysrupt)_BuySell version () The task is to make simple buy/sell expert with drawing on chart and mark on chart buy/sell points. The chart and buy/sell points on tradingview and MT4 should be same for same pair and same timeframe. Prefer developers who already did such or similar code. Tradingview code is below : study(title="ATR Smoothed (By
30 - 75 USD
I want design a(EA) that will repeat the trading order after its end (whether it reaches the profit target or the limit of loss) when the index reaches the same price level for the first order The most important notes of the required program:- 1-To repeat the order after the end of the open order (that is, only one order is open and the rest are pending orders) 2-To have the same properties as the first order 3-my
5 Applications
Modification of an existing MT4 Expert Advisor (personal job)
30+ USD
Hi Zakri, As per conversation, please find the Job Specification attached below for the MT4 expert advisor that you have coded. Should you have any questions, feel free to clarify. Thanks for everything
30+ USD
Hello, look at the entire code , check that it is programmed correctly, that there are no functions that are useless! Add a function so that there is only 1 order per currency pair. Currently it can happen that there are 2 or 3 orders per currency pair, I want to limit the number of orders to 1 per currency pair . Add a code like this example : int TotalOrders(string symbol="", ulong magic = -1) { int cnt = 0;
30 - 40 USD
I need a Sender EA and Receiver EA. Attach Sender EA to Master MT4/5. Attach Receiver EA to Slave MT4/5. Both Slave and Master are on the same PC If a position is opened in Master, I need to get an alert in Slave with position_id, lot size, symbol, entry price. If position is closed in Master, I need to get an alert in Slave with position_id, lot size, symbol, exit price. It should work in Windows 10 and
6 Applications