All orders - Strategy optimization - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3442 completed jobs in all languages
Sort by:
30+ USD
I have ea but I am having issue with it I love my ea only problem is after putting it in my VPS it will work perfectly but stops after some hours or after a day it will stop opening new order then I have to login to my VPS and remove the robot from the particular trade then put it back before it will start working again I don't know what's the issue with the coding or whatever i do see error message in the
30 - 50 USD
I have an EXPERT ADVISOR based on Renko Chart, The EA currently opens trades after every opened renko box depending on it's direction, and it closes all trades after the change of trend direction. EA has some features that seem not to work , and i want to import other ones like smart grid and hedge. i will explain everything after accept with en excel sheet. i need : - someone who understand RENKO EAs very well -
30+ USD
Hello, i got a protfolio which generate random MagicNumber : int GetMagicNumber(int strategyIndex) { int magic=1000*Base_Magic_Number+strategyIndex; return (magic); }. I need you to recode it to get predifined Magic numbers
30+ USD
The bot will be automated to trade indices , boom and crash being the main target The trading system will be based on a dual grid system i.e will place both buy and sell orders It will operate using the formulae N = 10 + tp for (n-1) - tp for (n-2)) for entry points For the tps we will multiply the highest lot by 100 eg. If 0.8 is the highest lot the tp point for the profit should be set to 0.8x100= 80 usd The bot
40+ USD
I'm looking for an experienced developer to code an EA. If you already have one that is profitable this will be an advantage. If not, I will give my strategy
50+ USD
I need a simple MA Cross EA with a MACD filter option: The Strategy: 1st Entry Option: Buy Signal: The EA should only enter a buy position if the below criteria's are met: 1. Fast MA crosses the Slow MA from below 2. MACD Signal Line is above 0 3. MACD Histogram is above 0 and above the MACD signal line EA should do the reverse for a Sell Position 2nd Entry Option: Buy Signal: The EA should only enter a buy position
15 Applications
BMA v3 upgrades (personal job)
30+ USD
As discussed on telegram, for bma_v3 create a new function ("SL monitor") in the code that "activates" if a SL is hit. when a SL is hit, return (1) to this function to enable it. "SL monitor" function monitors the price movement and the "closeDistance" paramater. When price meets the "closeDistance" parameter, return (1) to the order triggering function to start order triggering. pseudocode: if(Sl is hit): disable
30 - 40 USD
strategy 1 -------------------- indicator When generate the buy/ sell signal have to place the buy/sell order with closing previous order and take new order respectively on next signal occurs. take order method on indicator buy & sell signlas... 1. order profit ok.. 2. if loss happens take another order with increase lot size ... example: buy order 0.01 -loss occurs... sell signal order calculate in 0.02 or 0.03
30 - 90 USD
I would like an Indicator like the one I used on Tradingview it is the LSMA - least square moving average. This is also known as an End Point Moving Average EPMA. This moving average uses Linear Regression. If it needs to be done in Python or R and ported in that is fine. Also, there should be an OFFSET value to adjust the moving averages as well as a dialogue box to change the values of the time frame, moving
30+ USD
I found this EA on code source https://www.mql5.com/en/code/13859 but it has a few bugs even the author mentions some of them. First Something is wrong with the stop levels they switch between chart and even symbols. Second I would like to add a take profit parameters third add a time to trade parameters Forth if possible can you remove the waiting for signal part? and just be like if conditions are met open trade
EA Based on this website (personal job)
100+ USD
I want you to create a bot with algorithm from this: https://www.fxtradingrevolution.com/strategies/1-minute-forex-scalping-trading-strategy Just create an ea with stop loss, take profit, and open position like mentioned in that website. Dont forget to add magic number which can be modified in the 1st parameter. Additional: 1. Compounding: can modify percentage of trading risk (example: 1% of account balance) 2. Can
1 Application
(4) MQL4 Experts Strategy optimization
30+ USD
Development of a simple screen panel for trading on the screen and keyboard keys. 100% Full Ownership of the Intelectual piece, Full distribution Right and Unlimited License for all effects - All rights and ownership are exclusive and the source code has to be supplied to me as my own and total property. The source code has to be supplied fully compliant with the ruls of the MQL5 market for the Metatrader 4. - At the
50+ USD
m and w indicator it is not working properly and don't follow the rules of the system. help fix or create new one. i am ready to go and need someone dedicated to finish this job asap. 13 ema and tdi is used to make the pattern and i will provide three videos for you to watch. so you can get an understanding of what i am looking for. i will provide the tdi indicator. I think it would need a few filters pattern usually
30 - 100 USD
I have a indicator that I want to be turn into a EA I will provide screenshots and the code That I already have for you to build off of to help. In the screen shot you will see yellow and blue dots those are the high and lows. Then you will see blue and red boxes those are supply and demand boxes I want to be able to get alerts for both to the app and have it tell me buy now or sell now after the retest of the boxes
50 - 200 USD
This should be simple I need an ea that can catch trends and then lock profits once in profit with a stop loss at the entry price no t.p required
30+ USD
I am looking for someone to build me an EA (strictly 5min timeframe on XAUUSD) with 3 parts as it's very detailed in terms of how the entries are performed. I am also willing to pay extra for priority! I need this done ASAP. Example: If price is bullish First part: 5min EMA bullish crossover triggers the first entry Second part: once the first trade is triggered, it will have a 10pip TP and a new trade will be
RSI ATR Trading Robot (personal job)
30+ USD
...... editing an ea that we talked about. thank you brother for job. I am sure we will work together in the future as well. rsi and atr editing ea mt4
1 Application
30+ USD
I'm looking for a custom MT4 indicator that will eventually turn into an EA, but want to take one step at a time. For phase 1, I need the indicator's settings to allow me to select a specific timeframe to monitor regardless of what timeframe is selected on the console. I need the indicator to look at the previously closed candle and see if the previously closed full candle closes above a (configurable number) of
30 - 35 USD
Hello there. Can someone help me translating a TradingView strategy into a MQL5 strategy? It's pretty easy and standard the strategy. Around 70 rows of code. This is the code: ------------------------------------------------------ //@version=4 strategy("RSI2", overlay=true) //inizializzazione parametri //RSI src = close len = input(2, minval=1, title="RSILength") up = rma(max(change(src), 0), len) down =
30 - 100 USD
I have a custom indicator that I would like to modify. I want to switch the order rules from a buy to a sell and vice versa, so when the indicator would give a buy signal instead it will give a sell signal, and when the indicator would give a sell order instead it will give a buy signal. We will basically flip the signal arrows and also invert the SL & TP, so the TP would be the SL and the SL would be the TP. I also