Need to covert my EX4 file to mQl and integrate few more features

指定

1. I do have Ex4 existing EA file(unlimited versison) which is being used in MT4, I need a programmer who can covert that into mql file

2.the integration needed in the existing file are , the name comment need to be included, the settings like take profit and features need to be made default and hidden in the future ex4 file. I need to add activation code to use the EA file so license code is needed


反馈

1
开发者 1
等级
(208)
项目
297
54%
仲裁
0
逾期
1
0%
空闲
发布者: 6 代码
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— 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 () {

项目信息

预算
80 - 120 USD
截止日期
 1  3 天