Pawanlahoti568

MQL5 Конвертация

Техническое задание

hi... good morning sir.. i am pawan from india..
my whatsapp number +917574864489.
please convert this trading view strategy into mql4 or mql5.
candle type hekinashi..
//@version=4
strategy ("KDK'S MA Crossover Strategy V1", overlay = true)
start = timestamp (2008, 1,1,0,0)
end = timestamp (2022,9,1,0,0)
ema1 = ema(close, 2)
ema2 = ema(close, 5)
ema3 = ema(close, 11)
ema4 = ema(close, 7)
plot (ema1,title ="EMA5",color=color.green)
plot (ema2,title ="EMA9",color=color.black)
plot (ema3,title ="EMA14",color=color.blue)
plot (ema4,title ="EMA21",color=color.red)

//strategy
LongEntry = crossover (ema1,ema4)
LongExit = crossover (ema4, ema3)
ShortEntry = crossover (ema4, ema2)
ShortExit = crossover (ema2, ema1)

if time >= start and time < end
strategy.entry ("Long", strategy.long, 1, when = LongEntry)
strategy.close ("Long", when = LongExit)
strategy.entry ("Short", strategy.short, 1, when = ShortEntry)
strategy.close ("Short", when = ShortExit)

Откликнулись

1
Разработчик 1
Оценка
(39)
Проекты
50
18%
Арбитраж
5
40% / 40%
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(205)
Проекты
266
64%
Арбитраж
9
22% / 33%
Просрочено
10
4%
Загружен
Похожие заказы
This is the News Trading EA that trades only the first minute of the news release with the spread allowed and adjusted, which I have coded myself as I only code in MQL4. I usually trade from the server copier in MT4 platform onto my client MT5 live account, but the latency from the server to the client account sometimes exceeds 4-5sec, which actually diminishes my EA profitability. Very precise and accurate EA for
I need an expert to help me convert chopzone traingview pinescript to mt4, I need an expert to get it done for me on between 1 to 2 days i hope this will be done by then, i will attach the file and my budget is $30 as of minimum here
am looking for great developer that can help me on this project, I have an Indicator on Tradingview and want to convert that to an EA for Metatrader 4. Can you help me? peace be unto you
Hello, I'm seeking for an experienced developer that can convert a simple MQL4 EA (which is about 1000 lines of code, but with simple logic) to MQL5. Furthermore I need him to optimize the EA for better performance and faster backtest speed (all optional backtest features to speed up the process must be enabled optionally with input parameters, like Enter/Exit on new bar only for example). Finaly, I want to add an
This project involves converting the a TradingView Pine Script strategy, into a fully functional MT4 Expert Advisor (EA) using MQL5. The strategy includes multiple technical indicators, entry/exit conditions, stop loss (SL), take profit (TP), and custom entry price offsets. The EA should be designed for backtesting and live trading in MT4
I would like to convert an Expert Advisor into an indicator. Once the work is done, this indicator should work like any indicator on MetaTrader 4. It should look the same and I should be able to add my expert advisor. Thanks & Regards
Using the Fibonacci retracement strategy to open trade exit trade and also set TP and SL. Each level on Fibonacci are predetermined to open a position and increase the lot size (Martigale) as market price go again the previous opened position. I have a clear details on the strategy which I will share you once you respond to this
I need a professional who can convert a Tradingview indicator and make it for MQL5 ? Kindly let me know if you can do this and I need this to be done in 24 hours
Convert MT4 EA to MT 5 EA. I just have the EA(ex4): I don't have the code. I want developer to copy same mt4 code and create mt5 EA NO EDITING REQUIRED
Terms of Reference: Development and Update of a MetaTrader 4 and MetaTrader 5 Bot Project Context: I currently own a MetaTrader 4 bot (Expert Advisor - EA) specialized in gold trading. I want to: Update the MetaTrader 4 version to integrate new features and secure the bot. Create a MetaTrader 5 version of this bot, with the same characteristics and functionalities. Project Objectives: Updating the MetaTrader 4 (MT4)

Информация о проекте

Бюджет
30 - 50 USD
Исполнителю
27 - 45 USD
Сроки выполнения
до 10 дн.