All orders - Python - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Python
1989 jobs in the archive in all languages
Sort by:
100+ USD
Binary options master and slave (clients) copy trade. Trades placed on the master account will be automatically copied on all connected clients accounts. See the attached document for sample design. You can get the IQoptions API on GitHub. I can send it to you as well
2 Applications
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 - 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 - 150 USD
Hi Developers, I have an MT4 EA I need converted to Ninja Trader 8. I need this to be completed in 3 days and I am willing to pay up to 150 USD for this task. Please contact me with a description of your exact experience
2 Applications
C# Other Converting C# Python
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
i have ready strategy i want to automate it. it is drawing arrows on the chart...i want to auto create call and put option depending on the arrows i need the option to choose the time of the trade if 1 or 3 or 5 minutes with the ability to make mtg option. i want to use on iqoptions.com
5 Applications
(2) Python Consultation Python Options
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
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);