Mt4 conversions from pinescript code

MQL4 Experts

Specification

Hello


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
(590)
Projects
789
71%
Arbitration
9
33% / 33%
Overdue
22
3%
Free
2
Developer 2
Rating
(564)
Projects
933
47%
Arbitration
302
59% / 25%
Overdue
125
13%
Loaded
3
Developer 3
Rating
(550)
Projects
827
73%
Arbitration
15
53% / 13%
Overdue
193
23%
Working
4
Developer 4
Rating
(16)
Projects
32
47%
Arbitration
1
0% / 100%
Overdue
8
25%
Free
Similar orders
BOT SAFE 30 - 100 USD
Określ swoje wymagania Specyfikacje tutaj punkt po punkcie. Postaraj się krótko i przejrzyście opisać swoje wymagania, aby Twój potencjalny programista był w stanie prawidłowo ocenić ich złożoność i koszt, a także wymagany czas realizacji. Zły lub zbyt ogólny opis spowoduje, że Twoje zamówienie zostanie zignorowane lub spędzisz dużo czasu negocjując szczegóły z każdym wnioskodawcą. Pamiętaj: Lepiej poświęcić
I need to make EA (Expert Advisor) and would appreciate it if you could provide your most competitive quote. Please let me know your best price for completing these changes, as I’m looking to get this done promptly and effectively. Thank you
I need to make several modifications to an EA (Expert Advisor) and would appreciate it if you could provide your most competitive quote for these edits. Please let me know your best price for completing these changes, as I’m looking to get this done promptly and effectively. Thank you
in this document i have explained the EA requirements in details and given some pictures of needed options . please Grid EA expert apply to my job . and do not come with no experience. https://docs.google.com/document/d/1Y_Vbv87Ep5BQavRxgDlsWT7GH5VjSgVDnm6C1wtVtj0/edit?usp=sharing i can pay 30 USD now but later on if EA get successful . i'll gift with tip of 50 USD after successful month
All information is detailed in the attached EA diagram. I need a risk management EA build that calculated % amounts based on a snapshot of the starting balance each day, the initial balance and the floating balance. I then need to close positions based on this targets and also disable/enable algo trading. Quite basic ideas. Please see the attached image for all/more details and please let me know what you think/your
Halo These ACS&Csdash indicators work in the same way but provide signals of different currency pairs. And Either of these two ACS indicators should be selected any one and set to trade. It provides signals of multiple currency pairs in the interface So the EA should work like that to trade multiple currency pairs on one chart. CsDash should analyze whether it is a strong signal to show on the dash board and make a
Hello, Please I need help to connect a script to crypto Triangular Arbitrage to binance api to buy sell sell and buy buy sell step A Step B Step C minimum profit 0,3 and minimum 100 usdt , bnb in value 100 usdt and eth in value 100 usdt .Thanks
RSI 9 level 90/10 EA Indicators are 1. PSAR with step 0.01 max 0.02 2. Zigzag 3. SwR 1. At the close of candle at 0630 Pacific Standard Time. draw up and down of candles at 0625 and 0630 including the wick (allow in input) 2. Allow a breakout of either trend on up for buy and down for sell 3. Before buy. Ensure PSAR is in the buy position of candles above the PSAR line dot (Allow entry in input for setting) 4. TP1 on
I need a gold scalper EA which can trade in real environment. EA should open trades based on candlesticks close. Must have TP, Open SL, and should have DD control settings. If you can do just let me know. I may meed a test to make sure it opens real trades
Good morning. I would like to create HFT bot to trade on Prop Firm without breaking the rules. It should scalp. EA should have SL, TP, BE and even Trail Loss inputs. The EA should also have daily loss and profits target so when met the EA stops for the day

Project information

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