Orders for Expert Advisors development - Trading robot/indicator debugging - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
6350 jobs in the archive in all languages
Sort by:
30+ USD
Hi, Looking for crypto arbitrage bot with these definitions: Controller: written in Nodejs Smart contract: written in Solidity This should include: Nodejs source code. I will go through the code to check that it is efficient and logical, and without a back door, etc. Smart contract source code, that must pass an audit . Please answer these questions: 1- On which blockchain the bot runs ? 2- On which Dexs the bot runs
500 - 1000 USD
SMC (SMART MONEY CONCEPT) EA Project Overview: Plotting Features ================= 1. plot swing market structure and internal market structure. 2. Swing structure will create swing orderblocks box(Bullish & Bearish), internal structure will create internal orderblocks box( Bullish & Bearish) - boxes will extend till real time bar 3. plot bullish and bearish imbalance box.( gap between 3 consecutive candles),box
50 - 100 USD
, I have a special request. I need to create a trade copier Ea to work on multiple prop firms account. As you will know Prop firm doesn’t allow the use of copy trading so it must be done in a way that doesn’t trigger their attention. Lot size, stop loss, take profit and duration of each slave must be different (at least the ones on the same prop firm) it should have latency so that not all accounts open a trade in
38+ USD
Hello there, hope you doing great?, I need help with Copy trading to my Mt4 account. You should bid now if this is what you can help with as perfectly requested, Thanks
Tvt
30+ 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
30+ USD
my strategy combine stochastic with setting 39..xx ..xxx.parabolic sar setting xxx.xxxx..trendtsl 20 period a Buy is generated when stochastic green line is above the red line tsl buffer arrow _up and parabolic sar is below price action ,,,a buy setup is established ,,,now for confirmation a lower time is concidered, example. 4hrs & 1hr. ,,,30min & 15min 15min & 5min **5min &1min Buy setup is establish on 5 min ,,ea
9 Applications
30 - 500 USD
Good Day. I am looking for a trading bot and indicator that can work on all crash and boom markets. The bot must have the following function: Crash: Automatic scalping by means of looking at the Stochastic Oscillator, just after the K and D graph lines have crossed on a uptrend on the Stochastic Oscillator and it must close the trade after 3 pips(To be adjustable), Stochastic is set up on 5,3,3 (To be adjustable)and
17 Applications
100 - 200 USD
I want someone to create an expert advisor used by following bots 1. Tradegpt 2. Safe Robot Pro 3. Top secret mt5 4. Trendyfollow 5.Turbo scalping 6. Trendmaster All the experts look like working on a similar strategy . Use any expert as refrence and create it
30+ USD
i want news autotrading ea for mt4.This ea want read this website news = https://m.investing.com/economic-calendar/ but only 3 bull headed news, if can't read newn from the website I want to be able to set which news to trade at specific time And only want open 2 pending order( 1 buy stop pending order, 1 sell stop pending order) and 110 points for each pending side And 6 seconds before the news, arrange pending
5 Applications
30+ USD
Hello there, I need help to develop HFT expert advisor for Mt5 and the main goal of this bot is to be profitable, kindly inbox me now to discuss more on how to develop this bot as requested
30 - 40 USD
i need an EA that will trigger anytime an hammer or shooting star appears. And it must have Sl and Tp with perfect risk management principle of 5% of the capital
20 Applications
100 - 300 USD
1) Need a professional to analyse existing EA's strategy based on past performance, suggest improvements and adjustments. - Some settings and indicators will be given in advance 2) Together, create a technical requirements and create new EA accordingly
50 - 100 USD
Looking for an experienced EA writer to create a scalping EA for XAU trading. Ea wanted that will pass prop firm challenge min fund: usd1000 leverage 1:200 minimum signals: williams' percent range (M1 adjustable) 1. Martingale 1.1 Mulitplier (lot increase factor) 1.2 Steps (distance) 1.3 Distance multiplier (dist increase factor) - Auto Start and stop trading hour - max open positions - max spread - set TP / SL -
6 Applications
50 - 100 USD
Ea wanted that will pass prop firm challenge broker Eight Cap and also that will be able to trade on personal account at the same time. Obviously the EA will have all the common parameters that will enable the EA to pass the challenge. If you have a bot thats works with prop firm I will buy now. Forex robot to work on MT5, my aim is to run this on a specific prop firm with the rules below. My aim is to buy a $100,000
4 Applications
30+ USD
Hi, I need to develop a trading bot for my trading activities, please inbox me now to discuss further on how to get this project done and project requirements will be discussed when inbox, Thanks
30+ USD
im looking for someone who can make an expert with multiple strategies,the robot should firstly analyze the market.the robot can use idicators such as engulfing indicator,it uses a combination of bulish and bearish engulfing patterns to generate potential signals,each time a small candle body is competely engulfed by a larger candle,the idicator prints a signal,then robot can now take a trade ,more info the the
8 Applications
30 - 80 USD
Hi, I would like to have software that can manage 2 accounts through a single command. For example, I set a "buy" of X lots on one broker and a "sell" of X lots on the other broker, and by clicking "start" the software proceeds simultaneously. Furthermore: Real-Time Synchronization: The program needs to synchronize data from the two accounts in real-time. Efficient Operations Management: It must allow for quickly
1 Application
30+ USD
I have an EA in mq4 that i need converted to mq5 and check for errors.i also need to add a tab so i can add multiple pairs separated by a comma instead of opening each pair chart separately, and allowing the EA to attach on any chart. also a tab to close all trades trading based on equity % and restart all trades again from scratch
8 Applications
30+ USD
# Import necessary libraries import pandas as pd # Define parameters stop_loss_percentage = 0.02 # Set stop loss percentage (2% in this example) take_profit_percentage = 0.05 # Set take profit percentage (5% in this example) # Read historical price data df = pd.read_csv("historical_data.csv") # Replace with your historical data file or API integration # Calculate moving averages df['SMA_50'] =
30+ USD
// Forex Strategy for Consistency in Profit // Input parameters input int FastMAPeriod = 10; // Period for the fast moving average input int SlowMAPeriod = 30; // Period for the slow moving average input double StopLossPips = 50; // Stop loss in pips input double TakeProfitPips = 100; // Take profit in pips // Global variables int ticket = 0; // Order ticket number // Indicator buffers double fastMABuffer[]; double