Orders for integration - 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
203 jobs in the archive in all languages
Sort by:
50 - 120 USD
Hi I would be interested in a software that automates the signals you receive on telegram opening and closing operations in mt4 and mt5. Features: Modification of the lot size Partial closings of the lottage according to reach the take profit levels. Dynamic stop loss, once the target of the first take profit is reached, the stop will adapt to the price fluctuation to ensure profits. Important: the software must have
30+ USD
Hey! Can you make a tradecopier to copy any cTrader trade demo or live til an MT4 terminal? If yes please be free to bid me now to discuss further on this project. Thanks
30+ USD
Hello ! I have a project with copy trading, I don't really know where I Can make this so I'm contacting you. There IS a copytrading Platform called BingX where you can follow traders and their position. I would like to know if it's possible to link the information on this website to put it into a position in my metamask account and take the trade automatically whenever the trader I copy opens a New position. Thanks
30+ USD
Hello there I need an expert developer that can develop custom EA\ trading bot for mt5 which could execute trades based on Tradingview alerts text. Please bid me now to discuss more about this project. Thanks
150+ USD
I need to backtest some indicators in my Forex tester 5, i need them to plot exactly like i see them in my plataform ATAS - Volume Profile - VWAP -Cumulative Delta - Orderflow speed of tape - bid ask volume ratio -resistance price levels - big trades minimum volume depends on asset here is info on how to migrate data from api to forex tester 5
Forex trade Copier ( signal Service ) (personal job)
500 - 530 USD
Technical Task Develop Website on Word Press with Personal cabinets, Payment Gateways, Masters Accounts monitoring with MT4 to MT4 copier. MT4 to MT4 copier will be windows VPS based software, Software with logo and contact
70 - 190 USD
Dear Program scope: Automate copy trade Master account Mt5 to slave accounts Mt5 -same ratio Skills : Python, Mt5 api Python code have modules 1. Master.py : It ask Master mt5 account username, password, server name 2. client.py : it ask clients mt5 username,password, server name, comment to remember user as name internally 3. Main.py : main code that execute-open, close,copy with SL, TP orders from master account to
40+ USD
Choose one of the indicators that will help you out and I will get you the best I will be here for you if you need me to do anything for you different than the previous one youindicators for your business
30 - 60 USD
I want to use robots for MT4 for auto buy/sell and auto tp/sl to achieve 10 usd daily. I need consultation for capital requirements and integration of the same. Trading robot can be made using rsi buy sell along with moving average of 9,21,50,100. Awesome oscillator for buying or selling volume. 1 min to 5 min chart trades. With daily profit target of 10 dollar
100 - 130 USD
FIRST: on start WILL POST all available SYMBOLS name to my server Second :WILL constantly PING to my Server for an inbound get request that will provide it JSON with order details THIRD: DEPENDING ON the 1 Chosen one out of 4 MONEY MANAGEMENT INPUT OPTIONS it WILL MANAGES TRADES EXIT ALL IMPORTANTS DETAILS are HERE : https://docs.google.com/document/d/1-toL8meT63nC_HEbvFrvlJDTvpS_8Gy0Zsg9BzWMEjk/edit?usp=sharing
30+ USD
Mlq5 converter is an excellent way to create your own custom design software that allows you to create your own server and application to create a new site that you can connect and control
30+ USD
Converters run with it debugged I have done built a internet code and I have not seen any bad bugs in the coding I am working on starting a security program for the site just saying
70+ USD
Specification 1. Read and copy trading signal messages posted in specific telegram channels with different format and image to MT4. The EA must be able to read any different formats. e.g Edite TP or Take Profit.... -> define String to find Take profit) Order parameter like Pair, Buy/Sell, TP, SL, entry price/immediate execution/closed order/close now should be respected according to the signal. 2. Copy all the
50 - 150 USD
Tradingview integration with MT5 using a Webhook if possible. We are looking for a developer who can make a webhook to use trandingview syncronized with MT5 the way mt5 can reads the strategy on tradingview and open/close positions
30 - 300 USD
Hello I need a developer who has experience in developing systems which can read the prices and execute high frequency trades directly into the accounts server without using metatrader client terminal using FIX API. Its goal is to read prices from the server and executes trades faster than the client terminal of metatrader which takes less than 50 millisecond to read need price and get the trade to be executed. If
300+ USD
Specifications in private chat. Im looking for someone to create an automated trading system for a peer2peer crypto trading platform. We have examples that we can show you. This may lead to an extensive build out and we are considering offering revenue share. Highly skilled professionals please inquire
50 - 150 USD
What I need is and indicator which mission is to watch the symbols price difference between two different accounts(on two different servers) and alerts us instantly when there is a big difference in prices For example : Eurusd at server 1 = 1.1315 at time 4:39:52 Eurusd at server 2 = 1.1326 at time 4:39:52 There is a 9 pips difference between two prices of same symbol at the same time in two different servers and so
30 - 100 USD
Hello ! I have a custom indicator in my Tradingview written in pinescript language that I want to have converted into MQL5 to be run for Metatrader 5. The goal would be to make the trading robot be able to enter into trades on multiples assets (around 10 maximum) but on one trade at a time, multiple times a day. So one BUY or SELL on one asset at a time, but several times a day. Say for example on Asset A (Tesla) the
30 - 200 USD
Hey all, Happy New Year at the beginning :) I've got a small problem with my EA. As I try to start it in my MT4 platform, I get an error in expert journal - global initialization failed & invalid EX4 file (7). Would like to get in touch with a person, who would solve my problem. Thanks and have a nice day
50+ USD
//--- input parameters input int ma_period=20; // moving average period //--- handle of the indicator used in the EA int indicator_handle; //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- check ma_period validity if(ma_period<=0) { PrintFormat("Invalid