Convert Tradingview To Metatrader 4

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

Can you make an auto trader in Mt4 from Pine Script code?   //@version=5 strategy("Scalper Pro", overlay=true) currentSymbol = syminfo.tickerid // telegram start botToken = "6365238886:AAHRe5UxjSko0QhZcCF0VwuOw8eQhu8nWoo" chatID = "-1001692020374" webhookURL = "https://eoo2l4w0d11pu75.m.pipedream.net" // telegram end normal_rsi = ta.rsi(close,14) // Load data price = close // Calculate EMA with length=5 ema_length1 = 5 ema1 = ta.ema(price, ema_length1) // Calculate EMA with length=14 ema_length2 = 5 ema2 = ta.ema(price, ema_length2) // Calculate RSI with length=5 using EMA rsi_length1 = 5 rsi1 = ta.rsi(ema1, rsi_length1) // Calculate RSI with length=14 using EMA rsi_length2 = 13 rsi2 = ta.rsi(ema2, rsi_length2) // Print buy/sell signals var buy_signal = false var sell_signal = false if ta.crossover(rsi1, rsi2) and normal_rsi <50 buy_signal := true sell_signal := false alert("Scalper Pro Buy Position For: "+currentSymbol + " at: " + str.tostring(close)) label.new(bar_index, low, "Scalper Pro Buy", color=color.green, textcolor=color.white, style=label.style_label_up) // jsfunc = "window.open('" + url_buy + "', '_blank');" strategy.entry("Long", strategy.long) else if ta.crossunder(rsi1, rsi2) and normal_rsi >50 buy_signal := false sell_signal := true alert("Scalper Pro Sell Position For: "+currentSymbol + " at: " + str.tostring(close)) label.new(bar_index, high, "Scalper Pro Sell", color=color.red, textcolor=color.white, style=label.style_label_down) // jsfunc = "window.open('" + url_sell + "', '_blank');" strategy.entry("Sell", strategy.short) else buy_signal := false sell_signal := false // Remove old buy/sell signals // if buy_signal[1] and not buy_signal // label.delete("Buy") // if sell_signal[1] and not sell_signal // label.delete("Sell") // jsfunc = "window.open('" + url_buy + "', '_blank');" // Function to send a POST request to the webhook URL 

This will be automated correct?  When it comes to alerts it will buy and sell auto on my broker

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

1
Разработчик 1
Оценка
(13)
Проекты
32
69%
Арбитраж
2
0% / 0%
Просрочено
10
31%
Работает
2
Разработчик 2
Оценка
(1)
Проекты
3
0%
Арбитраж
0
Просрочено
2
67%
Свободен
3
Разработчик 3
Оценка
(131)
Проекты
172
38%
Арбитраж
4
25% / 50%
Просрочено
13
8%
Работает
Похожие заказы
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later
I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
I have thee best concept period, hence i got less to say. Actions speaks louder then words. Sign up and lets get started as there is a big world that awaits all your your adventures
Forex Trading Robot 100 - 300 USD
Guys do you have or can you create me a Trading bot for : MT4 that i can use on XAUUSD , EURUSD , GBPUSD that can trade 24/7 I need it to be profitable I like it can bring me 10- 50% a month or more if possible
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
Hi! I am looking for an experienced developer who can create my own trading strategy for the XAUUSD instrument in the MT5 language. Main tasks: - trading strategy programming (opening with 2 solutions, closing with 1 solution); - provision of configuration options (allowing trading, trading time windows, SL, TP, trading strategy parameterization); - displaying a trading strategy graph on the chart (possibility of
Adjustment to an EA that is working apart from a singular function. The EA itself has been tested and everything works apart from the 1 function. The more elaborate explanation will be provided later on

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

Бюджет
30 - 40 USD
Исполнителю
27 - 36 USD
Сроки выполнения
от 1 до 2 дн.