Orders for integration - PHP - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules PHP
167 jobs in the archive in all languages
Sort by:
75 - 100 USD
Only take this job if you can do this within 3-4 days Hello, I am looking for a coder who could translate or convert an MT4 EA (.mq4 file, source code available) to TradingView's Pine Script. It should be exactly the same indicator, with the same inputs and other settings (i can provide the set file). Once you complete the job, you will send me the Tradingview indicator, with full source code for Pine Script. This
60+ USD
Hello, I am looking to create a bridge between my MT4 account, and a google spreadsheet. I would like to have a relatively realtime view in google spreadsheets of what is going on in my Metatrader 4, so that I can create some visual dashboards later on. I would like to have a row in google spreadsheets for each trade that is open on the MT4 account, which includes the following info: - The symbol - The order type -
30 - 60 USD
Hello, I am looking to create a bridge between my MT4 account, and a google spreadsheet. I would like to have a relatively realtime view in google spreadsheets of what is going on in my Metatrader 4, so that I can create some visual dashboards later on. I would like to have a row in google spreadsheets for each trade that is open on the MT4 account, which includes the following info: - The symbol - The order type -
70 - 200 USD
I want to start a forex copy trading service. For that, you need to create a cloud trade copier. I want to be able to connect the trading account of my members to my master account through a server in my website. This should be completely cloud based. Members should have the opportunity to trade copy in the cloud server without VPS. master account The dashboard should be able to reject or process member applications
30 - 300 USD
Hi I am Signal Provider . I wanna eliminate use of VPS for my clients/users so that they can directly login to my website using their account number/password/server to copy my trades acc to their equity(same as in Zulutrade). can some developer integrate this website to mine..so that users can use their API to login directly from my website https://metaapi.cloud/docs/provisioning/api/account/createAccount/ & copy my
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 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
30 - 250 USD
Hello! I have a simple program in mind that I need a professional developer who know a lot in forex market to develop a website base program for me that can detects when there will be low volatility in the market that will determine the best time to trade. I have all the details and explanations of what I want, pls kindly message me so I can drop you the full details on what I want. Pls I only need a professional
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
30 - 200 USD
We have an existing PHP based app through which we want to connect MT5 web API. We need help with Connectivity and accessing API functions like getting account profile, Placing an order, cancel an active order etc
7 Applications
MQL5 Integration PHP
150+ USD
Hi, I would like to order the script/program for the Metatrader 4 that would allow me to transfer the trades signals from the MetaTrader 4 to the eToro trader panel The bridge should open and close trades performed by the EA at MetaTrader 4 platform in the eToro trader account For example, when the EA in the MetaTrader 4 is opening buy 0.01 at EURUSD, the signal is transferred to the eToro trader account, then when
30 - 120 USD
As the title suggest, I need an EA that can achieve the above goals. The detailed requirements are attached https://docs.google.com/document/d/1rySMNdY9wn192n8XhEztLgldFZuO1jFgjuCFsMZbbpw/edit?usp=sharing Please provide me with the source code as the deliverables. By accepting/delivering this job, you agree that you will not be releasing/selling this EA to anyone's else
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
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
100 - 300 USD
I need a person who knows how to integrate MT5 with Wordpress, what we are looking to do is a WEB that allows us to see accounts audited by him with the INVESTOR profile... We need some integration that allows me to: 1 - Connect the mt5 Investor accounts to audit them from a WEB site and not always have to enter the MT5 platform to make that query. 2- That it can be integrated with WORDPRESS, since from there we will
2 Applications
100 - 300 USD
I need a person who knows how to integrate MT5 with Wordpress, what we are looking to do is a WEB that allows us to see accounts audited by him with the INVESTOR profile... We need some integration that allows me to: 1 - Connect the mt5 Investor accounts to audit them from a WEB site and not always have to enter the MT5 platform to make that query. 2- That it can be integrated with WORDPRESS, since from there we will
1 Application
500+ USD
i want to build a website to let all people backtest their ea on our website with news filter. i google search cannot find any solution how to backtest ea on news filter. so if we create a website to let people upload their ea file, then have option see which news want to avoid, example avoid usd big impact news = TRUE avoid usd medium impact news = TRUE avoid usd small impact news = FALSE avoid cad big impact news =
5 Applications
(36) Other Integration JavaScript PHP SQL MySQL Python HTML
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