All orders - Trading robot/indicator debugging - outdated
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
30 - 70 USD
Hey, I was wondering if you were able to create this automated trading strategy for me on tradingiew. Just a heads up, I am a funded trader with APEX Trader Funding and I use their tradovate accounts which I can also load onto tradingview. So I would also need to copy my trades across various accounts. Below you can find a file for my trading strategy. Please let me know how you may help. Thank you
2 Applications
30+ USD
Hello, I have a project that might be handled by you My project is I want to create a TradingView indicator that can predict the movement of the next candle, whether it is negative, positive, green or red. The prediction rate should be 60% - 70% as a minimum. I know that it is not possible to predict 100%, but I need an indicator that has a higher winning percentage. I do not have any suggestions to offer you. You
0 Applications
MQL4
Indicators
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
Stocks
C#
Python
Custom graphics
Futures
MySQL
JavaScript
Options
Product Design
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
30+ USD
Hello, I am looking for a strategy for the Atas trading software for Futures in Propfirm (with not too many trades). Do you have a profitable strategy ready to go? Kind regards
1 Application
30 - 80 USD
I want a developer who is experienced in what he is doing not just for money but to produce good results and guide me to make an automated ea. The developer has to make me an ea based on scalping price action supply and demand zone breakout strategy. The logic of the ea and more details will be provided once l have selected the developer l want. I want the proceedings to start today for the ea . I also want a
2 Applications
30 - 80 USD
I want a developer who is experienced in what he is doing not just for money but to produce good results and guide me to make an automated ea. The developer has to make me an ea based on scalping price action supply and demand zone breakout strategy. The logic of the ea and more details will be provided once l have selected the developer l want. I want the proceedings to start today for the ea . I also want a
1 Application
30 - 200 USD
Fully MT5 Mobile Automated Forex Trading Robot 100% Accurate This is a fully automated forex trading robot designed for the MetaTrader 5 platform. It is programmed to execute trades with 100% accuracy based on predefined algorithms and market conditions
2 Applications
30+ USD
I'm looking for a custom EA, that is able to use a zigzag to mark out highs and lows, then set entries based on these higher highs, or lower lows. It needs to be able to make both buy and sell orders. High/ low is broken New high/ low is made Entry is set at 0.50 and 0.75 retrace (based on most recent high and low point) Stop is set behind point 0, plus a buffer Exit is new high/ low (point 0) Variable Settings
10 Applications
60+ USD
I want a robot that reviews the markets and that automate automatically and has profit and I want a robot that works both on PC and mobile phone and I want a robot that stops losese
30+ USD
html Fully MT5 Mobile Automated Forex Trading Robot 100% Accurate This is a fully automated forex trading robot designed for the MetaTrader 5 platform. It is programmed to execute trades with 100% accuracy based on predefined algorithms and market conditions. ```c //+------------------------------------------------------------------+ //| MobileTradingRobot.mq5| //| Copyright 2022, Your Name | //| Your Website |
30+ USD
SPYMONEY-NINJA SUITE Configuration Specialist I am facing major difficulties while trying to set up and implement optimal scalping and day trading strategies on the SPYMONEY- NINJA SUITE bot. My primary aim is to have the bot effectively execute these strategies to achieve maximum profitability. However, the current configurations are proving unsuccessful and I need an expert in bot configuration, particularly on
0 Applications
MQL5
Indicators
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
Stocks
C#
Python
Custom graphics
Futures
MySQL
JavaScript
Options
Product Design
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
50 - 100 USD
I'm looking for a sierra developer to create a study that sends certain variables in real time when a trade opens and closes. The sending is done to an API which is already on the way and works perfectly on MT. Data is sent only when opening and closing a position. I need to send a post request including first username and password and then all data with same variable name i gave on screen. Data will be automatically
1 Application
30+ USD
Hi, Im looking to create a trading bot in mt5. Below are some of the conditions. his code implements the complete trading strategy, including: Calculating Doteki Heikin Ashi. Identifying institutional order blocks. Checking if the Doteki Heikin Ashi candle is bullish or bearish. Calculating the trailing stop based on the previous candle's low or high. Simulating the trading strategy by entering trades according to
9 Applications
30 - 50 USD
Hi, I am looking for someone who can convert the following MT5 Indicator to a Trading Bot according to my requirements. "Protected highs lows and trend detected - by Minh Truong Pham" https://www.mql5.com/en/market/product/109809?source=Site+Market+MT5+Search+Rating006%3aprotected+high
7 Applications
30 - 35 USD
Hi greetings. 👋 I have pinescript strategy and I want to convert it to MT5? Would you be able to help me with that? Kindly bid for this project if it's what you can do for me
40 - 120 USD
Hello, looking for a developer which can make a Trading Bot on MT5 for DR/IDR based on my rules. Intro: If M5 candle close above/below certain session hour range, then place order immediately. Take profit is based on RR and can be adjusted in the settings by user Stop loss by default should be set at 53% of range but can be adjusted in the settings by the user Break even can be adjusted in the settings by the user
11 Applications
30+ USD
I need a scalping robot..that would take many positions at the same time on the same direction using candlesticks and patterns Candlesticks needed 1 bullish engulfing & bearish engulfing 2 hammer 3 morning star & shooting star Patterns 1 heads & shoulders 2 bullish & and bearish flag 3 Ms & Ws
5 Applications
30+ USD
code an mql4 indicator which calculates the difference between the default adr(x) 20 and the price moved during the day. this result should be shown as a white line in a new window below the main chart. If, for example, the adr(x) is 10 and the share price moves by 11, then in the window below you should show a line at 11 minus 10, i.e. 1. If, on the other hand, the share price is 9 and the adr(x) is 10, then the
12 Applications
30+ USD
👋 Hey great developer can you help me with omni language? declare lower; input MTF = no; input timeframe = AggregationPeriod.FIFTEEN_MIN ; def p = if MTF then timeframe else GetAggregationPeriod(); def c = close(period = p); def o=open(period = p); def h = high(period = p); def l = low(period = p); def p3=hlc3(period = p); def v=volume(period = p); addcloud(-75, -40, color.green, color.WHITE); addcloud(80, 100
30 - 40 USD
Hello greetings. Am in need of a TradingView developer that can work on a existing Tradingview indicator . I need an existing Tradingview indicator to send a signal based on my condition. Kindly bid for this project if you have good experience in tradingview.Thanks
30+ USD
Hello, I'm using some indicators on TradingView, they all have buy and sell alerts I would like to do some backtests on some of them, so that I can see if they're profitable on the long term Are you able to provide me with the strategy I could actually use on my own in order to do so? If so, how much would it cost? I want to be able to choose which indicator to use for the backtest, the time period, and see the
3 Applications
MQL5
Indicators
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
Stocks
C#
Python
Custom graphics
Futures
MySQL
JavaScript
Options
Product Design
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop