Mt4 conversions from pinescript code

MQL4 Experts

Specification

Can you do mt4 conversions from pinescript code ?

//@version=2
strategy("Exponential", overlay=true)
src = input(ohlc4, title = "source")
len = input(21, title = "timeframe / # of period's")
e = ema(src,len)
evar = (src - e)*(src - e)
evar2 = (sum(evar,len))/len
std = sqrt(evar2)
Multiplier = input(2, minval = 0.01, title = "# of STDEV's")
upband = e + (Multiplier * std)
dnband = e - (Multiplier * std)
//SL = input(defval=50, minval=0, maxval=10000, title="Stop loss in ticks (leave zero to skip)")
//tradeSize = input(defval=1, minval=1, title="Trade size")

longCondition = crossover(src,e)
if (longCondition)
strategy.entry("My Long Entry Id", strategy.long)

//if( 0 != SL )
//strategy.exit("EXIT BUY", "BUY", qty=tradeSize, loss=SL)
//strategy.exit("EXIT SELL", "SELL", qty=tradeSize, loss=SL)
shortCondition = crossunder(src,e)
if (shortCondition)
strategy.entry("My Short Entry Id", strategy.short)

plot(e, color = purple, linewidth = 2, title = "basis")
plot(upband, color = red, linewidth = 2, title = "up band")
plot(dnband, color = green, linewidth = 2, title = "down band")


Responded

1
Developer 1
Rating
(811)
Projects
1387
72%
Arbitration
114
29% / 47%
Overdue
343
25%
Loaded
2
Developer 2
Rating
(513)
Projects
776
63%
Arbitration
33
27% / 45%
Overdue
23
3%
Free
3
Developer 3
Rating
(13)
Projects
15
27%
Arbitration
1
0% / 100%
Overdue
1
7%
Free
4
Developer 4
Rating
(586)
Projects
1049
49%
Arbitration
39
28% / 41%
Overdue
49
5%
Free
5
Developer 5
Rating
(550)
Projects
828
73%
Arbitration
15
53% / 13%
Overdue
193
23%
Loaded
6
Developer 6
Rating
(16)
Projects
32
47%
Arbitration
1
0% / 100%
Overdue
8
25%
Free
Similar orders
I need help with this, Hi i want a bot that will send orders to efood delivery app If you have experience about message to get started immediately pls i need it urgent
I have multiple fx accounts with a couple of brokers and I use myfxbook to monitor daily/weekly/monthly profits of these accounts. I would like view all the accounts Daily/Weekly/Monthly profits on a single page which is not possible with myfxbook currently. If someone can code an EA (or an API) to send these details to a Web Request, I can code on the client side to display them. Details I would like to get: -
Hi I need a simple dashboard for manual trading. must be an EA and must work in the strategy tester but also on live/demo account and must allow me to open/close/partially close. required elements: instruments (A & B) lot size to open for each instrument ticket identification for the orders to amend (whatever is required to identify precisely the order to amend). open/close Close can be full or partial If partial the
Tenho um EA que preciso: Desde correções como conectar filtros existentes à lógica já inserida no sistema. insira novos filtros no ea com nova lógica e conecte-se com a lógica existente. Há várias pequenas tarefas a serem concluídas, gosto de fazê-las em partes para que haja uma avaliação adequada e depois passar para a próxima etapa. ea contém +6k linhas de código e está em português. Embora eu não entenda de
Fellow devs, I need help converting a futures trading bot from python into MQL5. Code base for the bot already exists, backtests in python look good, however I need to be able to backtest it on tick data with MT5. Would appreciate someone who has experience with futures bots specifically, and even better if you have experience with AMP brokers, and can provide guidance and improvement criteria. A point you note, I
I wanna earn money in the right way on meta 5 trader, i wanna trade to make profit through my incomes and investing a lot of money on meta 5 trader. I already know how to trade on meta 5 trader because i got a demo account on meta 5 trader then now i wanna make real money on meta 5 trader, im ready to invest my money on meta 5 trader to make more profitable investments. Meta 5 trader is a great app to open a real
I have just installed a Script which is running on MT4 and MT5 on Mac . The script was made for me by an MQL5 community programmer. The script creates a .csv of the Account History to folder location: users/drive_c/metatrader64/crossover/ApplicationData/MetaQuotes/Terminal/Common/Files/Accounts History I have the following problem: The Scripts require that I manually activate them every time I open MT4 and MT5
MT5 One Shot EA 30 - 200 USD
I am looking for an experienced coder to develop an MT5 EA for me. The EA should open individual trades with a fixed SL and TP, without using grid or martingale strategies. A strategy is not yet defined, so I am open to suggestions from the coder. Additionally, the EA should be backtestable and display a dashboard with the win rate. After demonstrating the strategy, a UI for the chart should be considered and
I am a professional advisor managing and trading stocks in a portfolio of about Euro 10 million for a private investor. I want to establish Algo/FX trading on MetaTrader 5 (MT5) and seek a skilled and experienced trader to professionally manage and optimize these MT5 accounts. I am currently using “QUANTUM EMPEROR” and “Gallileo FX”, and initially seek help to make these systems profitable. On top of a paid job. How
Moving average strategy 1. Indicators: Simple moving average 50 and 20 2. Entry parameters: 50 period SMA should be used as buying and selling signals. i. Buy order should be executed when price opens below the 50 SMA and closes above the 50 SMA ii. Sell order should be triggered when price opens above the 50 SMA and closes below the 50 SMA. iii. 2 orders should be executed when entry criteria’s are available 3. Stop

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 day(s)