All orders - Forex - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
6699 jobs in the archive in all languages
Sort by:
40 - 60 USD
Hello there, I need a developer that can help me convert 2 TradingView pinescripts into MT4 in 2 days. I need this to be perfectly converted and as soon as possible. Thanks
50+ USD
Hi I need to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. NO martingale strategy. Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact news -Able to use it on Funded Accounts and Live Accounts -Proven
3 Applications
MQL5 Experts Forex
30+ USD
are you able to develop a alert system in NT8 based on 8 candlestick patterns? 1. hammer 2. shooting star 3. bullish engulfing 4. bearish engulfing ..if any body is available for this kind do well to bid and let talk more on it
30+ USD
Hello, I have an existing Expert Adviseo for Metatrader 5 that still contains a few errors. (The MQL5 code is present.) I would like to have these errors fixed. If necessary I would add a few more features to the EA
13 Applications
(1) MQL5 Experts Integration Forex
40+ USD
. I am looking for developer who can fix my ea and to add the functionality below these: Stop loss functionality(in Points), Take Profit Functionality (As Risk to Reward Factor), Trailing Stop loss and Break even functionality(in Points), Trailing Stop loss and Break even Trigger Level(in Points) , Multiple Take Profit and Close Trade Profit Functionality (Up to 10 Max Trades per Trade per Day) , and Stop loss
30+ USD
Can you help me with EMA? for example check this picture pink arrows SO3 worked when reach deviation price I want safety orders not work if the price below ema line so this time buyings are will be more safe
50 - 150 USD
I aim to develop a Cloud Based trade copier software compatible with both MT4 and MT5 platforms. My clients have varying balances and use different platforms. I envision creating a cloud-based trade copier with swift execution, ensuring no delays in processing. It will operate with high-frequency trading (HFT) capabilities, enabling instant order placement
3 Applications
MQL5 Experts Forex
30 - 50 USD
I need a mt5 scalper. Maybe GU or gold on small lot size like 0.01 the trades need to be minimum 1 minute long. I have a 20k prop firm account I need to pass. I cannot have more than 200$ loss or I lose the account. The ea needs to risk little each trade to add to equity quickly to make a buffer essentially
8 Applications
30+ USD
Olá Preciso de um Copy Trader que copie as operações de um MT4 para outro MT4.(podendo colocar varias contas destinatario para copiar da conta mestre). precisa ter as opções: Preciso incluir na conta mestre quem pode copiar as minhas operaçoes; Na conta destinatario precisa ter a opção de escolher a quantidade de lotes, se é a mesma da conta mestre ou se é outra quantidade ou se é o valor da conta mestre multiplicado
12 Applications
30+ USD
Hello, looking for an experienced EA coder to convert an existing EA to CBot. Conversion to be ready for test run before London opens on Monday. More details will be provided to the shortlisted developer
2 Applications
50+ USD
Trade pad with trade entry using zone drawing or box. can set multiple entry within the box. each entry can have tp and sl for trade management. tp and sl can be modified while trade is running. auto stop can be set according to desire Pips or amount. auto/manual close all should be available
7 Applications
30 - 40 USD
Hi greetings.Am in need of a developer that can convert my tradingview indicator to tradingview strategy by adding some conditions to it.kindly bid for this project If it is what you can do for me
30 - 50 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
1 Application
C++ Experts Forex C++
50 - 80 USD
Call for good and well versed mt5 EA developer . Do not apply if you do not have good reviews please. Project details will not be posted it will be sent to the right Dev privately. Apply
22 Applications
30+ USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
30 - 40 USD
I have a simple MT5 Expert Advisor bot that is licensed and I am paying monthly for the bot. Can you replicate the bot so a license is no longer needed and I can use the bot freely? Right now the process of me using the bot is - I pay for the license for a month's time - Seller sends me the .MQL5 file and an activation code - I drag the .MQL5 file on metatrader 5 and on the settings use the activation code - Once
50 - 100 USD
1. The idea of the trading system is as follows : market entries are performed when there are Rally Base Rally and Drop Base Drop pattern. 2. Trading Signals : Buy Signal: When Rally Base Rally detected, entry at the base. Stop Loss 20 pips below the base level. Take profit at new higher high poi Sell Signal: When Drop Base Drop detected, entry at the base. Stop Loss 20 pips above the base level. Take profit at new
15 Applications
50+ USD
100% Automated Trading Forex Robot powered by AI (Artificial intelligence) PLUG AND PLAY NB 100% Automated Trading Forex Robot powered by AI (Artificial intelligence) PLUG AND PLAY THE ROBOT MUST ANALYSIS ITSELF AND GIVE ACCURATE SIGNALS AND EXECUTE TRADES WITH THE HELP OF AI ( ARTIFICIAL INTELLIGENCE) FOR ALL THE KING PRO ROBOT VPN SHOULD BE RENTED FROM THE MAIN ORIGINAL COPY AND THERE SHOULD BE AN OPTION FOR THEM
40+ USD
Searching a Bridge or trade copier from MT4 to Matchtrader and maybe also from MT4 to DxTrader. Should be able to copy trades proper and in time. Setting with Lotsize and maybe equity protection would bei nice. Who can Help me
6 Applications
MQL4 Experts Forex
30 - 50 USD
import pandas as pd import numpy as np def generate_signals(data): signals = pd.DataFrame(index=data.index) signals['price'] = data['Close'] # Calculate moving averages signals['short_ma'] = data['Close'].rolling(window=20, min_periods=1).mean() signals['long_ma'] = data['Close'].rolling(window=50, min_periods=1).mean() # Generate buy signals signals['buy_signal'] = np.where(signals['short_ma'] >