All orders - Strategy optimization - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3573 jobs in the archive in all languages
Sort by:
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
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 - 35 USD
Hi I have a code for ninjatrader that is giving 1 error when compiling that I am trying to fix. The error code is: The following error occured when compiling. Review this error, resolve it, and print the entire code without errors. The type or namespace name "Xmilgnore" could not be found (are you missing a using directive or an assembly reference?) Code CS0246 lines 16 and 20 and 24 Column 10 I need assistance with
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
I'm looking for a skilled freelancer who can provide me with a top-notch Scalping indicator on TradingView, complete with an alert system. It is essential that this indicator remains private, and I would also require access to the source code. If I choose you for the task, I kindly request the opportunity to test the indicator's effectiveness before finalizing payment
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
30+ USD
I'm looking for a skilled freelancer who can provide me with a top-notch binary options indicator on TradingView, complete with an alert system. It is essential that this indicator remains private, and I would also require access to the source code. If I choose you for the task, I kindly request the opportunity to test the indicator's effectiveness before finalizing payment
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
450+ USD
Good day, I seek for a professional develoeper, that has experience in AI / neural networks for Expert Advisors. Preferably with a track record. I am the owner of the top domain ExpertAdvisorAI.com I am savvy in web development and marketing. Together, and with my domain, we could reach top notch goals. My offer: You have / are developing AI based Expert Advisors, for mt5 (4). We offer these Expert Advisor/s either
50 - 200 USD
Looking for established developers to create a good buy and sell indicator I can use find good entries with I like gold and silver but the indicator can be versatile with other pairs Just want good accurate signals
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+ USD
I'm looking for a person who knows about ticks and create a Weis wave indicator for me based on ticks ,the indicator will similar to the original Weis wave indicator but the difference is that it'll use ticks instead of depending on candle sticks for obtaining data
1 Application
(1) MQL5 Indicators Forex Trading robot/indicator debugging Statistics and mathematics Strategy optimization C++ Strategy modules
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 - 150 USD
Hi I am looking for a professional programmer to convert indicators to ninja trader 8. i have the indicator working on tradovate plataform ,the indicator is on my computer but i need to be able to import to ninja trader. This indicator is ATR trilling stop with weighted moving averages that change the color when trending up or down. Please contact me with a description of your exact experience
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
50 - 250 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
9 Applications
(9) MQL5 Experts Forex Trading robot/indicator debugging Strategy optimization C++ Strategy modules Python
150+ USD
I need a strategy Base indecator, accuracy at least 90 to 95 %. Tp at least 2x than SL. This indecator need work 1 minutes time with full accuracy. Have any questions please mail n.blogpost.22@gmail.com Thanks you
6 Applications
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);