Orders for Expert Advisors development - Java - outdated
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30 - 60 USD
https://www.youtube.com/watch?v=ec6-LAtlrOc&list=PLv-cA-4O3y95e9N3saUmDpQGKR11k-v1B&index=2 This YouTube video is about modifying expert advisor to work in multiple symbols .. he explains how to implement it in our custom EA and he puts the link for the code in the comments of the video. His YouTube videos are divided into 3 episodes 1.1 he introduces the modification and 1.2 and 1.3 he explains coding it This link
30+ USD
Hello there! Are you also able to make stock scanners/screener for trading view out of interest? If yes please do not hesitate to bid me now to discuss more about this project. Thanks
0 Applications
30+ USD
Hi, I love this MT4 indicator attached so much, but it repaints could you be so kind as to code one the same as this but one that does not repaint please, I do not have a source code, but I thought with your expertise you could code me one just like it!! It must not be a lagging indicator, it needs to be precise
50 - 200 USD
1. EA will put in Trades when the market creates one of the structers provided in the attachements. 2. EA will move the Stop loss to breakeven as soon as the trade's running profits are equal to the SL. 3. The SL will always include spread and is above the highest wick of the point of interest or order block. 4. The TP will be the high or low created by the market when structure was being formed. 5. The EA will have
5 Applications
MQL5
Experts
OpenCL
Statistics and mathematics
ALGLIB
Custom graphics
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
C++
C#
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Forex
Futures
Stocks
Linux
RegExp
Product Design
Photoshop
Text translation
Text writing
30+ USD
TRYING TO MAKE ALERT SYSTEM THAT ALERTS ME WHEN price is close to a line i draw if its set number of points away it lets me know are alerts me when enters close and sends me price updates every few mins i set for mt5 i trade deriv which is 24 hours so need something to keep me up to date and its movement
100 - 300 USD
Very Important: The main and most important thing in this project is the graphic representation, the rest anybody can do it, So pls if you are not an expert in the graphic interface don't waste my time and yours. The main function of this day trading panel are: Risk management: Calculating the volume taking into account the risk and the stop loss. Adding commission and spread into the volume of the trade. Displaying
13 Applications
MQL5
Experts
Statistics and mathematics
Panels and dialog boxes
Custom graphics
Futures
OpenCL
ALGLIB
C++
C#
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Linux
RegExp
Photoshop
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
30+ USD
hi, I am using a strategy on tradingview that has 4 indicators on. Can you convert these to mt4 indicators for me if the source code is read only? Many thanks
30+ USD
Hi I have a script in Pinescpt that I would like to convert into python. More importantly I would like to be setup with the ability to Backtest in python and also Walkforward if possible! Can you do? If yes kindly bid now. Thanks
30 - 75 USD
I’m looking for a developer that could make an expert advisor (EA) that will automatically execute telegram signals to MT4 account. Then have ability to adjust and manage the trade bases off the signals change in the telegram channel. 1. Read and copy trading signals posted in specific telegram channels with different format to MT4. 2. Copy all the signals included Entry Price, Multiple entry's ,Stop Loss, take
4 Applications
50+ USD
I need to extract text from my MT4 notifications/push alerts and to convert the text to MQL4 so that the MQL4 code can be an entry to an Expert advisor. For example, if I have an alert to put Buy limit Gold at certain price, I need the text from my alert to convert first to MQL4 and later put a pending order in my Expert advisor. kindly see the attached file.Please put a reasonable price for the job
30+ USD
Hello there, I'd like to know if it's possible to code on Ninja Trader a protected strategy from Trading view. If it is possible, Kindly bid now to discuss more about the project. Thanks
2 Applications
30+ USD
Hello there, is there any way to develop a scanner that scans for stocks that open in the value area of the volume profile...indicator on think or swim? if yes kindly bid now to discuss more about the project
3 Applications
30+ USD
I'm looking for a currency Triangular Arbitrage scanner The scanner calculates the best set up for a trade with 3 currencies The pricefeed is from https://wise.com/nl/currency-converter/ How to connect with an API read here https://api-docs.wise.com/#wise-platform-api and i want it be done in C#
3 Applications
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
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
17 Applications
MQL5
Experts
Statistics and mathematics
Panels and dialog boxes
Custom graphics
Futures
OpenCL
ALGLIB
C++
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Linux
RegExp
Photoshop
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
30 - 200 USD
The EA is based on 5 indicators, it must be able to trade forex, crypto, commodities and indices charts and also be able to automatically choose lot sizes based on percentage of equity it's allowed to risk per trade.I have the both text and videos explaining my strategy. I will attach one of the text files below. Have a look and let me know your budget
6 Applications
MQL5
Experts
Statistics and mathematics
Panels and dialog boxes
Custom graphics
Futures
OpenCL
ALGLIB
C#
Java
JavaScript
PHP
MySQL
PostgreSQL
R
Python
HTML
Linux
Photoshop
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Options
Data mining
Product Design
Text translation
Text writing
30+ USD
Hi, I mistakenly deleted my job order, i sent you tradingview videos of my strategy and we agreed on a price. Please respond to this. I will ask you some questions to ascertain if you're the one
0 Applications
MQL5
Experts
Statistics and mathematics
Panels and dialog boxes
Custom graphics
Futures
OpenCL
ALGLIB
C++
C#
Java
JavaScript
SQL
MySQL
PostgreSQL
R
Python
HTML
Linux
RegExp
Photoshop
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
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
1 Application
MQL5
Experts
Integration
Statistics and mathematics
Panels and dialog boxes
Custom graphics
Futures
OpenCL
ALGLIB
C++
C#
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Linux
RegExp
Photoshop
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
30 - 70 USD
I would like a money management EA, only money management, nothing else. Ea should be able to somehow withdraw funds automatically from a live trading account or transferring funds from an active trading account to a non active (account not currently logged into on the MT5 platform but appearing in the navigator window). Withdrawal/transfer should be able to be set to different date and time intervals like at the end
50+ USD
I need an expert developer that is currently free and will respond to message quickly to come and help me convert my MT4 expert advisor to tradingview indicator . Be sure that you are good at this before bidding for this project
4 Applications