指定

Please note, if you are from nigeria dont try to bid on this project, one of them just scammed me $600 for this project with different illusions,

I need an expert developer to help me create my mt5 bot, 

So here is how it will be, I already code my strategy in pinescript, so I need you to use this strategy to create mt5 bot, also I will like to add some more features in the mt5 bot, I will drop the pine script here and also for the features I will Input screenshot 


Here is the pine script 

/@version=5

strategy("EU,GU,AU STRATEGY", overlay=true)


// Input settings

wma4Length = input.int(546, title="wma4", minval=1) 

hmaLength = input.int(200, title="HMA Length", minval=1)

emaLength = input.int(2024, title="ema", minval=1, maxval= 10000)


//calculate ema

ema = ta.ema(close,emaLength)


// Calculate Hull Moving Average

wma5 = ta.wma(close, math.round(hmaLength / 2))

wma6 = ta.wma(close, hmaLength)

rawHMA = 2 * wma5 - wma6



// wma calculation

wma4 = ta.wma(close, wma4Length) 

hma = ta.wma(rawHMA, math.round(math.sqrt(hmaLength)))


// Determine WMA colors

wma4Color = wma4 > wma4[1] ? color.green : color.red

hmaColor = hma > hma[1] ? color.green : color.red

emacolor = ema > ema[1] ? color.green : color.red


// Detect rising/falling

wma4Rising = wma4 > wma4[1]

hmaRising = hma > hma[1]

emaRising = ema > ema[1]


wma4Falling = wma4 wma4 and close[1] hma 


// Execute trades

if (longCondition)

    strategy.entry("Buy", strategy.long)

alert('7403058331861,buy,EURUSD,risk=0.1')


if (shortCondition)

    strategy.entry("Sell", strategy.short)

alert('7403058331861,sell,EURUSD,risk=0.1')


if (closeLongCondition)

    strategy.close("Buy")

alert('7403058331861,ABC123,closelong,EURUSD')


if (closeShortCondition)

    strategy.close("Sell")

alert('7403058331861,ABC123,closeshort,EURUSD')


附加的文件:

反馈

1
开发者 1
等级
(21)
项目
20
10%
仲裁
2
50% / 50%
逾期
0
空闲
2
开发者 2
等级
(21)
项目
29
14%
仲裁
2
0% / 0%
逾期
0
工作中
3
开发者 3
等级
(118)
项目
142
45%
仲裁
10
80% / 0%
逾期
0
空闲
4
开发者 4
等级
(6)
项目
7
0%
仲裁
0
逾期
0
已载入
5
开发者 5
等级
(5)
项目
5
0%
仲裁
3
33% / 33%
逾期
0
工作中
6
开发者 6
等级
(1)
项目
1
0%
仲裁
0
逾期
0
工作中
7
开发者 7
等级
(42)
项目
44
25%
仲裁
23
13% / 74%
逾期
10
23%
繁忙
8
开发者 8
等级
(1)
项目
4
0%
仲裁
2
0% / 50%
逾期
2
50%
工作中
9
开发者 9
等级
(68)
项目
212
71%
仲裁
5
100% / 0%
逾期
1
0%
空闲
10
开发者 10
等级
项目
0
0%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(74)
项目
132
39%
仲裁
2
100% / 0%
逾期
4
3%
空闲
12
开发者 12
等级
(3)
项目
4
0%
仲裁
0
逾期
0
工作中
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
项目
0
0%
仲裁
0
逾期
0
空闲
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Hai .. Request : Forex Robot (Expert Advisor) Platform : metatrader 5 (mt5) Delivery requirements : Both mq5 and ex5 files . General SOP entry type : optional single and multilayers indicator confirmation : n/a entry method : new candle -> buy stop X pips above open and sell stop X pips below open. After TP : new Stop order execute immediately on current price and next candle depending on situations. After SL : new
Hello guys, I'm looking for an experienced coder in pinescript to create a tradingview indicator that compares swing high highs and swing lows with the Nasdaq and the E-mini with the option to choose other assets. I would like to have alerts set up based on the pattern in looking for. I would also want to a screener to spot the pattern when it occurs in other timeframes without me constantly switching timeframes to
Description: Looking for an experienced MQL5 developer who can build a fully automated trading system that integrates MetaTrader 5 with a custom web application . The system should: Automatically execute trades via API from a master account to multiple client accounts. Connect with Fusion Markets and other brokers for automated copy trading. Have a secure web dashboard for clients to monitor P&L, trade
I currently have an Expert Advisor (EA) developed in MQL4 . I would like to enhance its functionality and ensure compatibility with Forex Tester 6 for more efficient backtesting. Below are the specific requirements: 1. Conversion to Forex Tester 6: Objective: Convert the existing MQL4 EA to a format compatible with Forex Tester 6. ( existing strategy leverages the Fibonacci Expansion tool within the MetaTrader 4
I am looking for a serious developer to develop a new EA based on my strategy. The developer must be reliable and be able to make updates when needed to ensure the EA functions optimally. MT5 is preferred but MT4 is acceptable. Interested developers can contact me with questions. THIS IS URGENT
Project description. Modification of “Dashboard - Direction V6auto” or ‘Dashboard - Ultimate v101’ e.a 1.Rearange the dashboard GUI as in the supplied design. 2.Include the custom indicator signal to the dashboard(useful int from ‘_TRO_Dashboard_UpDn’ indicator) 3. All code’s related to heatmap1-5 should be removed and replaced with, MA, 1 and 2, Bolliger band, Candle direction, Stochastics, ADX and news. MA, 1 and
I have an old EA Id like to use on a different account and the creator is no longer there. It needs to be freed t work on any account
Hello great developer I’m looking for someone who can help me convert my NinjaTrader 7 to NinjaTrader 8. I need an experienced developer who understands both platforms, including changes to syntax, structure, and features. If you have expertise with Ninja script and upgrading custom indicators or strategies, please reach out
I need a bot using machine learning which has 75+ prediction accuracy on Large Cap Stocks. It need to predict if the next day closing price will go up or down and accordingly trade in Robinhood at the close of the day. It needs to use price, quaterly results data, economic indicators and news sentiments in the features of the ML model. I'll be looking forward to work with expert developer only thanks
Hello i want to code mt4 indicator using SND concept (at H4) + entry at M30 using Stochastics, but for the first level let do the indicator . If it is success maybe you can help me automated the indicator to become a AI robot

项目信息

预算
30+ USD
截止日期
 1  3 天

客户

所下订单4
仲裁计数0