EX generating scrip for website and backtesting and publishing software

MQL5 专家 向网站上传数据

指定

HI,

I am looking for two Products:

1. EA generating script for mt4/5 to be installed on website, like eabuilder, and GUI to be created, where clients can develop their own trading EAs and Indicators. It should have ability to convert mt4 to mt5 , eg. if older mt4 ea uploaded and convert into mt5 automatically without any error


2. Backtesting and publishing script for website like fxblue publisher, 

only experienced developer with past work with similar projects. 


3. welcome any innovative idea to improve the prodcut performance


4. after selling product 3 month support must be there, incase of any error and bug in the program to be rectified. 

反馈

1
开发者 1
等级
项目
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 () {

项目信息

预算
300+ USD
截止日期
 10 天