Convert tradindview to mt4

Specification

I would like to convert pinescript code into mql4 please

string  TITLE = 'DemaRSI Strategy'

string STITLE = 'D'

strategy(TITLE, STITLE, false, initial_capital=100000, currency=currency.USD)


float src = input.source(close, 'Source:')

int ma_length = input.int(21, 'MA Length:')

int rsi_length = input.int(4, 'RSI Length:')

int rsi_smooth = input.int(4, 'RSI Smoothing Length:')


float ma = ta.ema(ta.ema(src, ma_length), ma_length)

float marsi = ta.rsi(ma, rsi_length)

float smooth = ta.ema(marsi, rsi_smooth)

plot(marsi, 'M', color.black)

plot(smooth, 'S', color.red)

hline(0)

hline(50)

hline(100)


int max_order_per_day = input.int(6, 'Max Orders Per Day:')

strategy.risk.max_intraday_filled_orders(max_order_per_day)

bool trade_size_as_equity_factor = input(false, 'Trade Size as Equity Factor?')

float trade_size = input.float(10000.00, 'Trade Size:') * (trade_size_as_equity_factor ? strategy.equity : 1)

int take_profit_in_points = input.int(100000, 'Take Profit In Points:')

int stop_loss_in_points = input.int(100000, 'Stop Loss In Points:')

int trail_in_points = input.int(150, 'Trail Stop In Points:')


bool USE_SESSION = input.bool(true, 'Use Timed Session?')

string trade_session = input.session('0400-1500', 'Trade Session', confirm=false)

bool istradingsession = not USE_SESSION ? true : not na(time('1', trade_session))


bool buy_entry = istradingsession and ta.crossover(marsi, smooth)

bool sel_entry = istradingsession and ta.crossunder(marsi, smooth)


if buy_entry

    strategy.entry('buy', strategy.long, qty=trade_size)

if sel_entry

    strategy.entry('sel', strategy.short, qty=trade_size)


strategy.exit('buy.Exit', from_entry='buy', profit=take_profit_in_points, loss=stop_loss_in_points, trail_points=trail_in_points, trail_offset=trail_in_points)

strategy.exit('sel.Exit', from_entry='sel', profit=take_profit_in_points, loss=stop_loss_in_points, trail_points=trail_in_points, trail_offset=trail_in_points)

if not istradingsession

    strategy.close_all()

Responded

1
Developer 1
Rating
(1)
Projects
0
0%
Arbitration
2
0% / 0%
Overdue
0
Working
2
Developer 2
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Working
4
Developer 4
Rating
(4)
Projects
4
0%
Arbitration
2
0% / 100%
Overdue
1
25%
Free
5
Developer 5
Rating
(37)
Projects
66
23%
Arbitration
10
0% / 60%
Overdue
18
27%
Free
6
Developer 6
Rating
(56)
Projects
67
51%
Arbitration
2
0% / 50%
Overdue
1
1%
Loaded
7
Developer 7
Rating
(140)
Projects
151
67%
Arbitration
0
Overdue
0
Working
8
Developer 8
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
9
Developer 9
Rating
(1)
Projects
4
0%
Arbitration
2
0% / 50%
Overdue
2
50%
Busy
10
Developer 10
Rating
(68)
Projects
213
71%
Arbitration
5
100% / 0%
Overdue
1
0%
Free
Similar orders
I don't just need a programmer , I need a trading expert who understands what I want and converts it into an expert advisor. I want this expert advisor to work with two strategies (ICT, SMC) and for me to have the freedom to choose which strategy I want to trade on that day. Trading pairs: Gold - Bitcoin Timeframe: All Include a trailing stop: For example, if the price moves 35 pips above my entry price, the stop
I have a short Pine Script indicator that I need to be converted into NinjaScript for use in NinjaTrader 8. If you have experience with this type of conversion, please reach out. Thanks
Hello Great Developer hi can you look at the attached pine script and tell me before you say yes if you can definitely with 100% certainty convert this to ninja script PLEASE before you say yes MAKE sure you go through the pine script code and tell me if you can get this done
hello Great Developer I have an ea that works for MT5, I just want it to work for ninja trader. if you can d it pls kindly reach me This ea is working correctly on my mt5 i will like someone who can do it for me perfectly
am interested in seeing the reality, via a walkthrough on what u have done vs what u can do 2. seeing is believing and hence i need to see something that is working currently .. if u have implemented, its not that it will be internal to some xyz. am sure they are using it on public platforms. 3. if i like it/hypothetically, and if i ask u to replicate, would u say, yeah, lets start from requirement gathering, coding
DOLLARTRADES 30+ USD
I want my robot to open buy and sell positions and always be on profits. I also want it to be able to open and close positions and it should be in an app form. My bot should be able to trade all brokers and it should mostly be aggressive
I’m a busy person, I want a EA trading robot for forex and synthetic trades , a robot that picks up trades and trade it for me without loss , it should always be profit robot thank you
I want a copier that compares with Hugo's way broker and Tradovate and Ninja trader platform so I can copy trades from the hugu's way broker account to a ninja trader And Tradovate account and I so want it to be able to copy any trading signal from any telegram group to any trading account future or forex mt5 or mt5
Freelance for VPN 30 - 100 USD
Doing Traders for Freelance IT and experts, that is required for very customers, users and IT workers, we also use the traders for many people, especially for managing clients for suministers and allies to the capitarian trading developers and designers
Job Description: I need an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on my provided trading strategy, terms, and conditions. The EA should be coded efficiently, free from major bugs, and optimized for execution speed. Requirements: ✅ Develop an EA based on my specific entry, exit, stop loss, and take profit conditions. ✅ Implement risk management settings (lot size, max

Project information

Budget
30+ USD
Deadline
to 1 day(s)

Customer

(21)
Placed orders77
Arbitrage count0