I want to build a simple EA using the ALMA moving average indicator form trading view.

指定

hello I want to build a simple EA using the  ALMA moving average indicator form trading view.the indicator code is in pine script you will receive it once you get the job.



.Specification 


The EA should be design to run on the MT5 market on  Mac and windows versions.


Provide source code and user manual.


The EA should have the ability to work with a virtual private server/VPS.


I should have the ability to change lot size, stoploss and take profit.


I want the EA to open a buy trade when ever market price crosses  above the moving average. 


I want it to open a sell trade when ever market price crosses  below the moving average. 


The EA should not open more than one trade per cross over.


When ever the EA open a trade and it does not hit take profit and smash my stop lost, I want a trade to be opened within the opposite trade of intended on the same candle stick or the one after it so that it will be a break even and if it does not hint take profit again the EA should wait for the market price to cross over the moving average on a different/next candle stick.


EXAMPLE:  https://www.icloud.com/freeform/09cirEoyJCZwxTagFz6D39lDQ#Untitled_5


The EA should have the ability to change the moving average 

Sigma. Window size. Offset.


The EA should work on the XAUUSD market 


 The EA should have the ability  to change and work with different  time frames which is: 1 minute, 15 minute and 1 hour.


.default settings

2$ per lot

Stop loss: 3 pip/lots

Take profit: 3 pip/lots

1 minute time frame

Alma setting

Window size:100

Offset:0.9

Sigma:10



附加的文件:

反馈

1
开发者 1
等级
(10)
项目
6
33%
仲裁
6
0% / 67%
逾期
1
17%
工作中
2
开发者 2
等级
(455)
项目
721
34%
仲裁
35
71% / 9%
逾期
23
3%
空闲
3
开发者 3
等级
(35)
项目
53
74%
仲裁
4
50% / 0%
逾期
0
空闲
4
开发者 4
等级
(45)
项目
63
52%
仲裁
5
0% / 40%
逾期
1
2%
空闲
5
开发者 5
等级
(43)
项目
63
24%
仲裁
10
30% / 50%
逾期
10
16%
空闲
6
开发者 6
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
7
开发者 7
等级
(16)
项目
23
26%
仲裁
1
0% / 0%
逾期
2
9%
空闲
相似订单
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the

项目信息

预算
100+ USD