Convert Tradingview To Metatrader 4

Other Indicateurs Autre Forex

Spécifications

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

Répondu

1
Développeur 1
Évaluation
(12)
Projets
30
67%
Arbitrage
2
0% / 0%
En retard
10
33%
Travail
2
Développeur 2
Évaluation
(1)
Projets
3
0%
Arbitrage
0
En retard
2
67%
Gratuit
3
Développeur 3
Évaluation
(126)
Projets
160
36%
Arbitrage
4
25% / 50%
En retard
13
8%
Gratuit
Commandes similaires
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at
I need to program an indicator on TradingView Web (Pine Script) Combine 3 indicators into 1 indicator to notify signals on TradingView: Notify buy signal when 3 conditions are met Announce a sell signal when all 3 conditions are met 1. Bollinger bands 2. Macd 3. RSI Thank
I currently have an indicator that scans mtf and draws a box on chart for set conditions but there are issues with anomalies not drawing sometimes. I can go into deep detail and show examples and what I believe are anomalies to solve the issue
Hello, I am looking for someone to create a simple EA with position size for MT4. Considers trades with a combination of higher timeframe trend and enters on a lower time frame. Conditions to be disclosed when job is accepted. Price is 90 for the developer. Timeframe 5 minute timeframe for trend · 1 simple condition 1 minute timeframe to enter trades · 4 simple conditions Time frames to be adjustable
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 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 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

Informations sur le projet

Budget
30 - 40 USD
Pour le développeur
27 - 36 USD
Délais
de 1 à 2 jour(s)