Convert Tradingview To Metatrader 4

Other 指标 其它 外汇

指定

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
等级
(12)
项目
30
67%
仲裁
2
0% / 0%
逾期
10
33%
工作中
2
开发者 2
等级
(1)
项目
3
0%
仲裁
0
逾期
2
67%
空闲
3
开发者 3
等级
(126)
项目
160
36%
仲裁
4
25% / 50%
逾期
13
8%
空闲
相似订单
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
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
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
Dear sir/madam, I am in need of programmer who can create trading robot { EA } which is candlestick dependents, also can open 5 trades per signal, have global take profit and global stop loss, also able to select which session to trade, account percentage column

项目信息

预算
30 - 40 USD
开发人员
27 - 36 USD
截止日期
 1  2 天