Orders for indicators development - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
13698 jobs in the archive in all languages
Sort by:
30 - 50 USD
Hey there! We are looking to integrate a Keras Neural Network developed in python into an expert advisor written in MQL5. Our current approach is to convert it to an Onnx model and then import that into our EA using the built in Onnx functionality. We will then use the model to generate a prediction to take trades from. However, we are specifically stuck on a step where the model won’t accept the shape of our input
2 Applications
MQL5 Indicators Experts
30 - 200 USD
//@version=5 strategy("SMA 20 + Engulfing Strategy", overlay=true) // Define strategy inputs smaPeriod = input(20, title="SMA Period") stopLossPercent = input(1, title="Stop Loss %") takeProfitPercent = input(2, title="Take Profit %") // Calculate SMA smaValue = ta.sma(close, smaPeriod) // Determine bullish engulfing condition isBullishEngulfing = ta.isbullishengulfing(close, open) // Determine bearish engulfing
11 Applications
30 - 150 USD
I want an EA that has the settings i will send you. It needs to work on mt4, with price action strategy and option for supply and demand. I will send settings to you
30+ USD
I need someone who can do some changes to my EA. It is an mt4 ea although i lost the source code... Let me know if you can help me
30+ USD
Please fine attached csv file below: Write a program that will indicate data direction in my existing indicator report of csv. The data direction wil l be: 1. Data Direction downward and 2. Data Direction upward. Note: if data decline downwar d d at a bout 3500 points indicate Data Direction {Downward} into my existing indicator csv report {then} if data rose upward at about 3500 points indicate Data Direction
1 Application
(9) MQL4 Indicators
50 - 200 USD
Hi, i have an already existing MQ5 file, which needs external DLLs. I dont know why the developer needed to include them. Due to this fact, i can not upload it on MQL5 and sell it. This EA is a 100% manual EA, which works like the following: - it connects to 2 accounts (1 demo account, 1 live account) - it tracks the demo account and opens/closes the same trades, but into the opposite direction and with a different
30 - 70 USD
NON REPAINTING INDICATOR WHICH DETECTS RSI HIDDEN AND REGULAR DIVERGENCE WITH PRICE RSI CONFIRMATIONS WHEN PRICE EQUALS/CROSS BELOW CURRENT ZIGZAG LOW / PRICE CROSSES/EQUALS THE RSI 50 LEVEL EVEN IF THE CANDLE IS STILL OPEN WITH OPTION TO CHOOSE RSI LEVEL/AN ENGULFURING CANDLE IDENTIFIED, IT SHOULD BE THE EXACT MOMENT. MACD REGULAR DIVERGENCE CONFIRMATION; WHEN PRICE EQUALS/CROSS BELOW CURRENT ZIGZAG LOW
1 Application
(1) MQL5 Indicators
30+ USD
I would like to convert a Tradingview indicator to MT5. the indicator has all the conditions in the tradingview version. The idea is to later convert in into an Expert advisor after testing
4 Applications
MQL5 Indicators Translation
30+ USD
Hello here, I need an Expert EA programmer to fix my EA The EA code will be sent on the chat box Send a bid if you can do this Thanks
16 Applications
MQL5 Indicators Experts
30 - 50 USD
hello I have four trading view indicators that I have used and tested and now i just want to automate them I have the pinscript code and need you to make it into an MT5 trading expert advisor. Am looking for expert developer that can help me with this project
4 Applications
(15) MQL5 Indicators Converting Forex
30+ USD
Hello I have bought an ea on mt4, BUT i want it to copy the trades also to mt5. I have used many copy systems but they all say that i cant launch it because i already have an existing ea
6 Applications
MQL5 Indicators Experts Forex
30+ USD
MODIFY Multi-Pair Average Range Scanner Alerts Indicator and add 2 new columns of 15% of APR and 10% of APR. 1. Convert Indicator from MT4 to MT5. INDICATOR NAMES: 'Multi_Pair_Average_Range_Scanner_Alerts_v1.1.mq4', '5. MT4 ADR Indicator.ex4' For 'Multi_Pair_Average_Range_Scanner_Alerts_v1.1.mq4' - Add 2 new columns: 15% of the ADR and 10% ADR. - Round off numbers in both columns and add condition as below (use
4 Applications
(5) MQL5 Indicators Forex
30 - 50 USD
Hello. I have two seperate MT4 codes. I want code from A to have the same strategy but to have front end code to look like code B. Pretty simple, I am just unsure of how to change the dashboard code or what to copy and paste over so that why I am trying to get some help on this
10 Applications
MQL5 Indicators Experts
30 - 70 USD
hello i have some pine script indicators and desired to convert them in to mq5 indicators in order to use them in MT5 platform. is there anyone to do them for me
4 Applications
(1) MQL5 Indicators Converting
30+ USD
I am looking for an indicator based on pullbacks only. If you have any or can do it asap send your offer asap. so the graph must break a zone od resistance or support and then give a signal after it pulls back
3 Applications
(7) MQL5 Indicators Experts
30+ USD
greetings,i am looking for a programmer to help me with my EA,i'ts urgent,so i will need it as soon as possible the ea should have break even also be able to add some parameters that i will request.the ea should be a multi symbol /scanner,the ea should trade arrows from custom indicators.thank you
12 Applications
(12) MQL5 Indicators
30+ USD
I need an indicator based on this strategy. The indicator must analyze ICT strategy and provide me with the best entry level, stop loss and 3 take profit. The indicator must be at least 90% accurate. It must have buy/sell alerts along with arrows when the candlestick closes above or below the entry level. This indicator must work on any currency pair/indices and time frame I preference
Removal of Filters ver2 (personal job)
50+ USD
Hi Tatiana I will pay you just to answer a couple questions: Please could you tell me what are the filters in RAPhillipsver2 for open currency pairs. I think it is setup that the EA will not trade in the same currency pair (any timeframe) until the next day? Is this right? Please could also just advise me what changes were made from Fix1 to ver2 apart from the filter of open currency pairs. It takes a tremendous time
0 Applications
(1) MQL4 Indicators Experts
KWS MODIFIED (personal job)
30+ USD
The Indicator should work with standard symbols & non-standard symbols (symbols with prefix or suffix) like: USD\JPYFXF, USD\JPYm, USDJPYcc, etc. that is, the Indicator should use the currency pairs’ symbols on the chart. The Indicator should be able to work with Currency Pairs, Oil, Gold, Silver, Indices and CFDs or any financial instruments on MT5 Requests: - Source code providing - Clean coding (self explanatory)
1 Application
MQL5 Indicators
50 - 70 USD
I am in need of a tradestation script that executes when certain conditions are met: fast_ema (10, close) <- customizable [open, low, high, close, hlc3, hlcc4] low_ema (200, close) <- customizable [open, low, high, close, hlc3, hlcc4] Buy when the fast EMA crosses above the low EMA and sell when the opposite condition occurs. Place a 1% stop loss and aim for a 3% profit. Additionally, include a trailing stop