Orders for Expert Advisors development - Python - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Python
1708 jobs in the archive in all languages
Sort by:
30+ USD
I made an EA for MQL5 market upload but I got some errors, The Ea is based on session breakout strategy, I need to fix these errors to upload the EA on MQL5 Market. I`ve attached the errors pics to this description
500+ USD
I need to write an expert advisor for MT5 with the following functionality: Retrieve quotes through an API from a quote provider (iQFeed, Rithmic, or others; you should have experience working with similar services). If you know other methods, that's fine too. Convert the anonymous data stream into a readable format (example from the ATAS platform: https://postimg.cc/ZvN4dymb ). Search for patterns in the data based
10 Applications
30 - 70 USD
Sure, here are the requirements for a trading bot on MetaTrader: Functional Requirements: The bot should be able to analyze market trends and execute trades based on a set of predefined rules. The bot should be able to connect to a MetaTrader platform and access real-time market data to inform its decisions. The bot should be able to execute trades automatically without any human intervention. The bot should be able
50 - 100 USD
Need a bot or integration that takes Order details (buy/sell, TP with targets, SL , Trailing SL) from MT5 to Tradestation brokerage and/or NinjaTrader. It has to be real time. If failed, log the error and inform. Specifically Futures
3 Applications
(1) MQL5 Experts Integration C++ C# Python Java
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
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
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+ 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
30 - 500 USD
need to develop mt5/mt4 ea that can make +10% daily max dd 20% not grid based , after done need full explanation for the strategy and full copy rights also will test 2 weeks on demo account before payment
30 - 60 USD
I want an expert advisor based on the buffers of a certain indicator, in addition to carrying out operations based on buffers, the expert advisor must update the chart at each candle formed because the indicator delays issuing buffers when the chart is not updated
12 Applications
30 USD
I have an expert expert advisor that is connected to my indicator, when ever i adjust time frame on indicator does'nt refelct on the EA so i want to add time frame selector to my EA PLEASE you can reach me on telegram for fast response t.me/bullsniperfx
30 - 50 USD
Hi.I have a martingale EA and I want the EA "Lots value" to be changed automatically immediately after the EA opens a specific number of orders and then returned to initial Lots Value after the positions are closed
14 Applications
MQL4 Experts Forex C++ Python
30+ USD
I have been facing a lot of losses. I am searching for a quick scalping strategy where u can scalp small profits and get out of the trade I want a scalping strategy that helps me reciver all my losses and if you have it for the 1 min or the 3 min please do share a screenshot and i will be more than happy to buy it from you but i need it because i dont get enough time to wait for trades thats why i want to scalp so
4 Applications
30+ USD
Hi guys I am looking for a HFT EA that works with the broker 8cap. There are many prop firms that use 8cap now. That's why I need the EA to pass my challenge there. The EA must have a 100% winrate, otherwise I am not interested. So I ask you to attach account informations of passed challenges and screenshots. I am NOT interested in other EAs. All other offers will be rejected immediately without comment. Thanks in
30 - 60 USD
the expert advisor already exists but I need to add the error rate attribute that serves to control the sensitivity of the indicator inside the expert advisor to a zig zag based expert advisor
7 Applications
MQL5 Indicators Experts C++ C# Python Java
30+ USD
// Setting the initial parameters double capital = 1000; double risk = 0.015; // 1.5% stop loss double take_profit = 0.10; double lot_size = 0.10; int max_executions = 6; // Calculating the Ichimoku indicator int period1 = 9; int period2 = 26; int period3 = 52; int period4 = 26; double tenkan_sen[]; double kijun_sen[]; int init() { // Calculate the Ichimoku indicator ArrayResize(tenkan_sen, Bars);
30+ USD
Hi there, I need a bot that sends a webhook on the following triggers: 1. Position opening * Order type * Order symbol * Order open price * Order open time * Order stoploss * Order stoploss in pips * Order Takeprofit * Order Takeprofit in pips * Risk reward of order Example: ➡️ NEW TRADE OPEN 🟩 Buy US30 📍 Entry @ 33545.0 7:30 am 🎯 Take Profit: 33395.9 (150 pips) 💀 Stop Loss: 33575.9 (30 pips) ⚖️