Convert Tradingview To Metatrader 4

Other Indicadores Outros Forex

Termos de Referência

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

Respondido

1
Desenvolvedor 1
Classificação
(12)
Projetos
30
67%
Arbitragem
2
0% / 0%
Expirado
10
33%
Trabalhando
2
Desenvolvedor 2
Classificação
(1)
Projetos
3
0%
Arbitragem
0
Expirado
2
67%
Livre
3
Desenvolvedor 3
Classificação
(126)
Projetos
160
36%
Arbitragem
4
25% / 50%
Expirado
13
8%
Livre
Pedidos semelhantes
Looking for someone who can build an EA based on the requirements attached. EA should work on 2 timeframes. Where the higher timeframe is for structure. And the lowere timeframe is for entry. Every time a LH/HL or internal LH/HL is sweeped there should be entry confirmation on lower timeframe to take the trade. EA inputs: Lot size option to have fixed lot size or based on percentage BE after points
I need help to pass mql5 verification, I have volume limit and trigger stop out errors the modification task will be done through anydesk send me a private message to review the assignment
Hello, I am looking for an experienced MQL5 developer to assist with an issue I'm encountering with an Expert Advisor (EA). The EA is showing an expiration message, and I need help to fix this. Details: The EA is currently displaying an expiration message. I need someone who can diagnose the issue and implement a solution. If you are interested and have the necessary expertise, please reach out to me
Hello, I need to code an MT4 EA to trade when the 16 patterns below appear: Input: Lotsize: 0.01 SL: 50 pips TP: 100 pips Or in R:R ratio 1:2 1:3 1:5 1:10
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
I have these two scripts for placing orders with stoploss, and modify current positions and close partial orders. My scripts are mt5 to dxtrade bridge, and mt5 to tradelocker bridge. I can provide demo accounts for your testing. Your job is to make them work without errors
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on
I need a developer to make me a trade copier.. Trade on MetaTrader 4 to tradelocker. The best copier and easy to use. Let me know if you can do it. Thanks

Informações sobre o projeto

Orçamento
30 - 40 USD
Desenvolvedor
27 - 36 USD
Prazo
de 1 para 2 dias