Orders for indicators development - Forex - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2708 completed jobs in all languages
Sort by:
50 - 100 USD
Requirements : 1. Add another smoothing value (i will use values 2 and 3) 2. Change the way alerts come. - When current candle values of both smoothing is higher then previous candles - then alert for UP - When current candle values of both smoothing is lower then prvious - then alert for DOWN 3. The protocols for alert stay the same as old alerts : Work mtf (example - chart set to M5 - indicators set to 60 (H1)
10 Applications
(12) MQL4 Indicators Forex Trading robot/indicator debugging Strategy optimization Options
30+ USD
I trust this message finds you well. I am currently in search of a seasoned professional to optimize my forex robot, ensuring it aligns perfectly with my specific preferences and objectives. Are you the expert I've been looking for to take my trading strategy to the next level? The Project at Hand: I already possess a forex robot, but I recognize its potential for improvement. I'm seeking a professional who can
5 Applications
(1) MQL4 Indicators Experts Forex Strategy optimization
30+ USD
I have an EMA EA that works well on high time frame but it has some challanges that i believe will be solved if it will be modified to working based on multiple timeframe, i.e the EA should scan for a signal from 1D, then 4Hr, then 1Hr and if all three timeframe points to the same direction then the EA should scan for a signal in 15min timeframe that aligns to those three other higher times for execution (so 15min
14 Applications
(4) MQL4 Indicators Experts Forex
Strategy (personal job)
150+ USD
Israelkingsbozz recommended you. I am looking to get a strategy programmed similar to what you did for him. It will use the same external Quantalib library but the Slopes Convergence indicator instead of the MA Cross. Here is the requirements and the indicators- Slope Convergence is the name of the indicator
1 Application
(8) C# Indicators Experts Forex C#
30+ USD
Hello, Looking for someone that can implement a simple license for my EA that can be tied to a user's MT5 account and have an expiry date. You will also need to add this to my existing code and provide instructions on how to update it if needed. Thanks
22 Applications
(4) MQL5 Indicators Experts Forex Trading robot/indicator debugging Statistics and mathematics
Add Timer on existing EA (personal job)
50+ USD
I need this 3 times, to be able to set 3 separate time intervals each with its own settings, (not to play or to play the reverse of the initial setting), when it comes out of the respective intervals to play normally as it is done now , when it enters the interval to play according to the settings of the respective time interval (normal or revers of initial settings)
1 Application
(4) MQL4 Indicators Experts Forex
Update of an existing EA (personal job)
30+ USD
PLEASE READ UNTIL THE END Add Print journal as much as you can to be able to see what is going on for every step of the EA The aim of the job is to update an existing EA that has been designed by you already. Please see below for more details, let me know if you have any questions or need more clarification. ------------------------------------ Variables to be added: - Total lot size - Take profit 1 (TP1) - Take
1 Application
(3) MQL5 Indicators Experts Forex Trading robot/indicator debugging
50+ USD
Please modify the EA to place order based on the market sentiments from Myfxbook outlook: The data will refreshed every 30 minutes. In the EA you will see 2 layer of conditions, daily & current. For more details, "daily" means layer 1 conditions. In this layer 1 condition, the EA enters a state of "ready to open a position", buy/sell. "current" means layer 2 conditions. In this layer 2 condition, the EA will open a
3 Applications
(4) MQL4 Indicators Experts Forex Trading robot/indicator debugging
30 - 50 USD
I have the indicator as an oscillator, without a visual trade entry signal (arrow symbol or other symbol). I want this indicator to be doubled. I want to combine the same x2 indicator so that it becomes one indicator. Instead of three parameters in the settings (Period, Depth, Price), there will be 6 parameters in the settings (2x Period, 2x Depth, 2x Price). When a signal to enter a transaction appears, you need
12 Applications
(7) MQL4 Indicators Forex Trading robot/indicator debugging Statistics and mathematics Strategy optimization Strategy modules
Modify a provided EA to the below requirements 1: (personal job)
50+ USD
the code and the changes will be provided in the chat! I need to add some modifications to an existing code! the code that will be provided is clean and error free and well written easy to understand! the modification should be clean and error free as well! thanks
1 Application
(15) MQL5 Indicators Experts Forex Trading robot/indicator debugging
30 - 150 USD
I require an EA that can scan/capture alerts in the alert window and open buy or sell order accordingly. Also that can close trade when "close trade" alert is generated. It will have option to set STOP LOSS & PROFIT Targets
9 Applications
(1) MQL4 Indicators Experts Forex Trading robot/indicator debugging Strategy optimization
30+ USD
Hi there, could you please kindly add alerts when price crosses the indicator, add 'Pause in seconds(from previous alert). Comment the last signal, date and time. Add wingding 221 for up and wingding 222 for down
7 Applications
(16) MQL5 Indicators Experts Forex Trading robot/indicator debugging Statistics and mathematics Strategy optimization C++
30 - 90 USD
Develop an EA using basically color of candlestick, special fractor indicator (has to be shown on the chart), and different way to close the position. Report on the screen with the profit and loss recap. Attached the rules of the EA to be developped
11 Applications
(1) MQL5 Indicators Experts Forex Trading robot/indicator debugging Custom graphics
50 - 100 USD
Requirement: Original mql "Chart Local Time" has 14x option, no need the crosshair section option, to reduce 14x down to 10x option see below pic ---- A. option 2 has 2x drop down selection 2a,2b to keep ---- B. option 1 drop down selection is a long list of local time offset -> to change to make it simple to allow user input value instead, to accept positive/negative decimal value input, eg -> 5.5, -4, -3.5, 8 ----
8 Applications
(2) MQL4 Indicators Forex Statistics and mathematics C++
30 - 60 USD
*Requirement: Forex Time Session Modification mq4 and convert to mq5 1. see pic below to modify mq4: A. move the session country name above the blue color session box and B. centralised (center justified) the country name, to make it same as the arrow on pic below C. and upon modification is done to convert to mq5 -------- 2. upon item 1ABC done to deliver send both mq4 and mq5 source code *attached is the mq4
16 Applications
(2) MQL5 Indicators Converting Forex Trading robot/indicator debugging C++
MT4 EA modification (personal job)
30+ USD
I want to add another requirement for the EA to open/ close positions. The EA enters based off crossover of 2 MAs and want to add a third MA. Crossover of MA1&Ma2 still opens the position but only in the direction of MA3. Also want to add a doubling function of the lot on losing positions. The doubling function must have quantity of doubling. Ex to only double the lots for three(3) of five(5) consecutive losing times
1 Application
(12) MQL4 Indicators Experts Forex
30+ USD
I am looking for some help to convert a very simple pine script to MQL5 indicator Here It's : //@version=5 indicator("3+1", overlay=true) // Conditions isBullish = high[3] > high[4] and high[3] > high[2] isBearish = low[3] < low[4] and low[3] < low[2] // Entry conditions bullishEntry = close[1] < low[4] and close[1] < low[2] bearishEntry = close[1] > high[2] and close[1] > high[4] // Plot shapes
8 Applications
(3) MQL5 Indicators Scripts Forex Trading robot/indicator debugging
Outlook indicator clone (personal job)
250+ USD
Hi, I need a clone of the myfxbook outlook indicator including : 1- data about long and short lots plotted under the chart (2 lines) ; 2- data about long and short positions plotted under the chart (2 lines) ; 3- data about long and short avg sizing per position (basically lots divided by positions) plotted under the chart (2 lines) ; 4- data about long and short avg prices plotted on the chart (2 lines). + 1 month
1 Application
(1) MQL4 Indicators Forex Collection of data on the internet
Stress Test of existing EA (and modifications if necessary) During Forward Testing #047 (personal job)
55+ USD
Objective: - to ensure the EA works as it should and - smoothen and expedite the process of forward testing Job scope: - to provide clarity during the forward testing of existing EA (for example, criteria for entry/exit points and how the changing of settings affect the EA's working mechanism) - to modify existing EA (if necessary, such as adding or changing size and colors of arrows so we can visually see the
1 Application
(2) MQL4 Indicators Experts Forex Trading robot/indicator debugging
30+ USD
Buy/Sell Alert EA with Three Timeframes Confirmation. Strategy Introduction: This alert Ea or indicator will make use of 3 different timeframe confirmation before printing a buy or sell signal, which are: - Entry Timeframe - Trend Confirmation Timeframe 1 - Trend Confirmation Timeframe 2 Entry timeframe: The Entry timeframe will use two moving average and RSI. Whenever the fast MA is above the slow MA, its an up
9 Applications
(6) MQL5 Indicators Experts Forex Trading robot/indicator debugging Strategy optimization