Tes

MQL5 专家 向网站上传数据

指定

Tentukan Spesifikasi Kebutuhan Anda di sini poin demi poin. Cobalah untuk mendeskripsikan persyaratan Anda secara singkat dan jelas, sehingga pengembang potensial Anda dapat menilai dengan benar kompleksitas dan biayanya, serta waktu eksekusi yang diperlukan.

Deskripsi yang buruk atau terlalu umum akan mengakibatkan pesanan Anda diabaikan, atau Anda akan menghabiskan banyak waktu untuk merundingkan detail dengan setiap pemohon.

Ingat:Remember: It is better to spend thirty minutes to prepare a good text than to lose hours and days to resolve misunderstandings after concluding the Agreement or when accepting the order execution results.It is better to spend thirty minutes to prepare a good text than to lose hours and days to resolve misunderstandings after concluding the Agreement or when accepting the order execution results.

反馈

1
开发者 1
等级
(75)
项目
124
44%
仲裁
14
29% / 50%
逾期
17
14%
空闲
相似订单
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 () {

项目信息

预算
30+ USD