All orders - Trading robot/indicator debugging - outdated
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
7796 jobs in the archive in all languages
Sort by:
30 - 35 USD
Hey greetings . Am in need of a Developer that can Create me tradingview indicator based on my requirements. Kindly bid for the job if you are an expert in tradingview
50 - 200 USD
already have an advisor on mql4 and I want to adapt it to mql5, and chance some things on it, I was working with a developer but he is to busy to keep working on it the advisor has been tested and it does most of what we want it to do but, I need some adjusts
18 Applications
30+ USD
👋 hello great developer am looking for expert to help me with convert with this 2 pine script indicator into mt4 indicator? I will be looking for great developer to bid for this project. Best regards
6 Applications
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
50 - 300 USD
I am looking for someone to help me to automate my trading from mt4/5 expert advisors and own trades to tradovate. My trades are generated by my expert in MT5, I want those trades copied to Tradovate's platform using their API to different accounts, that some programmers have suggested is a REST API and should be easily doable
3 Applications
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
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 - 50 USD
Dear programmer, I'm in need of a programmer who can write an indicator that will work on ALL TIMES and NETTING AND HEDGING in this 4 situations . The indicator will base on 3 things : chart , Awesome oscillator, Stochastic and it will give sell alert entry when all conditions are fullfilled and give alert to exit the trade when this condition is fullfilled too. The programmer will put the boutton of ON/OFF so the
3 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 - 70 USD
I Want an an early Trend detecting EA using Heikan Ashi candle to trade on smaller Time Frame for scalping and on a longer time frame to catch the trend ( Moving Average Cross Over), with risk management inputs: Risk percentage, SL & TP in pips and drawndown stopper in %. This EA will be use to trade Prop Firms Challenges and Funded Accounts. NO BACKTEST MANIPULATION PLEASE! Thanks
8 Applications
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 - 200 USD
Dear Developers, I have existing EA with mq4 and mq5 files and like to add on extra functions and features for both versions. This is a grid hedging martingale EA. Please do not bid if you are not confident of completing the job, let us not waste each other's time. 1. Allow input for different magic number for BUY and SELL (Currently, it is using same magic number for both BUY and SELL) Eg: Magic number for BUY = 1
14 Applications
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
5 Applications
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
4 Applications
MQL5
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
C#
Stocks
Python
Custom graphics
Futures
MySQL
JavaScript
Product Design
Options
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
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'] >