仕事が完了した
実行時間5 日
開発者からのフィードバック
Customer knew exactly what he wants. Waiting for new projects.
指定
Extract information from multiple .CSV's file exported from MT5 strategy tester's graph. I will also need to see an equity graph generated.
Information needed from file:
- Maximum Drawdown
Add User inputs to filter out results, i.e Drawdown Threshold, DD Hits, etc
The program created will have to be ran in a standalone website.
応答済み
1
評価
プロジェクト
10
0%
仲裁
0
期限切れ
2
20%
仕事中
2
評価
プロジェクト
28
36%
仲裁
7
14%
/
71%
期限切れ
2
7%
暇
類似した注文
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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